-
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.