-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
None
-
Affects Version/s: 3.6.5
-
Component/s: Sharding
-
None
-
ALL
-
-
Sharding 2018-07-16
Hello,
I have 2 shards. And each shard is running with 1 primary and 2 secondary.
I am sharing the config server along with mongod to share the cost of the project.
All components were running on mongo 3.4.10.
For the upgrade I followed the below process.
These are the error logs found.
2018-07-04T22:57:34.431+0800 I REPL [rsBackgroundSync] could not find member to sync from
2018-07-04T22:57:39.429+0800 I REPL [SyncSourceFeedback] SyncSourceFeedback error sending update to mongo-dba-test01.mylab.com:27017: InvalidSyncSource: Sync source was cleared. Was mongo-dba-test01.mylab.com:27017
2018-07-04T22:57:40.476+0800 I REPL [replexec-7] Starting an election, since we've seen no PRIMARY in the past 10000ms
NetworkInterfaceASIO-ShardRegistry-0] Connecting to mongo-dba-test01.mylab.com:27017
2018-07-04T22:56:48.659+0800 I ASIO [NetworkInterfaceASIO-ShardRegistry-0] Successfully connected to mongo-dba-test01.mylab.com:27017, took 2ms (1 connections now open to mongo-dba-test01.mylab.com:27017)
2018-07-04T22:56:48.661+0800 I SHARDING [ShardServerCatalogCacheLoader-0] Refresh for collection config.system.sessions took 4 ms and failed :: caused by :: CommandNotFound: no such command: 'forceRoutingTableRefresh', bad cmd: '{ forceRoutingTableRefresh: "config.system.sessions", maxTimeMS: 30000 }'
bad command.
The configuration files and the error logs are attached.
- related to
-
SERVER-35795 3.4 secondaries crashing after some time with 3.6 primary
- Closed