I am using EE 7.6.2 build 3722. after upgradation from 7.6.1 we have enabled “Enable File Transfer Based Rebalance” and ran rebalance process (rebalance completed without any error). But whenever we are trying to alter index with below syntax getting error.
Syntax: ALTER INDEX frmwrk_topic1
ON bucket4
WITH {“action”: “move”, “nodes”: [“node4:8091”]};
note: Node4 is an index node.
Error:
{
“code”: 5000,
“msg”: “GSI AlterIndex() - cause: move index is disabled”,
“reason”: {
“_level”: “exception”,
“caller”: “secondary_index:1654”,
“cause”: {
“error”: “move index is disabled”,
“source”: “AlterIndex()”
},
“code”: 4350,
“icause”: “move index is disabled”,
“key”: “indexing.error”,
“message”: “GSI AlterIndex()”
},
How can I resolve this issue and how to disable “Enable File Transfer Based Rebalance” (tried Rebalance Based on File Transfer | Couchbase Docs , but no luck. no change in GUI). we are using only data, query, search and index service.