Hi all, I'm using latest oak release with a mongodb documentnodestore, recently I've imported few thousands elements, if I search for them with a query without "where clause" no results are found but I'm sure there are. I'm sure because each time I save them, when I import them I mean, another node with a weak reference to it is created, so entering in this node individually I see the linked node.
I've observed that the following log, never seen before, started appearing, every period of time configured to do async indexing. have you any idea what means this log? 2026-08-07 15:16:51.844 WARN [platform-core-server,,] [oak-scheduled-executor-2120] o.a.j.o.plugins.index.AsyncIndexUpdate : [wm-default-main-async] The index update is still failing (failed AsyncIndexUpdate.java 1109) org.apache.jackrabbit.oak.api.CommitFailedException: OakMerge0004: OakMerge0004: Following exceptions occurred during the bulk update operations: [org.apache.jackrabbit.oak.plugins.document.ConflictException: The node 1:/:async was changed in revision r19fcd32ed64-0-56 (not yet visible), which was applied after the base revision r19ce7656a43-0-1,r19d0b707d66-0-2,r19d0ba20116-0-3,r19d200ed2e2-0-4,r19d205e5036-0-5,r19d2462adf0-0-6,r19d249fe0d4-0-7,r19d29a576c9-0-8,r19d2b15647b-0-9,r19df78c660c-0-a,r19df8251c12-0-b,r19e08356bf8-0-c,r19e0851c4f1-0-d,r19e08742c26-0-e,r19e165497d8-0-f,r19e16637b65-0-10,r19e167d3c06-0-11,r19e1713996a-0-12,r19e17558d45-0-13,r19e1b16a788-0-14,r19e1cefc771-0-15,r19e20d7d6cf-0-16,r19e2b08bd50-0-17,r19e3a6e0533-0-18,r19e69dbf039-0-19,r19e6d8a2e03-0-1a,r19e6d9dfd7d-0-1b,r19e6e0fea67-0-1c,r19e6e139cc6-0-1d,r19e72eb6ed4-0-1e,r19e73cd2f86-0-1f,r19e73dab3c6-0-20,r19e741e6e49-0-21,r19e923f5545-0-22,r19e924b517b-0-23,r19e975224d1-0-24,r19e98891c24-0-25,r19ead236115-0-26,r19ebb4eaf7e-0-27,r19ebc26860d-0-28,r19ebc359011-0-29,r19ebc83216e-0-2a,r19ed5b338c5-0-2b,r19edf21ed04-0-2c,r19edf630af1-0-2d,r19edf6853cd-0-2e,r19f36dc7c2d-0-2f,r19f370ef37a-0-30,r19f37b91fc9-0-31,r19f460efdc3-0-32,r19f463fccef-0-33,r19f4651ae11-0-34,r19f46578337-0-35,r19f465a692b-0-36,r19f4672da64-0-37,r19f476b04f8-0-38,r19f4787f3dc-0-39,r19f479e38e7-0-3a,r19f4b28f392-0-3b,r19f4b6a507d-0-3c,r19f4b8c679e-0-3d,r19f4cc75fe4-0-3e,r19f4ccdf863-0-3f,r19f4cd14df5-0-40,r19f5c3fbef6-0-41,r19f65dd7b9d-0-42,r19f66665b6b-0-43,r19f6a8cee61-0-44,r19f6ad08f1d-0-45,r19f94324cdb-0-46,r19fb3900cb1-0-47,r19fc82501df-0-48,r19fc82a91a2-0-49,r19fc834ba1d-0-4a,r19fc8388c02-0-4b,r19fc83d4f6b-0-4c,r19fc8441f36-0-4d,r19fc84f76e8-0-4e,r19fc8541beb-0-4f,r19fc85862b0-0-50,r19fcc10d84f-0-51,r19fcc24b682-0-52,r19fcc3055be-0-53,r19fcc351ea8-0-54,r19fcd12c70c-0-55,r19fcd32ecde-0-56,r19fcd36f592-0-57,r19fd1518b95-0-58,r19fd15d1252-0-59,r19fd69c4ba0-0-5a,r19fd6a154ad-0-5b,r19fd7051a66-0-5c,r19fd776da32-0-5d,r19fd79c0ee4-0-5e,r19fd7ab6b87-0-5f,r19fd7b96299-0-60,r19fd7c4ae28-0-61,r19fdbd2bbf2-0-62,r19fdbe57757-0-63,r19fdc5e5a08-0-64, commit revision: r19fdc5e8ce6-0-64] (retries 5, 300162 ms) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge0(DocumentNodeStoreBranch.java:228) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge(DocumentNodeStoreBranch.java:135) at org.apache.jackrabbit.oak.plugins.document.DocumentRootBuilder.merge(DocumentRootBuilder.java:170) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStore.merge(DocumentNodeStore.java:2136) at org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.mergeWithConcurrencyCheck(AsyncIndexUpdate.java:949) at org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate$AsyncUpdateCallback.initLease(AsyncIndexUpdate.java:325) at org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.runWhenPermitted(AsyncIndexUpdate.java:533) at org.apache.jackrabbit.oak.plugins.index.AsyncIndexUpdate.run(AsyncIndexUpdate.java:444) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.apache.jackrabbit.oak.plugins.document.ConflictException: Following exceptions occurred during the bulk update operations: [org.apache.jackrabbit.oak.plugins.document.ConflictException: The node 1:/:async was changed in revision r19fcd32ed64-0-56 (not yet visible), which was applied after the base revision r19ce7656a43-0-1,r19d0b707d66-0-2,r19d0ba20116-0-3,r19d200ed2e2-0-4,r19d205e5036-0-5,r19d2462adf0-0-6,r19d249fe0d4-0-7,r19d29a576c9-0-8,r19d2b15647b-0-9,r19df78c660c-0-a,r19df8251c12-0-b,r19e08356bf8-0-c,r19e0851c4f1-0-d,r19e08742c26-0-e,r19e165497d8-0-f,r19e16637b65-0-10,r19e167d3c06-0-11,r19e1713996a-0-12,r19e17558d45-0-13,r19e1b16a788-0-14,r19e1cefc771-0-15,r19e20d7d6cf-0-16,r19e2b08bd50-0-17,r19e3a6e0533-0-18,r19e69dbf039-0-19,r19e6d8a2e03-0-1a,r19e6d9dfd7d-0-1b,r19e6e0fea67-0-1c,r19e6e139cc6-0-1d,r19e72eb6ed4-0-1e,r19e73cd2f86-0-1f,r19e73dab3c6-0-20,r19e741e6e49-0-21,r19e923f5545-0-22,r19e924b517b-0-23,r19e975224d1-0-24,r19e98891c24-0-25,r19ead236115-0-26,r19ebb4eaf7e-0-27,r19ebc26860d-0-28,r19ebc359011-0-29,r19ebc83216e-0-2a,r19ed5b338c5-0-2b,r19edf21ed04-0-2c,r19edf630af1-0-2d,r19edf6853cd-0-2e,r19f36dc7c2d-0-2f,r19f370ef37a-0-30,r19f37b91fc9-0-31,r19f460efdc3-0-32,r19f463fccef-0-33,r19f4651ae11-0-34,r19f46578337-0-35,r19f465a692b-0-36,r19f4672da64-0-37,r19f476b04f8-0-38,r19f4787f3dc-0-39,r19f479e38e7-0-3a,r19f4b28f392-0-3b,r19f4b6a507d-0-3c,r19f4b8c679e-0-3d,r19f4cc75fe4-0-3e,r19f4ccdf863-0-3f,r19f4cd14df5-0-40,r19f5c3fbef6-0-41,r19f65dd7b9d-0-42,r19f66665b6b-0-43,r19f6a8cee61-0-44,r19f6ad08f1d-0-45,r19f94324cdb-0-46,r19fb3900cb1-0-47,r19fc82501df-0-48,r19fc82a91a2-0-49,r19fc834ba1d-0-4a,r19fc8388c02-0-4b,r19fc83d4f6b-0-4c,r19fc8441f36-0-4d,r19fc84f76e8-0-4e,r19fc8541beb-0-4f,r19fc85862b0-0-50,r19fcc10d84f-0-51,r19fcc24b682-0-52,r19fcc3055be-0-53,r19fcc351ea8-0-54,r19fcd12c70c-0-55,r19fcd32ecde-0-56,r19fcd36f592-0-57,r19fd1518b95-0-58,r19fd15d1252-0-59,r19fd69c4ba0-0-5a,r19fd6a154ad-0-5b,r19fd7051a66-0-5c,r19fd776da32-0-5d,r19fd79c0ee4-0-5e,r19fd7ab6b87-0-5f,r19fd7b96299-0-60,r19fd7c4ae28-0-61,r19fdbd2bbf2-0-62,r19fdbe57757-0-63,r19fdc5e5a08-0-64, commit revision: r19fdc5e8ce6-0-64] at org.apache.jackrabbit.oak.plugins.document.Commit.checkConflicts(Commit.java:688) at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:411) at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStoreWithTiming(Commit.java:280) at org.apache.jackrabbit.oak.plugins.document.Commit.applyToDocumentStore(Commit.java:264) at org.apache.jackrabbit.oak.plugins.document.Commit.applyInternal(Commit.java:238) at org.apache.jackrabbit.oak.plugins.document.Commit.apply(Commit.java:226) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.persist(DocumentNodeStoreBranch.java:327) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.persist(DocumentNodeStoreBranch.java:289) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch$InMemory.merge(DocumentNodeStoreBranch.java:559) at org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreBranch.merge0(DocumentNodeStoreBranch.java:203) ... 13 common frames omitted Cordiali saluti / Best regards, Raffaele Gambelli Application Architect E [email protected]<mailto:[email protected]> M +39 3371641888 [https://images.eu.signature365.com/b2uknhefs98nwdub/img_USamABop1MkXu35s/v114.jpg] [CEGEKA] Via Ettore Cristoni, 84 IT-40033 Bologna (IT), Italy T +39 02 2544271 WWW.CEGEKA.COM<https://www.cegeka.com>
