[
https://issues.apache.org/jira/browse/OAK-11729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mohit Kataria updated OAK-11729:
--------------------------------
Fix Version/s: 1.84.0
> If the indexing lane is behind, we should allow catch up of a non-failing lane
> ------------------------------------------------------------------------------
>
> Key: OAK-11729
> URL: https://issues.apache.org/jira/browse/OAK-11729
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: indexing
> Reporter: Thomas Mueller
> Assignee: Mohit Kataria
> Priority: Major
> Fix For: 1.84.0
>
>
> Right now we can only force catch-up of a non-failing lane:
> {noformat}
> if (!this.isFailing()) {
> String msg = "The lane is not failing. This operation should only be
> performed if the lane is failing, it should first be allowed to catch up on
> its own.";
> log.warn(msg);
> return msg;
> } {noformat}
> This logic prevents to force catch up of a lane that is just behind, without
> being marked as failed.
> Given these jmx beans are created for emergency cases, this check should be
> removed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)