Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
7.2.1
-
7.2.1-5870
-
Untriaged
-
Centos 64-bit
-
-
0
-
Yes
Description
Steps:
- Create a 3 KV and 2 index/query node cluster(redistributeIndexes is set to true).
- Create a magma bucket(replicas=1) and collections(total collection count including default collections is 51)
- Create 100000000 items sequentially(doc size -512 bytes, historyRetentionBytes=4000000000000, historyRetentionSeconds=259200)
- Update 100000000 created in above step
- Create 100000000 new items sequentially
- Update 100000000 created in above step
- Create 10 indexes Wait for index building.
- Rebalance in KV with Loading of docs. (Rebalance completed successfully)
- Rebalance Out KV with Loading of docs.(Rebalance completed successfully)
- Rebalance In indexing node with loading of docs(queries also running)
- Indexer rebalance was hung for more than 5 hours(It was stuck at 52.5 %, Tried twice and both the times it was stuck at same percentage(52.5).
http://172.23.110.64:8091/settings/indexes
|
|
{
|
"redistributeIndexes": true,
|
"numReplica": 0,
|
"enablePageBloomFilter": false,
|
"indexerThreads": 0,
|
"memorySnapshotInterval": 200,
|
"stableSnapshotInterval": 5000,
|
"maxRollbackPoints": 2,
|
"logLevel": "info",
|
"storageMode": "plasma"
|
}
|
|
QE-TEST:
guides/gradlew --refresh-dependencies testrunner -P jython=/opt/jython/bin/jython -P 'args=-i /tmp/ankush_temp_job3.ini bucket_storage=magma,bucket_eviction_policy=fullEviction,rerun=False -t aGoodDoctor.Hospital.Murphy.ClusterOpsVolume,nodes_init=3,graceful=True,skip_cleanup=True,num_items=100000000,num_buckets=1,bucket_names=GleamBook,doc_size=512,bucket_type=membase,eviction_policy=fullEviction,iterations=5,batch_size=1000,sdk_timeout=60,log_level=debug,infra_log_level=debug,rerun=False,skip_cleanup=True,key_size=22,assert_crashes_on_load=True,num_collections=50,maxttl=10,num_indexes=10,pc=10,indexer_mem_quota=204795,index_nodes=2,cbas_nodes=0,fts_nodes=0,ops_rate=200000,ramQuota=102400,doc_ops=create:update:delete:read,mutation_perc=100,rebl_ops_rate=30000,key_type=RandomKey'
|