-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
5
-
Storage Engines 2020-03-23
Below invariant failure was captured by 2 tests of noPassthrough task in a recent mongo 4.4 patch build:
[js_test:timestamp_index_builds] 2020-03-10T05:50:19.806+0000 d21521| {"t":{"$date":"2020-03-10T05:50:19.806+0000"},"s":"F", "c":"-", "id":23081,"ctx":"initandlisten","msg":"Invariant failure {expr} {msg} {file} {line}","attr":{"expr":"!stableTimestamp || stableTimestamp->isNull() || appliedThrough.isNull() || *stableTimestamp == appliedThrough.getTimestamp()","msg":"Stable timestamp Timestamp(1583819411, 1) does not equal appliedThrough timestamp { ts: Timestamp(1583819411, 2), t: 1 }","file":"src/mongo/db/repl/replication_recovery.cpp","line":429}}