-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.6
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
-
-
(copied to CRM)
3.6.6-ent is logging the following every 10 seconds for a freshly sharded empty collection
2018-07-18T11:20:02.052-0400 I SHARDING [Balancer] Refreshing chunks for collection test.c based on version 1|0||5b4f59b1ebe2a7c29b1d48b9 2018-07-18T11:20:02.053-0400 I SHARDING [ConfigServerCatalogCacheLoader-0] Refresh for collection test.c took 0 ms and found version 1|0||5b4f59b1ebe2a7c29b1d48b9
Similar to SERVER-29149 which is closed. This appears to be coming from the catalog cache
s/catalog_cache.cpp 441: log() << "Refreshing chunks for collection " << nss << " based on version "
- duplicates
-
SERVER-30841 Lower the amount of metadata refresh logging
- Closed