Details
-
Task
-
Resolution: Done
-
Critical - P2
-
None
-
Fully Compatible
Description
- Remove global sethbmsg from rs.h/cpp
- Add setMyHeartbeatMessage(std::string) to ReplicationCoordinator
- Replace global usage in bgsync.h/cpp and rs_sync.h/cpp to use ReplCoord
|
|
src/mongo//db/repl/bgsync.cpp:147: sethbmsg(str::stream() << "sync source problem: " << e.toString());
|
src/mongo//db/repl/bgsync.cpp:150: sethbmsg(str::stream() << "exception in producer: " << e2.what());
|
...
|
src/mongo//db/repl/rs_sync.cpp:231: sethbmsg("unexpected exception in syncThread()");
|
src/mongo//db/repl/rs_sync.h:45: void sethbmsg(const std::string& s, const int logLevel=0);
|
|
|
Attachments
Issue Links
- is related to
-
SERVER-14639 Finish Topology Coordinator Replication Source Selection
-
- Closed
-
-
SERVER-4444 Make replica sets (Applier) more testable
-
- Closed
-
- related to
-
SERVER-14637 Move CmdReplSetTest to the replication coordinator
-
- Closed
-