You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vadim Pakhnushev (Jira)" <ji...@apache.org> on 2024/03/25 12:28:00 UTC

[jira] [Updated] (IGNITE-21843) ItRebalanceDistributedTest silently fails to start TableManager

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

Vadim Pakhnushev updated IGNITE-21843:
--------------------------------------
    Description: 
In the IGNITE-21540 the txConfig for TableManager was taken from clusterConfigRegistry, but the registry doesn't contain it. There is a TransactionConfiguration injected in the field so it's probably enough to take it from there.
In order to better find these errors we should replace {{forEach(IgniteComponent::start)}} with {{igniteComponent -> assertThat(igniteComponent.start(), willCompleteSuccessfully())}} in the {{org.apache.ignite.internal.rebalance.ItRebalanceDistributedTest.Node#start}}

  was:In the IGNITE-21540 the txConfig for TableManager was taken from clusterConfigRegistry, but the registry doesn't contain it. There is a TransactionConfiguration injected in the field so it's probably enough to take it from there.


> ItRebalanceDistributedTest silently fails to start TableManager
> ---------------------------------------------------------------
>
>                 Key: IGNITE-21843
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21843
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Vadim Pakhnushev
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>              Labels: ignite-3
>
> In the IGNITE-21540 the txConfig for TableManager was taken from clusterConfigRegistry, but the registry doesn't contain it. There is a TransactionConfiguration injected in the field so it's probably enough to take it from there.
> In order to better find these errors we should replace {{forEach(IgniteComponent::start)}} with {{igniteComponent -> assertThat(igniteComponent.start(), willCompleteSuccessfully())}} in the {{org.apache.ignite.internal.rebalance.ItRebalanceDistributedTest.Node#start}}



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