Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
Query Execution 2021-04-19
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
Attachments
Issue Links
- is related to
-
SERVER-55673 [SBE][replica_sets] planExecutorHangBeforeShouldWaitForInserts not enabled
-
- Closed
-
- related to
-
SERVER-55009 Enable replica_sets suites against SBE build variant
-
- Closed
-