-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0-rc3
-
Component/s: Logging, Networking, Replication
-
None
-
ALL
-
- Start a 3 member replica set
- Shut down one of the secondaries
- Start the down secondary back up
- The secondary that was restarted will start printing NetworkInterfaceASIO connection messages.
-
Repl C (11/20/15), Repl D (12/11/15)
When a 3 member replica set is started at log level 0, there are initial connection messages printed but then nothing regularly after that.
Restart one of the secondaries and you will see NetworkInterfaceASIO connection messages (such as the following) printed regularly. In my testing they are printed anywhere between 2 and 20 seconds apart. Not sure if this is just a logging issue or something deeper.
2015-11-17T10:56:01.980-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27017 2015-11-17T10:56:01.981-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27019 2015-11-17T10:56:03.986-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27017 2015-11-17T10:56:03.987-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27019 2015-11-17T10:56:05.994-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27017 2015-11-17T10:56:05.995-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27019 2015-11-17T10:56:14.012-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27017 2015-11-17T10:56:14.013-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27019 2015-11-17T10:56:18.019-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27017 2015-11-17T10:56:18.020-0500 I ASIO [NetworkInterfaceASIO] Successfully connected to James-MacBook-Pro.local:27019
- related to
-
SERVER-21249 Replica set reports down member is healthy on Windows
- Closed