You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/06/19 13:08:07 UTC

BUILD FAILURE: Jackrabbit Oak - Build # 1495 - Failure

The Apache Jenkins build system has built Jackrabbit Oak (build #1495)

Status: Failure

Check console output at https://builds.apache.org/job/Jackrabbit%20Oak/1495/ to view the results.

Changes:
[frm] OAK-7551 - Implement a stateless cancellation strategy

The cancellation strategy previously represented by `CancelCompactionSupplier`
has been replaced by `Canceller`. `Canceller` repesents a hierarchy of
cancellation conditions which can rely a cancellation request as soon as one of
the conditions is met. This allows the code to create more specific
cancellation conditions for specific parts of the codebase, withouth amassing
the cancellation state in a single entity.

 

Test results:
All tests passed