-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 8.0.0, 8.2.0
-
Component/s: None
-
None
-
Catalog and Routing
-
ALL
-
🟩 Routing and Topology
-
None
-
None
-
None
-
None
-
None
-
None
When the profiler is enabled on a database, a collection DBNAME.system.profile is created on single shards. Given that the collection is local, it is not considered movable via moveCollection nor via movePrimary.
When transitioning to dedicated config server, collections/databases are moved off via moveCollection/movePrimary and then this check makes sure that no collection on user databases is still containing data.
Since the profiling collection is always skipped, transitioning to dedicated may fail because of that.
- is duplicated by
-
SERVER-115715 Unreplicated collections are checked as part of removeShard
-
- Closed
-