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

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

    [ https://issues.apache.org/jira/browse/IGNITE-21843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830530#comment-17830530 ] 

Roman Puchkovskiy commented on IGNITE-21843:
--------------------------------------------

The patch looks good to me

> 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: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)