Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
7.2.1
-
7.2.1-5819
-
Untriaged
-
-
0
-
Unknown
-
Analytics Sprint 22
Description
- Create a bucket, 2 collections. Load 50k items in each collection
- Create 2 cbas datasets per collection and 1 index per dataset
- Wait for ingestion completion. Data ingestion from VolumeCollection0 is completed but hung for VolumeCollection1.
select count(*) from default0_VolumeCollection1_ds0/1;
|
|
[
|
{
|
"$1": 49143
|
}
|
]
|
select count(*) from default0_VolumeCollection0_ds0/1;
|
|
[
|
{
|
"$1": 50000
|
}
|
]
|
Attachments
For Gerrit Dashboard: MB-57653 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
193543,3 | MB-57653: += regression test | neo | cbas-core | Status: NEW | 0 | -1 |
193833,3 | MB-57653: disregard seqno advancements higher than stream end seqno | neo | cbas-core | Status: MERGED | +2 | +1 |
193854,2 | MB-57653: += DcpSystemEvent.getSeqno | neo | analytics-dcp-client | Status: MERGED | +2 | +1 |