[PR] OAK-10894 - MongoDocumentStore: add a method to retrieve a node bypassing the DocumentNodeState cache. [jackrabbit-oak]

2024-06-17 Thread via GitHub
nfsantos opened a new pull request, #1533: URL: https://github.com/apache/jackrabbit-oak/pull/1533 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[PR] Oak 10890 -- Logging for constraint violations (UUID already exists) [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi opened a new pull request, #1534: URL: https://github.com/apache/jackrabbit-oak/pull/1534 Assets sync - ConstraintViolationException: OakConstraint0030: Uniqueness constraint violated property [jcr:uuid] -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
reschke commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642564726 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabbit.o

Using oak run to compact older versions

2024-06-17 Thread Roy Teeuwen
Hey, I am using an oak-core 1.22 based application (AEM 6.5) but I’d like to use the features of the current oak-run jar to do parallel offline compaction. Is this feasible? I tried it on a local instance and everything seems to start after compaction and seems to work, but I’d like to see if t

Re: [PR] Oak 10890 -- Logging for constraint violations (UUID already exists) [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi closed pull request #1534: Oak 10890 -- Logging for constraint violations (UUID already exists) URL: https://github.com/apache/jackrabbit-oak/pull/1534 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi opened a new pull request, #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: Using oak run to compact older versions

2024-06-17 Thread Julian Sedding
Hi Roy Looking at https://jackrabbit.apache.org/oak/docs/nodestore/segment/changes.html, there don't seem to be any changes in the storage format of the TAR segment store. Therefore, I would expect no issues. I may be missing something, however. Regards Julian On Mon, Jun 17, 2024 at 12:47 PM R

Re: Using oak run to compact older versions

2024-06-17 Thread Konrad Windszus
I did the same in the past without issues. Using the newest oak-run usually is beneficial as it got rid of some bugs…. Konrad > On 17. Jun 2024, at 12:45, Roy Teeuwen wrote: > > Hey, > > I am using an oak-core 1.22 based application (AEM 6.5) but I’d like to use > the features of the current

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on code in PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#discussion_r1642692392 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndexEditor.java: ## @@ -328,6 +332,7 @@ private void checkUniquenessConst

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#issuecomment-2173190927 +1 other than the minor comment. PS: there's another case of 0030 in [UniquenessConstraintValidator](https://github.com/apache/jackrabbit-oak/blob/0e327a27eb988a0f7656535275

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642708995 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabb

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642713859 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabb

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#discussion_r1642721575 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndexEditor.java: ## @@ -328,6 +332,7 @@ private void checkUniquenessConstrai

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642721700 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValue

[PR] OAK-10845 : exclude another flaky test combination [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli opened a new pull request, #1536: URL: https://github.com/apache/jackrabbit-oak/pull/1536 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

(jackrabbit-oak) branch OAK-10845-2 created (now bb4c359788)

2024-06-17 Thread stefanegli
This is an automated email from the ASF dual-hosted git repository. stefanegli pushed a change to branch OAK-10845-2 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git at bb4c359788 OAK-10845 : exclude another flaky test combination No new revisions were added by this up

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642734255 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -128,7 +188,7 @@ public boolean equals(Object o

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642734832 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabbit.

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#issuecomment-2173265117 @ionutzpi should I go ahead and merge, i.e. is the PR ready? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642735284 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabbit.

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642736298 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValuedBi

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642740716 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabbit.

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642740716 ## oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyState.java: ## @@ -38,24 +45,64 @@ import org.apache.jackrabbit.

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642746647 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValuedBi

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#issuecomment-2173297991 > @ionutzpi should I go ahead and merge, i.e. is the PR ready? yes, the PR is ready -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] OAK-10691: remove use of Guava Charsets class [jackrabbit-oak]

2024-06-17 Thread via GitHub
reschke closed pull request #1342: OAK-10691: remove use of Guava Charsets class URL: https://github.com/apache/jackrabbit-oak/pull/1342 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

(jackrabbit-oak) 01/01: OAK-10691: remove use of Guava Charsets class

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-10691 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git commit 654e60d397523fb3dba4fdff35990b72a233bb2d Author: Julian Reschke AuthorDate: Mon Jun 17 13:43:14 2024 +0100

(jackrabbit-oak) branch OAK-10691 created (now 654e60d397)

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10691 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git at 654e60d397 OAK-10691: remove use of Guava Charsets class This branch includes the following new commits:

(jackrabbit-oak) branch OAK-10691 deleted (was c1889bcc4e)

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10691 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git was c1889bcc4e OAK-10691: merge trunk The revisions that were on this branch are still contained in other ref

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642766461 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValuedBi

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user stefan-egli (triggered by stefan-egli). Head commit for run: bb4c359788723665fd5adc985fed87b74127c89a / stefan-egli OAK-10845 : exclude another flaky test combination Report URL: https://github.com

[PR] OAK-10897 - Delete unused class: DocumentStoreSplitter [jackrabbit-oak]

2024-06-17 Thread via GitHub
nfsantos opened a new pull request, #1537: URL: https://github.com/apache/jackrabbit-oak/pull/1537 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[PR] OAK-10691: remove use of Guava Charsets class [jackrabbit-oak]

2024-06-17 Thread via GitHub
reschke opened a new pull request, #1538: URL: https://github.com/apache/jackrabbit-oak/pull/1538 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GH] (jackrabbit-oak): Workflow run "SonarCloud" is working again!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has succeeded. Run started by GitHub user nfsantos (triggered by nfsantos). Head commit for run: 10b4bbab0f252193d0d60087c052b46878ea62fc / Nuno Santos Delete unused class Report URL: https://github.com/apache/jackrabbit-oak/actions/run

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
reschke commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642813805 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValuedBin

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: 654e60d397523fb3dba4fdff35990b72a233bb2d / Julian Reschke OAK-10691: remove use of Guava Charsets class Report URL: https://github.com/apache/ja

[GH] (jackrabbit-oak): Workflow run "SonarCloud" is working again!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has succeeded. Run started by GitHub user ionutzpi (triggered by stefan-egli). Head commit for run: b642725cbf9181f2ebe3281f4423b9ea0a4e920c / pirlogea OAK-10890 - Added prefix to log warning Report URL: https://github.com/apache/jackra

Re: [PR] OAK-10890 - Added log warning [jackrabbit-oak]

2024-06-17 Thread via GitHub
stefan-egli commented on PR #1535: URL: https://github.com/apache/jackrabbit-oak/pull/1535#issuecomment-2173430866 ok - just checking why the build fails - restarted it now at https://ci-builds.apache.org/job/Jackrabbit/job/oak-trunk-pr/job/PR-1535/3/ -- This is an automated message from

[PR] OAK-10896: - Add feature toggle for removal of deleted properties and orphaned nodes [jackrabbit-oak]

2024-06-17 Thread via GitHub
shodaaan opened a new pull request, #1539: URL: https://github.com/apache/jackrabbit-oak/pull/1539 - create class FullGCOptions which will hold the different parameters used for running full GC - added variables to Configuration.java for 2 full GC modes: GAP_ORPHANS and EMPTY_PROPERTIES

Re: [PR] OAK-10803 -- compress/uncompress property [jackrabbit-oak]

2024-06-17 Thread via GitHub
ionutzpi commented on code in PR #1526: URL: https://github.com/apache/jackrabbit-oak/pull/1526#discussion_r1642878592 ## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentPropertyStateTest.java: ## @@ -81,4 +100,179 @@ public void multiValuedBi

(jackrabbit-oak) branch trunk updated: OAK-10897 - Delete unused class: DocumentStoreSplitter (#1537)

2024-06-17 Thread nfsantos
This is an automated email from the ASF dual-hosted git repository. nfsantos pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/trunk by this push: new 759637eb3a OAK-10897 - Delete unused cla

Re: [PR] OAK-10897 - Delete unused class: DocumentStoreSplitter [jackrabbit-oak]

2024-06-17 Thread via GitHub
nfsantos merged PR #1537: URL: https://github.com/apache/jackrabbit-oak/pull/1537 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@ja

Re: [PR] OAK-10691: remove use of Guava Charsets class [jackrabbit-oak]

2024-06-17 Thread via GitHub
reschke merged PR #1538: URL: https://github.com/apache/jackrabbit-oak/pull/1538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jac

(jackrabbit-oak) branch trunk updated: OAK-10691: remove use of Guava Charsets class (#1538)

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/trunk by this push: new a159cfa979 OAK-10691: remove use of Guava

(jackrabbit-oak) branch OAK-10691 deleted (was 654e60d397)

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a change to branch OAK-10691 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git was 654e60d397 OAK-10691: remove use of Guava Charsets class The revisions that were on this branch are still

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user nfsantos (triggered by nfsantos). Head commit for run: 759637eb3a7c6bf550227569e85c852a58d9762c / Nuno Santos OAK-10897 - Delete unused class: DocumentStoreSplitter (#1537) Report URL: https://gith

Re: [PR] Issue/oak 8848 [jackrabbit-oak]

2024-06-17 Thread via GitHub
shodaaan commented on code in PR #1474: URL: https://github.com/apache/jackrabbit-oak/pull/1474#discussion_r1642962427 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/version/VersionEditor.java: ## @@ -145,27 +146,71 @@ public void propertyChanged(PropertyState befor

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: a159cfa979be8e8fd6441eaa68af3159f5999f21 / Julian Reschke OAK-10691: remove use of Guava Charsets class (#1538) Report URL: https://github.com/a

[GH] (jackrabbit-oak): Workflow run "SonarCloud" is working again!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has succeeded. Run started by GitHub user nfsantos (triggered by nfsantos). Head commit for run: a1d193cf78c454e19e9a322df5cb6a715fa5e41c / Nuno Santos Merge remote-tracking branch 'upstream/trunk' into OAK-10894 Report URL: https://git

(jackrabbit-oak) branch trunk updated: OAK-10882; fix ml target for oak-commits

2024-06-17 Thread reschke
This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git The following commit(s) were added to refs/heads/trunk by this push: new 95e2c03ac9 OAK-10882; fix ml target for o

The import org.apache.jackrabbit.guava cannot be resolved

2024-06-17 Thread Raffaele Gambelli
Hi all, I would like to start exploring oak, I've imported full project in Eclipse STS but everywhere there is an import to org.apache.jackrabbit.guava I have errors. I have this kind of problem even if I create an hello-world project depending on oak-core, when I run the application it says: E

Re: The import org.apache.jackrabbit.guava cannot be resolved

2024-06-17 Thread Julian Reschke
Am 17.06.2024 um 17:28 schrieb Raffaele Gambelli: Hi all, I would like to start exploring oak, I've imported full project in Eclipse STS but everywhere there is an import to org.apache.jackrabbit.guava I have errors. Eclipse's Maven support doesn't understand the shade plugin, so 1) you need

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user reschke (triggered by reschke). Head commit for run: 95e2c03ac942c6fe71b006bb258f4788a628ad6f / Julian Reschke OAK-10882; fix ml target for oak-commits Report URL: https://github.com/apache/jackrab

Re: The import org.apache.jackrabbit.guava cannot be resolved

2024-06-17 Thread Raffaele Gambelli
Thanks Julian but unfortunately it didn't worked: I have already built oak-shaded-guava and everything other from command line, anyway I've rebuilt oak-shaded-guava, in its target I have its jar 1.64.0, then I have added the exclusion in the pom of my very very simple hello-world project:

Re: The import org.apache.jackrabbit.guava cannot be resolved

2024-06-17 Thread Raffaele Gambelli
Ok Julian, it was enough closing the project of oak-shaded-guava, there is no need of exclusion. Thanks again Cordiali saluti / Best regards, Raffaele Gambelli Senior Java Developer E raffaele.gambe...@cegeka.com [CEGEKA]Via Ettore Cristoni, 84 IT-

Re: [PR] Oak-10874 | Add jmx function for bringing forward a delayed async lane to a latest checkpoint. [jackrabbit-oak]

2024-06-17 Thread via GitHub
nit0906 commented on code in PR #1522: URL: https://github.com/apache/jackrabbit-oak/pull/1522#discussion_r1643657775 ## oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/AsyncIndexUpdate.java: ## @@ -1242,6 +1242,62 @@ public String getReferenceCheckpoint() {

[GH] (jackrabbit-oak): Workflow run "SonarCloud" is working again!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has succeeded. Run started by GitHub user nit0906 (triggered by nit0906). Head commit for run: 752f1f19760f51d58c3dc35869d2283c99f1b88b / Nitin Gupta Make default checkpoint time to 100 days from 1000 Report URL: https://github.com/apac

Re: [PR] Oak-10874 | Add jmx function for bringing forward a delayed async lane to a latest checkpoint. [jackrabbit-oak]

2024-06-17 Thread via GitHub
nit0906 merged PR #1522: URL: https://github.com/apache/jackrabbit-oak/pull/1522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jac

[GH] (jackrabbit-oak): Workflow run "SonarCloud" failed!

2024-06-17 Thread GitBox
The GitHub Actions job "SonarCloud" on jackrabbit-oak.git has failed. Run started by GitHub user nit0906 (triggered by nit0906). Head commit for run: cf51f98e999c82bca2e456c58e58dd77c0903d09 / nit0906 Oak-10874 | Add jmx function for bringing forward a delayed async lane to a latest checkpoint