[
https://issues.apache.org/jira/browse/IGNITE-21843?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin updated IGNITE-21843:
-----------------------------------------
Fix Version/s: 3.0
> 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
> Fix For: 3.0
>
> Time Spent: 20m
> 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)