-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0-rc3
-
Component/s: Replication
-
None
-
ALL
-
When a secondary replica member is either restarted or removed/added to a replica set it will display the following in the log file:
2015-11-19T11:25:06.306-0500 I REPL [ReplicationExecutor] could not find member to sync from
It will also show either an error or no key/value for the rs.status() "syncingTo" field.
This state remains until there is a write performed on the primary at which point a sync source is set.
My expectation would be that we can set a sync source regardless of write activity under normal conditions given there is a primary.
- related to
-
SERVER-21656 Improve sync source logging when waiting for write activity
- Closed