Fix bug in range deleter script nss split logic

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Cluster Scalability
    • ALL
    • Cluster Scalability Priorities
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, the nss is split like below in the script to find out db/coll name:

      const [dbName, collName] = targetNss.split(".");
      

      This doesn't work if there are multiple dots present in the nss which is allowed per MongoDB naming specs.

            Assignee:
            Unassigned
            Reporter:
            Abdul Qadeer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: