-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Replication
-
Fully Compatible
-
ALL
-
v4.2
-
Service Arch 2019-04-22, Service Arch 2019-05-06, Service Arch 2019-05-20, Service Arch 2019-06-03
-
18
On Enterprise Ubuntu 18.04 PPC64LE, the TestOplogTruncation unittest in the WiredTigerKVEngineTest suite occasionally times out, here:
callbackShouldFail.store(false); assertPinnedMovesSoon(Timestamp(40, 1));
After about 30 seconds, the pinned timestamp has not advanced to 40 as expected and the test fails. The symptoms appear to me as if, even though "callbackShouldFail" has been set to false, the dummy callback is still failing and preventing the pinned timestamp from advancing. But that's only a hypothesis.