Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
Elixir
-
7.5.0-3451
-
Untriaged
-
-
0
-
Unknown
Description
- Create 19 databases to avoid kv/gsi auto-scaling due to num_tenants.
- Create 2 collections(VolumeCollection0, VolumeCollection1) in each database
- Create 100 indexes on each database i.e. 50 on each collection. This results in total 1900 indexes.
- Build 10 indexes per database at a time. Example:
Bucket0:VolumeCollection0 - 10 indexes under build
Bucket1:VolumeCollection0 - 10 indexes under build
Bucket2:VolumeCollection0 - 10 indexes under build
.
.
.
Bucket20:VolumeCollection0 - 10 indexes under build
- Repeat the above step
- All the VolumeCollection0 indexes are build. Now comes the VolumeCollection1 indexes
Bucket0:VolumeCollection1 - 10 indexes under build
Bucket1:VolumeCollection1 - 10 indexes under build
Bucket2:VolumeCollection1 - 10 indexes under build
.
.
.
Bucket20:VolumeCollection1 - 10 indexes under build
- Observe that the index building is stuck forever.