-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
Repl 2025-09-15, Repl 2025-09-29
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This ticket is to implement the basic behavior for the drill down algorithm. When provided a hash prefix (a single prefix for this ticket is sufficient) we return a total hash for each bucket on the next byte of the prefix
i.e. if given hashPrefix 'c7d' we will return a hashcode for each of c7da, c7jd, c7dc, ... c7d0
We will start this algorithm on the first character when we see an empty 'hashPrefixes' array
The calculation of the hash per bucket should be the same procedure as followed in SERVER-109940
This ticket should also include a basic jstest that runs this drilldown algorithm for at least 2 steps and verify results across nodes
- depends on
-
SERVER-109939 Add new inputs to extended validate command
-
- Closed
-
- is depended on by
-
SERVER-109944 Improve the drill down algorithm for extended validate
-
- Backlog
-
-
SERVER-109950 Implement 'unhash' for extended validate
-
- Backlog
-
-
SERVER-109952 Fully support --validate binary option with extended validate
-
- Backlog
-
-
SERVER-109973 Improved jstests for extended validate
-
- Closed
-
- is related to
-
SERVER-109940 Implement 'all' collection hash for extended validate
-
- Closed
-
- related to
-
SERVER-109944 Improve the drill down algorithm for extended validate
-
- Backlog
-