Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Replacing the commit semaphore with the scheduler in OAK-4122, made some tests in MergeTest and CheckpointTest obsolete, since they made use of implementation details now unavailable in the segment store. These concerns, like maximumBackoff and checkpointsLockWaitTime are now configurable in LockBasedScheduler. For the moment, the tests should be changed to work with the current scheduler, but in the future, with the introduction of new scheduler types, they might become obsolete as well.