-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
-
QE 2022-04-18, QE 2022-05-02, QE 2022-05-16, QE 2022-05-30, QE 2022-06-13, QE 2022-06-27, QE 2022-07-11, QE 2022-07-25, QE 2022-08-08, QE 2024-03-18, QE 2024-04-01, QE 2024-04-15, QE 2024-04-29, QE 2024-05-13, QE 2024-05-27, QE 2024-06-10, QE 2024-07-22, QE 2024-08-05
-
0
Identified tests so far:
- jstests/core/explain_execution_error.js (suite: causally_consistent_jscore_passthrough)
- jstests/core/views/views_aggregation.js (suite: cwrwc_passthrough)
- jstests/core/sortj.js (suite: cwrwc_passthrough)
- jstests/core/sortb.js (suite: causally_consistent_jscore_passthrough)
- jstests/core/sortg.js (suite: cwrwc_passthrough)
Common trait:
"ctx":"JournalFlusher",
"msg":"The JournalFlusher encountered an error attempting to flush data to disk",
"attr":
Perhaps the solution is to add "requires_journaling" or "requires_persistence" tags to these tests.
- is related to
-
SERVER-92452 Avoid test failures with WT_CACHE_FULL error in burn-in with inMemory engine
- Needs Scheduling