You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OAK-11729: If the indexing lane is behind, we should allow catch up of a non-failing lane (#2397)
* OAK-11729: If the indexing lane is behind, we should allow catch up of a non-failing lane
* OAK-11729: If the indexing lane is behind, we should allow catch up of a non-failing lane
Copy file name to clipboardExpand all lines: oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncIndexUpdate.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1249,12 +1249,6 @@ public String forceIndexLaneCatchup(String confirmMessage) throws CommitFailedEx
1249
1249
returnmsg;
1250
1250
}
1251
1251
1252
-
if (!this.isFailing()) {
1253
-
Stringmsg = "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.";
1254
-
log.warn(msg);
1255
-
returnmsg;
1256
-
}
1257
-
1258
1252
try {
1259
1253
log.info("Running a forced catch-up for indexing lane [{}]. ", name);
1260
1254
// First we need to abort and pause the running indexing task
0 commit comments