-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding NYC
-
Fully Compatible
-
ALL
-
v7.1
-
Repl 2023-09-04, Repl 2023-09-18
-
135
The attached BF shows occurrences where the reshardingRecipientService is not fully shutting down when shudown is called on the donor node.
While the service is being shut down, it calls shutdown on an object called dataReplication. Data Replication proceeds to shuts down the oplogFetcherExecutor here but fails to shutdown the collectionClonerExecutor, which I believe is causing the shutdown to hang.