You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2023/05/18 08:45:00 UTC

[jira] [Updated] (IGNITE-18990) Integrate PlacementDriverManager into IgniteImpl

     [ https://issues.apache.org/jira/browse/IGNITE-18990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vyacheslav Koptilin updated IGNITE-18990:
-----------------------------------------
    Labels: iep-101 ignite-3  (was: ignite-3)

> Integrate PlacementDriverManager into IgniteImpl
> ------------------------------------------------
>
>                 Key: IGNITE-18990
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18990
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Denis Chudov
>            Assignee: Denis Chudov
>            Priority: Major
>              Labels: iep-101, ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Including PlacementDriverManager into IgniteImpl causes failures of ItSqlLogicTest, because of multiple meta storage invokes.
>  
> {code:java}
> org.apache.ignite.lang.IgniteInternalException: IGN-CMN-65535 TraceId:ceec4e0b-d34c-45fa-85a3-cab1ac274b73 Failed to read storage data
>     at org.apache.ignite.internal.configuration.ConfigurationChanger.get(ConfigurationChanger.java:702)
>     at org.apache.ignite.internal.configuration.ConfigurationChanger.getLatest(ConfigurationChanger.java:433)
>     at org.apache.ignite.internal.configuration.direct.DirectNamedListProxy.internalIds(DirectNamedListProxy.java:77)
>     at org.apache.ignite.internal.table.distributed.TableManager.directTableIds(TableManager.java:1626)
>     at org.apache.ignite.internal.util.IgniteUtils.inBusyLock(IgniteUtils.java:872)
>     at org.apache.ignite.internal.table.distributed.TableManager.lambda$tablesAsyncInternal$65(TableManager.java:1594)
>     at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1771)
>     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:830)
> Caused by: java.util.concurrent.TimeoutException
>     at org.apache.ignite.internal.raft.RaftGroupServiceImpl.sendWithRetry(RaftGroupServiceImpl.java:512)
>     at org.apache.ignite.internal.raft.RaftGroupServiceImpl.lambda$handleErrorResponse$43(RaftGroupServiceImpl.java:609)
>     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
>     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
>     ... 3 more
> {code}
>  



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