Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
Cheshire-Cat
-
Centos 7 64 bit; CB EE 7.0.0-5075
-
Untriaged
-
Centos 64-bit
-
-
1
-
Unknown
Description
Steps to reproduce
1. Create 2 node init cluster kv, n1ql
2. Create a bucket of total 1k collections. Each collection has 10 documents
3. Rebalance-in 18 index nodes
4. Rebalance-out 14 index nodes. So 4 indexes nodes are now in the cluster.
5. Create 2K partitioned indexes (no replicas, and partitioned by hash) such that there are 2 indexes created per collection. Each index is indexed with 10 documents now with defer_build=true. Build them after they all get deferred.
Total online indexes count is 2K at this point.
6. Rebalance-in 14 index nodes
Rebalance completes in close to 10 hours.
7. Flush the entire bucket.
Now the indexes go to state "deferred" (from online) for a long time. Indexes UI page shows that "created" as against to "ready".
SELECT count(*) FROM system:indexes where state = 'deferred'
|
gives 2000
Eventually after some time (approx ~1 hour I think), they started getting rebuilt.
Logs attached.