You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source-mongodb: additional debug logs when discard documents
Debug logging for when documents are discarded because they are not for a
tracked operation type, or because the full document is empty. Both of these
event types should be fairly low-volume.
Also adds a sanity check when combining fragments from a split event to make
sure that a source MongoDB collection is determined, which could otherwise cause
a false negative when checking if that collection is among the tracked
collections. I have no present reason to think this will ever happen, but it
seems worthwhile to verify.
0 commit comments