Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.5.1, 6.6.1, 6.5.0, Cheshire-Cat
-
Untriaged
-
1
-
Unknown
Description
If a backup with more than 10 elements that has mid transactions documents is restored with cbrestore the restore is likely to fail (it may pass if all the mid transaction documents fall in the last batch of messages to be processed).
It will fail with the message
2020-11-26 12:36:04,934: s0 error: async operation: error: opaque mismatch: 2 3 on sink: http://localhost:8091(b'demo-bucket'@b'127.0.0.1:8091')
|
Steps to reproduce
- Stand up a cluster and create a bucket
- Load 100 documents to the bucket
- Add some mid-transaction documents see the attachment for a script that does this (the run.sh)
- Load another 100 documets to the bucket
- Do a backup with cbbackup
- Do a restore with cbrestore
Attachments
Issue Links
- is caused by
-
MB-35894 CE backup tools update TXN filtering implementation
- Closed