Details
Description
- Created a 3 node cluster with kv, n1ql and fts nodes
- Created a couchstore bucket and loaded a few docs
- Created a search index using UI
- Deleted the index
The index deletion fails with Unexpected error
Observing a panic in ns_server.fts.log
panic: runtime error: invalid memory address or nil pointer dereference[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0xba2ad8] goroutine 2189 [running]:github.com/couchbase/cbgt.(*GocbcoreDCPFeed).cacheUpdateCheck(0x40005ead00, 0x40006eaea0?) /home/couchbase/jenkins/workspace/couchbase-server-unix/cbgt/feed_dcp_gocbcore.go:1419 +0x88github.com/couchbase/cbgt.(*BucketScopeInfoTracker).getBucketInfo(0x40004a6d20, {0x40007002c0, 0x7}, 0x40098ed530) /home/couchbase/jenkins/workspace/couchbase-server-unix/cbgt/bucket_scope_tracker.go:275 +0x298github.com/couchbase/cbgt.isBucketAlive(0x4000103c00, {0x4000815940, 0x20}, {0x40007002c0, 0x7}, 0x0, 0x400050df38?) /home/couchbase/jenkins/workspace/couchbase-server-unix/cbgt/bucket_scope_tracker.go:130 +0x74github.com/couchbase/cbgt.(*GocbcoreDCPFeed).checkIfSourceExists.func1() /home/couchbase/jenkins/workspace/couchbase-server-unix/cbgt/feed_dcp_gocbcore.go:1336 +0xa4created by github.com/couchbase/cbgt.(*GocbcoreDCPFeed).checkIfSourceExists in goroutine 975 /home/couchbase/jenkins/workspace/couchbase-server-unix/cbgt/feed_dcp_gocbcore.go:1328 +0x16c |
Attachments
Issue Links
- duplicates
-
MB-60073 Service 'fts' exited with status 2 - GocbcoreDCPFeed. initiateStream function is crashing
- Closed