Details
-
Bug
-
Resolution: Duplicate
-
Major
-
5.0.0
-
Untriaged
-
Unknown
Description
Reported by a forum user:
|
panic: runtime error: index out of range
|
|
goroutine 74 [running]:
|
panic(0xce6d60, 0xc042018030)
|
C:/Users/vagrant/cbdepscache/exploded/amd64/go-1.7.3/go/src/runtime/panic.go:500 +0x1af fp=0xc0420e97a8 sp=0xc0420e9718
|
runtime.panicindex()
|
C:/Users/vagrant/cbdepscache/exploded/amd64/go-1.7.3/go/src/runtime/panic.go:27 +0x74 fp=0xc0420e97d8 sp=0xc0420e97a8
|
github.com/couchbase/nitro/plasma.(*Plasma).doRecovery.func1(0x769115c97, 0xc0458ba000, 0x0, 0xd5c8, 0x0, 0x0, 0x0)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/nitro/plasma/plasma.go:420 +0xd7a fp=0xc0420e98e0 sp=0xc0420e97d8
|
github.com/couchbase/nitro/plasma.(*lsStore).visitor(0xc0456a6000, 0x7690d1bb5, 0x76913e4d5, 0xc04534cea0, 0xc04534ce80, 0xd29be0, 0xc041e68201)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/nitro/plasma/lss.go:297 +0x16e fp=0xc0420e9950 sp=0xc0420e98e0
|
github.com/couchbase/nitro/plasma.(*lsStore).Visitor(0xc0456a6000, 0xc04534cea0, 0xc04534ce80, 0xc0458b8000, 0x1000)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/nitro/plasma/lss.go:286 +0xa4 fp=0xc0420e99a0 sp=0xc0420e9950
|
github.com/couchbase/nitro/plasma.(*Plasma).doRecovery(0xc042184900, 0xc0452fa690, 0x21)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/nitro/plasma/plasma.go:486 +0x23c fp=0xc0420e9a68 sp=0xc0420e99a0
|
github.com/couchbase/nitro/plasma.New(0x1e, 0x12c, 0x5, 0x4, 0xeb4a20, 0xeb49e8, 0xeb49f0, 0xeb4a30, 0xeb4a38, 0xeb4a28, ...)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/nitro/plasma/plasma.go:320 +0xdb3 fp=0xc0420e9e40 sp=0xc0420e9a68
|
github.com/couchbase/indexing/secondary/indexer.(*plasmaSlice).initStores.func2(0xc0456a2030, 0xc04532a600, 0xc0456a2020, 0xc04525aa90, 0xc0456a2050)
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/indexing/secondary/indexer/plasma_slice.go:231 +0x98 fp=0xc0420e9f68 sp=0xc0420e9e40
|
runtime.goexit()
|
C:/Users/vagrant/cbdepscache/exploded/amd64/go-1.7.3/go/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc0420e9f70 sp=0xc0420e9f68
|
created by github.com/couchbase/indexing/secondary/indexer.(*plasmaSlice).initStores
|
C:/Jenkins/workspace/couchbase-server-windows/goproj/src/github.com/couchbase/indexing/secondary/indexer/plasma_slice.go:241 +0x11a7
|
|
Attachments
Issue Links
- depends on
-
MB-25440 panic when indexer file is manually corrupted - handle data corruption
- Closed