-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In 7.2 (I think), we added support for reshardCollection events to the same shard key, per https://www.mongodb.com/docs/manual/tutorial/resharding-back-to-same-key/#std-label-resharding-a-collection-back-to-same-key.
However, these events do not show up in the change stream at all, unlike all other {[reshardCollection}} events.
This is important for mongosync. We explicitly do not support resharding during sync, and we'd like to be able to catch these events so we can abort the migration (which we already do whenever we see a {[reshardCollection}} event).