[SERVER-33290] secondaries must set multikey before releasing parallel batch writer mutex Created: 13/Feb/18  Updated: 29/Oct/23  Resolved: 16/Feb/18

Status: Closed
Project: Core Server
Component/s: Replication
Affects Version/s: None
Fix Version/s: 3.7.3

Type: Bug Priority: Major - P3
Reporter: Judah Schvimer Assignee: Judah Schvimer
Resolution: Fixed Votes: 0
Labels: rollback-functional
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Related
related to SERVER-33675 move multi key tracking from multiSyn... Closed
Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Repl 2018-02-26
Participants:
Linked BF Score: 0

 Comments   
Comment by Githook User [ 16/Feb/18 ]

Author:

{'email': 'judah@mongodb.com', 'name': 'Judah Schvimer', 'username': 'judahschvimer'}

Message: SERVER-33290 secondaries must set multikey before releasing parallel batch writer mutex
Branch: master
https://github.com/mongodb/mongo/commit/97fc082fcf2abc9428de053f88967b848ba36c7f

Comment by Githook User [ 14/Feb/18 ]

Author:

{'email': 'judah@mongodb.com', 'name': 'Judah Schvimer', 'username': 'judahschvimer'}

Message: SERVER-33290 Remove ReplicationCoordinatorExternalState::multiSyncApply
Branch: master
https://github.com/mongodb/mongo/commit/5e96abd5e08a2ec0e566a3b8db47af8c2b4d5f21

Comment by Githook User [ 14/Feb/18 ]

Author:

{'email': 'judah@mongodb.com', 'name': 'Judah Schvimer', 'username': 'judahschvimer'}

Message: SERVER-33290 Remove DataReplicatorExternalState::_multiSyncApply
Branch: master
https://github.com/mongodb/mongo/commit/db620bf61fc76db66152f913efbe7586ad9475f9

Comment by Judah Schvimer [ 13/Feb/18 ]

To repro, simply run in one window:

buildscripts/resmoke.py --suites=replica_sets_jscore_passthrough jstests/core/geo_center_sphere2.js

And in another, connected to the secondary:

load('jstests/hooks/validate_collections.js');
rs.slaveOk();
db = db.getSiblingDB('test');
for(let i = 0; i< 10000; i++) {
    validateCollections(db, {full: true});
}

Generated at Thu Feb 08 04:32:56 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.