Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
6.5.0
-
None
-
6.5.0-3883-enterprise
Description
This MB is to track and improved version of the fix for MB-35326, the improved version is logically the same but we want to restructure some of the KVStore API to better hide the cache clearing.
The cleaned up fix will do the following.
- rename KVStore::incrementRevision to KVStore:prepareToCreate
- Follow the pattern of prepareToDelete and add a virtual prepareToCreateImpl
- KVStore:prepareToCreate will do the cache reset
- prepareToCreateImpl will do the same job as the current incrementRevision code
Attachments
Issue Links
- Clones
-
MB-35326 Rebalance of delta recovered node fails: snapshot_range_t(a,b) requires start <= end
- Closed