Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.1.1
-
7.1.1-3056-enterprise
-
Untriaged
-
Centos 64-bit
-
1
-
Yes
Description
Build: 7.1.1-3056-enterprise
Scenario:
- 2 node KV cluster
- Couchbase bucket with 20K items as initial load
- Add new node (.251) and start rebalance_in + compaction running in parallel
Observation:
Rebalance failed due to the memcached crash on the new node (.251)
memcached's backtrace -> memcached_bt.log
TAF test:
guides/gradlew --refresh-dependencies testrunner -P jython=/opt/jython/bin/jython -P 'args=-i /tmp/testexec.9407.ini durability=MAJORITY,threads_to_use=10,sdk_timeout=60,GROUP=P1,upgrade_version=7.1.1-3056 -t bucket_param_tests.autocompaction.AutoCompactionTests.rebalance_in_with_auto_DB_compaction,key=test_collections,num_items=20000,autocompaction_value=70,nodes_init=2,nodes_in=1,replicas=1,GROUP=P1'
|