Details
-
Bug
-
Resolution: Fixed
-
Critical
-
master
-
6.5.0-4639
-
Untriaged
-
Yes
-
Magma: Jan6 - Jan17
Description
Steps:
1. Create a 4 node cluster:
+----------------+----------------------------+--------------+
|
| Nodes | Services | Status |
|
+----------------+----------------------------+--------------+
|
| 172.23.107.100 | [u'index', u'kv', u'n1ql'] | Cluster node |
|
| 172.23.107.105 | None | <--- IN --- |
|
| 172.23.107.107 | None | <--- IN --- |
|
| 172.23.107.145 | None | <--- IN --- |
|
+----------------+----------------------------+--------------+
|
2. Create a default bucket with replicas=1
3. Load 250k docs with durability=Majority
4. Change the bucket replicaNumber=2
5. Swap rebalance 2 nodes including orchestrator node and rebalance. Make sure doc loading is also running in parallel.
6. Rebalance failed. Memcached crashed on 172.23.107.107
QE Note:
-t rebalance_new.swaprebalancetests.SwapRebalanceBasicTests.do_test,nodes_init=2,replicas=2,standard_buckets=1,num-swap=1,swap-orchestrator=True
|