Description
Steps of reproduction in latest CC code.
-Create a default fts index on beer-sample on a multi node fts cluster.
-Wait for indexing completion.
-Reboot the cbft
-Go the indexing listing page and check the indexing status, it shows progress percentages like 66% , 75% etc depending on the number of fts nodes in the cluster.
Attachments
Issue Links
- is caused by
-
GOCBC-868 [gocbcore.v9] If bucket isn't available CreateAgent needs to fail immediately
-
- Resolved
-
Good catch Sreekanth Sivasankaran. This regression was introduced within gocbcore as we moved cbgt to point to the latest. See my comment here: https://issues.couchbase.com/browse/GOCBC-868?focusedCommentId=423017&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-423017
I'm reverting our gocbcore version to the last good build, and i see the issue go away -