[SERVER-55670] [SBE][replica_sets] Timed out on waitForFailPoint in sync_source_enters_quiesce_mode.js Created: 31/Mar/21  Updated: 29/Oct/23  Resolved: 12/Apr/21

Status: Closed
Project: Core Server
Component/s: Query Execution, Replication
Affects Version/s: None
Fix Version/s: 5.0.0-rc0

Type: Task Priority: Major - P3
Reporter: Kyle Suarez Assignee: Martin Neupauer
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
related to SERVER-55009 Enable replica_sets suites against SB... Closed
is related to SERVER-55673 [SBE][replica_sets] planExecutorHangB... Closed
Backwards Compatibility: Fully Compatible
Sprint: Query Execution 2021-04-19
Participants:

 Description   

sync_source_enters_quiesce_mode.js fails because we exceeded time limit waiting for this fail point:

[js_test:sync_source_enters_quiesce_mode] d20781| 2021-03-30T23:11:42.801+00:00 I  COMMAND  51803   [conn2] "Slow query","attr":{"type":"command","ns":"admin.$cmd","appName":"MongoDB Shell","command":{"waitForFailPoint":"planExecutorHangBeforeShouldWaitForInserts","time
[js_test:sync_source_enters_quiesce_mode] uncaught exception: Error: command failed: {
[js_test:sync_source_enters_quiesce_mode]       "ok" : 0,
[js_test:sync_source_enters_quiesce_mode]       "errmsg" : "operation exceeded time limit",
[js_test:sync_source_enters_quiesce_mode]       "code" : 50,
[js_test:sync_source_enters_quiesce_mode]       "codeName" : "MaxTimeMSExpired",
[js_test:sync_source_enters_quiesce_mode]       "$clusterTime" : {
[js_test:sync_source_enters_quiesce_mode]               "clusterTime" : Timestamp(1617145602, 3),
[js_test:sync_source_enters_quiesce_mode]               "signature" : {
[js_test:sync_source_enters_quiesce_mode]                       "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
[js_test:sync_source_enters_quiesce_mode]                       "keyId" : NumberLong(0)                                                                                                                                                                                       
[js_test:sync_source_enters_quiesce_mode]               }
[js_test:sync_source_enters_quiesce_mode]       },
[js_test:sync_source_enters_quiesce_mode]       "operationTime" : Timestamp(1617145602, 3)
[js_test:sync_source_enters_quiesce_mode] } with original command request: {
[js_test:sync_source_enters_quiesce_mode]       "waitForFailPoint" : "planExecutorHangBeforeShouldWaitForInserts",
[js_test:sync_source_enters_quiesce_mode]       "timesEntered" : 1,
[js_test:sync_source_enters_quiesce_mode]       "maxTimeMS" : 300000,
[js_test:sync_source_enters_quiesce_mode]       "lsid" : {
[js_test:sync_source_enters_quiesce_mode]               "id" : UUID("479ef9dc-b88d-4bf3-8d41-a45cbb47d40a")
[js_test:sync_source_enters_quiesce_mode]       },
[js_test:sync_source_enters_quiesce_mode]       "$clusterTime" : {
[js_test:sync_source_enters_quiesce_mode]               "clusterTime" : Timestamp(1617145602, 3),
[js_test:sync_source_enters_quiesce_mode]               "signature" : {
[js_test:sync_source_enters_quiesce_mode]                       "hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
[js_test:sync_source_enters_quiesce_mode]                       "keyId" : NumberLong(0)
[js_test:sync_source_enters_quiesce_mode]               }
[js_test:sync_source_enters_quiesce_mode]       }
[js_test:sync_source_enters_quiesce_mode] } on connection: connection to ip-10-122-74-79.ec2.internal:20771 :
[js_test:sync_source_enters_quiesce_mode] _getErrorWithCode@src/mongo/shell/utils.js:25:13
[js_test:sync_source_enters_quiesce_mode] doassert@src/mongo/shell/assert.js:18:14
[js_test:sync_source_enters_quiesce_mode] _assertCommandWorked@src/mongo/shell/assert.js:719:17
[js_test:sync_source_enters_quiesce_mode] assert.commandWorked@src/mongo/shell/assert.js:811:16
[js_test:sync_source_enters_quiesce_mode] wait@jstests/libs/fail_point_util.js:30:17
[js_test:sync_source_enters_quiesce_mode] @jstests/replsets/sync_source_enters_quiesce_mode.js:36:1
[js_test:sync_source_enters_quiesce_mode] @jstests/replsets/sync_source_enters_quiesce_mode.js:10:2
[js_test:sync_source_enters_quiesce_mode] failed to load: jstests/replsets/sync_source_enters_quiesce_mode.js

Logs are too large to be attached to the JIRA ticket



 Comments   
Comment by Githook User [ 12/Apr/21 ]

Author:

{'name': 'Martin Neupauer', 'email': 'xmaton@messengeruser.com'}

Message: SERVER-55670 [SBE][replica_sets] Timed out on waitForFailPoint in
sync_source_enters_quiesce_mode.js

Check the failpoint from the SBE executor.
Branch: master
https://github.com/mongodb/mongo/commit/d35e2a364d8ae1f71fbdf0077d918f5e1e3cdf16

Generated at Thu Feb 08 05:37:07 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.