There are some bugs in the post-defragmentation checks that are preventing us from catching problems with defragmentation. The main issue is that the util is comparing the shard key values with ===, but objects must use woCompare. Another is that the zone comparison is using assert.leq which does not exist in javascript, it should be lte
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: