Details
-
Bug
-
Resolution: Fixed
-
Test Blocker
-
6.5.0
-
Triaged
-
-
Yes
-
KV Sprint 2019-12
Description
Build : 6.5.0-4926
Last known good build : 6.5.0-4924
Steps to reproduce :
1. 2 node cluster with kv+index+query on all nodes running 5.1.0 release
2. Install all 3 sample buckets
3. Run query - select city from `travel-sample` where city is not null; - should return 7341 docs
4. Do an offline upgrade on both the nodes to 6.5.0-4926 build.
5. Post upgrade, observe that the indexes do not have all the docs as before the upgrade.
6. Running query in step#3 returns fewer docs - 19 in my environment. This is data loss post upgrade.
7. Create index - create index idx1 on `travel-sample`(name,city) partition by hash(meta().id) with
- never completes, is stalled.
Performed the same test with different combinations:
1. 5.1.0 -> 6.5.0-4926 = issue is seen
2. 5.1.0 -> 6.5.0-4924 = issue is not seen.
3. 5.0.1 -> 6.5.0-4926 = issue is seen
This means this issue is directly related to the fix that went in 6.5.0-4925 for MB-36948.
http://172.23.120.24/builds/latestbuilds/couchbase-server/mad-hatter/4925/CHANGELOG