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

2024-03-26 Thread Mikhail Pochatkin (Jira)


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

Mikhail Pochatkin commented on IGNITE-21843:


Merged to main: 095aeb01c0b489ed8e14e3868970034c7ab3beac

> 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: 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)


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

2024-03-25 Thread Roman Puchkovskiy (Jira)


[ 
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)