Operational Defect Database

BugZero found this defect 54 days ago.

MongoDB | 2622758

Migration Destination Manager should not check out a session with a mixed opCtx and Client

Last update date:

3/27/2024

Affected products:

MongoDB Server

Affected releases:

4.4.9

5.0.9

6.0.9

8.0.0-rc0

7.0.8

Fixed releases:

No fixed releases provided.

Description:

Info

In the migration destination manager, AlternativeClientRegions are used to do writes that don't need to be done under the main op context's session. However, when certain operations are done (specifically those that will wait for write concern), the session from the original operation context still needs to be yielded and so runWithoutSession is called with the original operation context to yield the session, run the command, and reacquire the session. Reacquiring the session can involve doing a read via dbDirectClient if the session is not found in memory. This will cause an invariant with the sequence of events in the migration destination manager since the opCtx is the original one but the client is from the alternative client region. SERVER-87872 attempted to fix this simply by releasing the AlternativeClientRegion before calling runWithoutSession to return to the original client. However, both the applyMods part of chunk migration and the cloning phase, in the MigrationBatchInserter, call runWithoutSession on a different thread than the MigrateThread. The quick fix in SERVER-87872 was reverted by SERVER-88479 in favor of finding a more complete solution in this ticket.

Top User Comments


Steps to Reproduce


Additional Resources / Links

Share:

BugZero® Risk Score

What's this?

Coming soon

Status

Needs Scheduling

Learn More

Search:

...