-
Type: Bug
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 3.4.5, 3.5.9
-
Component/s: Replication
-
Replication
-
ALL
In db/op_observer_impl.cpp, there are three tests to identify system collections:
if (strstr(nss.ns().c_str(), ".system.js")) { if (strstr(args.nss.ns().c_str(), ".system.js")) { if (nss.coll() == "system.js") {
It seems clear that only the last is correct.
- duplicates
-
SERVER-30325 Cache transaction progress in the Session object
- Closed