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

Roman Puchkovskiy updated IGNITE-24696:
---------------------------------------
    Description: 
Currently, waits are not interruptible (as they use join()), so, if the awaited 
future never gets completed due to some problem, the executing test just hangs 
forever making it impossible for JUnit to fail it by timeout.

We could use IgniteUtils#getInterruptibly() to make the waits interruptible.

> Make waits in TableManager interruptible
> ----------------------------------------
>
>                 Key: IGNITE-24696
>                 URL: https://issues.apache.org/jira/browse/IGNITE-24696
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>
> Currently, waits are not interruptible (as they use join()), so, if the 
> awaited future never gets completed due to some problem, the executing test 
> just hangs forever making it impossible for JUnit to fail it by timeout.
> We could use IgniteUtils#getInterruptibly() to make the waits interruptible.



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

Reply via email to