|
We sharded our db, after that, there is problem with Logical Session Cache Refresh, because, in logs we can see such as lines:
"ctx":"LogicalSessionCacheRefresh","msg":"Collection refresh failed","attr":{"namespace":"config.system.sessions","exception":"ConflictingOperationInProgress: No chunks were found for the collection config.system.sessions"}}
|
What is already done:
1. setFeatureCompatibilityVersion: already "5.0";
2. We tried drop collection and then recreate, but "NamespaceNotFound" error when i run drop command, even in config server.
MongoDB version "5.0.4".
|