Implement basic drill down algorithm for extended validate

XMLWordPrintableJSON

    • 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

            Assignee:
            Vishnu Kaushik
            Reporter:
            Sean Zimmerman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: