Skip to content

core: panic in redirectOnOrAcquireLease due to finished trace #25575

@mberhault

Description

@mberhault

This panic was caught 10 times by sentry overnight. This is coming from 22aa780#diff-f053cdaf591941e579feecd64a66ab07R1582 just added.

This panic usually indicates that Finish has been called on the trace, but further logging is requested.

Sentry issue: COCKROACHDB-G7

*log.safeError: stopper.go:176: runtime.errorString: runtime error: index out of range
  File "github.com/cockroachdb/cockroach/pkg/util/tracing/tracer_span.go", line 358, in LogFields
  File "github.com/cockroachdb/cockroach/pkg/util/log/trace.go", line 131, in eventInternal
  File "github.com/cockroachdb/cockroach/pkg/util/log/trace.go", line 178, in vEventf
  File "github.com/cockroachdb/cockroach/pkg/util/log/trace.go", line 193, in VEventf
  File "github.com/cockroachdb/cockroach/pkg/storage/replica.go", line 1414, in func1
...
(8 additional frame(s) were not displayed)

stopper.go:176: runtime.errorString: runtime error: index out of range

Metadata

Metadata

Assignees

Labels

C-test-failureBroken test (automatically or manually discovered).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions