Pavel Tupitsyn created IGNITE-19805:
---------------------------------------

             Summary: AssertionError in TableManager.latestTablesById
                 Key: IGNITE-19805
                 URL: https://issues.apache.org/jira/browse/IGNITE-19805
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 3.0.0-beta1
            Reporter: Pavel Tupitsyn
             Fix For: 3.0.0-beta2


The following assertion fails:
{code:java}
            // "tablesByIdVv" is always completed strictly before the 
"assignmentsUpdatedVv".
            assert tablesByIdFuture.isDone();
{code}

{code}
at 
org.apache.ignite.internal.table.distributed.TableManager.latestTablesById(TableManager.java:1834)
    at 
org.apache.ignite.internal.table.distributed.TableManager.lambda$tableAsyncInternal$85(TableManager.java:1975)
    at 
org.apache.ignite.internal.util.IgniteUtils.inBusyLock(IgniteUtils.java:892)
    at 
org.apache.ignite.internal.table.distributed.TableManager.lambda$tableAsyncInternal$86(TableManager.java:1970)
    at 
java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1106)
    at 
java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2235)
    at 
org.apache.ignite.internal.table.distributed.TableManager.tableAsyncInternal(TableManager.java:1970)
    at 
org.apache.ignite.internal.table.distributed.TableManager.lambda$tableAsyncInternal$78(TableManager.java:1949)
    at 
org.apache.ignite.internal.util.IgniteUtils.inBusyLock(IgniteUtils.java:892)
    at 
org.apache.ignite.internal.table.distributed.TableManager.lambda$tableAsyncInternal$79(TableManager.java:1944)
    at 
java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
    at 
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
    at 
java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1705)
    at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    at java.base/java.lang.Thread.run(Thread.java:834)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to