Details
-
Bug
-
Resolution: Fixed
-
Critical
-
5.1.0
-
Triaged
-
Unknown
-
Storage-Sprint-End-Jun-1-2018, Storage-Sprint-End-Jun-15-2018
Description
Indexer process goroutine stack exceeds 1000000000-byte limit fatal error: stack overflow and cause the indexer to crash.
This is the stack
StorageMgr::handleCreateSnapshot Added New Snapshot Index: 2954511192241179090 PartitionId: 0 SliceId: 0 Crc64: 3092221115143794419 (SnapshotInfo: count:10889206 committed:false) SnapCreateDur 62.255µs SnapOpenDur 1.078635ms
|
runtime: goroutine stack exceeds 1000000000-byte limit
|
fatal error: stack overflow
|
runtime stack:
|
runtime.throw(0xe730bc, 0xe)
|
/home/couchbase/.cbdepscache/exploded/x86_64/go-1.7.3/go/src/runtime/panic.go:566 +0x95 fp=0x7f317bffeb88 sp=0x7f317bffeb68
|
runtime.newstack()
|
/home/couchbase/.cbdepscache/exploded/x86_64/go-1.7.3/go/src/runtime/stack.go:1061 +0x416 fp=0x7f317bffed08 sp=0x7f317bffeb88
|
runtime.morestack()
|
/home/couchbase/.cbdepscache/exploded/x86_64/go-1.7.3/go/src/runtime/asm_amd64.s:366 +0x7f fp=0x7f317bffed10 sp=0x7f317bffed08
|
goroutine 10783 [running]:
|
github.com/couchbase/plasma.(*item).getPtrKeyItem(0xc4a6b64003, 0x0)
|
/home/couchbase/jenkins/workspace/couchbase-server-unix/goproj/src/github.com/couchbase/plasma/item.go:100 fp=0xc5894cc2b8 sp=0xc5894cc2b0
|
github.com/couchbase/plasma.(*item).Size(0xc4a6b64003, 0x0)
|
Attachments
Issue Links
- relates to
-
MB-29952 CLONE (Backport MB-29764) - Indexer crashes with goroutine stack exceeds 1000000000-byte limit
- Closed