You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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
The text was updated successfully, but these errors were encountered:
24945: server: exempt healthcheck endpoint from authentication check r=couchand a=vilterp
Otherwise, you get the red "connection lost" banner until you log in.
This will have no effect until the auth mux is put on the request path (#24944).
Fixes#24942
25581: storage: fix use of context with closed trace r=a-robinson a=a-robinson
Fixes#25575
Release note: None
Co-authored-by: Pete Vilter <[email protected]>
Co-authored-by: Alex Robinson <[email protected]>
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
The text was updated successfully, but these errors were encountered: