ODM FINDING:
flushRouterConfig
flushRouterConfig clears the current cluster information cached by a mongos instance and reloads all sharded cluster metadata from the config database.
This forces an update when the configuration database holds data that is newer than the data cached in the mongos process.
WARNING
Do not modify the config data, except as explicitly documented. A config database cannot typically tolerate manual manipulation.
flushRouterConfig is an administrative command that is only available for mongos instances.
mongos 实例会缓存从config db 哪里获得的分片集群元信息
flushRouterConfig
flushRouterConfig clears the current cluster information cached by a mongos instance and reloads all sharded cluster metadata from the config database.
This forces an update when the configuration database holds data that is newer than the data cached in the mongos process.
WARNING
Do not modify the config data, except as explicitly documented. A config database cannot typically tolerate manual manipulation.
flushRouterConfig is an administrative command that is only available for mongos instances.
mongos 实例会缓存从config db 哪里获得的分片集群元信息










