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
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
/usr/local/go/src/runtime/asm_amd64.s#L572-L574 in runtime.call32
/usr/local/go/src/runtime/panic.go#L501-L503 in runtime.gopanic
/usr/local/go/src/runtime/panic.go#L62-L64 in runtime.panicmem
/usr/local/go/src/runtime/signal_unix.go#L387-L389 in runtime.sigpanic
/usr/local/go/src/runtime/asm_amd64.s in runtime.call32 at line 573
/usr/local/go/src/runtime/panic.go in runtime.gopanic at line 502
/usr/local/go/src/runtime/panic.go in runtime.panicmem at line 63
/usr/local/go/src/runtime/signal_unix.go in runtime.sigpanic at line 388
pkg/storage/store.go in pkg/storage.(*Store).HandleRaftUncoalescedRequest at line 3475
pkg/storage/store.go in pkg/storage.(*Store).uncoalesceBeats at line 3441
pkg/storage/store.go in pkg/storage.(*Store).HandleRaftRequest at line 3456
pkg/storage/raft_transport.go in pkg/storage.(*RaftTransport).handleRaftRequest at line 287
pkg/storage/raft_transport.go in pkg/storage.(*RaftTransport).RaftMessageBatch.func1.1.1 at line 342
pkg/storage/raft_transport.go in pkg/storage.(*RaftTransport).RaftMessageBatch.func1.1 at line 350
pkg/util/stop/stopper.go in pkg/util/stop.(*Stopper).RunWorker.func1 at line 199
The text was updated successfully, but these errors were encountered:
cockroach-teamcity
added
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-sentry
Originated from an in-the-wild panic report.
labels
Mar 31, 2019
C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.O-sentryOriginated from an in-the-wild panic report.
This issue was autofiled by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry link: https://sentry.io/organizations/cockroach-labs/issues/961519443/?project=164528&referrer=webhooks_plugin
Panic message:
Stacktrace (expand for inline code snippets):
/usr/local/go/src/runtime/asm_amd64.s#L572-L574 in runtime.call32
/usr/local/go/src/runtime/panic.go#L501-L503 in runtime.gopanic
/usr/local/go/src/runtime/panic.go#L62-L64 in runtime.panicmem
/usr/local/go/src/runtime/signal_unix.go#L387-L389 in runtime.sigpanic
cockroach/pkg/storage/store.go
Lines 3474 to 3476 in 1634c6b
cockroach/pkg/storage/store.go
Lines 3440 to 3442 in 1634c6b
cockroach/pkg/storage/store.go
Lines 3455 to 3457 in 1634c6b
cockroach/pkg/storage/raft_transport.go
Lines 286 to 288 in 1634c6b
cockroach/pkg/storage/raft_transport.go
Lines 341 to 343 in 1634c6b
cockroach/pkg/storage/raft_transport.go
Lines 349 to 351 in 1634c6b
cockroach/pkg/util/stop/stopper.go
Lines 198 to 200 in 1634c6b
v2.1.5
go1.10.7
The text was updated successfully, but these errors were encountered: