Details
-
Bug
-
Resolution: User Error
-
Critical
-
Elixir
-
Untriaged
-
-
1
-
Unknown
Description
we are running the following test with 64 vbuckets we set as
systemctl set-environment COUCHBASE_NUM_VBUCKETS=64
|
systemctl restart couchbase-server
|
systemctl unset-environment COUCHBASE_NUM_VBUCKETS
|
Test:
- 4 Node cluster (3 Kv, 1 index)
- Instance: EC2 - c6gd.4xlarge (16 vCPU, 32 GB memory) with NVME cache in front of EBS
- KV : 20 buckets, Each bucket with 5 collections
- GSI
- 2 indexes per collection, total of 200 indexes
- memory quota: 23G (23552MB)
- Key size = 256Bytes (200M total keys)
Index creation error out and seeing the following error in logs
2022-08-11T05:10:38.305+00:00 [Error] LifecycleMgr::handleBuildIndexes: received build errors for instIds map[11391410291827364956:Error Connecting KV 127.0.0.1:8091 Err BucketSeqnos(): got ts only for 64 vbs]
|