I found the active log file and tailed. It hits the panic error and restarts. It is looping continuously.
2022/04/13 21:35:22.725009 [SYS] Removing old backup backup-20220413.212849
panic: runtime error: index out of range [0] with length 0
goroutine 49 [running]:
github.com/blevesearch/zapx/v15.(*memUvarintReader).ReadUvarint(0xc000ef0a80)
github.com/blevesearch/zapx/[email protected]/memuvarint.go:48 +0xc5
github.com/blevesearch/zapx/v15.(*chunkedIntDecoder).readUvarint(...)
github.com/blevesearch/zapx/[email protected]/intDecoder.go:103
github.com/blevesearch/zapx/v15.(*PostingsIterator).nextAtOrAfter(0xc000ef0a80, 0x7fd400000432)
github.com/blevesearch/zapx/[email protected]/posting.go:516 +0x1f8
github.com/blevesearch/zapx/v15.(*PostingsIterator).Next(...)
github.com/blevesearch/zapx/[email protected]/posting.go:465
github.com/blevesearch/zapx/v15.mergeTermFreqNormLocs(0x0, {0x0, 0x0, 0x0}, 0xc000ef0a80, {0xc000bbb000, 0x1f7, 0x1f7}, 0xc00162d648, 0xc000831780, ...)
github.com/blevesearch/zapx/[email protected]/merge.go:584 +0xa6
github.com/blevesearch/zapx/v15.persistMergedRest({0xc00098e140, 0xa, 0xc000dee450}, {0xc00098e0f0, 0xa, 0x40f1b4}, {0xc00000c3c0, 0x1d, 0xc000c301e8}, 0xc000dee450, ...)
github.com/blevesearch/zapx/[email protected]/merge.go:346 +0x1bf4
github.com/blevesearch/zapx/v15.MergeToWriter({0xc00098e140, 0xa, 0xa}, {0xc00098e0f0, 0xa, 0xa}, 0x2c, 0x50, 0x50)
github.com/blevesearch/zapx/[email protected]/merge.go:137 +0x273
github.com/blevesearch/zapx/v15.mergeSegmentBases({0xc00098e140, 0xa, 0xa}, {0xc00098e0f0, 0xa, 0xa}, {0xc000950000, 0x2c}, 0xd9b22f79, 0xc00086c000, ...)
github.com/blevesearch/zapx/[email protected]/merge.go:78 +0x25b
github.com/blevesearch/zapx/v15.(*ZapPlugin).Merge(0x1a7d390, {0xc000394000, 0xa, 0x10000c000c3ab78}, {0xc00098e0f0, 0xa, 0xa}, {0xc000950000, 0x2c}, 0xc00086c000, ...)
github.com/blevesearch/zapx/[email protected]/merge.go:53 +0xd5
github.com/blevesearch/bleve/v2/index/scorch.(*Scorch).planMergeAtSnapshot(0xc000b22800, {0x1ad2b18, 0xc000040068}, 0xc00098e000, 0xc0005a3d00)
github.com/blevesearch/bleve/[email protected]/index/scorch/merge.go:322 +0x79a
github.com/blevesearch/bleve/v2/index/scorch.(*Scorch).mergerLoop(0xc000b22800)
github.com/blevesearch/bleve/[email protected]/index/scorch/merge.go:68 +0x256
created by github.com/blevesearch/bleve/v2/index/scorch.(*Scorch).Open
github.com/blevesearch/bleve/[email protected]/index/scorch/scorch.go:186 +0x15b