-
Notifications
You must be signed in to change notification settings - Fork 4.1k
core: panic in redirectOnOrAcquireLease due to finished trace #25575
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).