[
https://issues.apache.org/jira/browse/IGNITE-28336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Egor Kuts updated IGNITE-28336:
-------------------------------
Labels: MakeTeamcityGreenAgain (was: )
> Slow Nodes may fail to Register and skip shutdown
> -------------------------------------------------
>
> Key: IGNITE-28336
> URL: https://issues.apache.org/jira/browse/IGNITE-28336
> Project: Ignite
> Issue Type: Bug
> Reporter: Egor Kuts
> Priority: Major
> Labels: MakeTeamcityGreenAgain
>
> # The startup process begins
> org.apache.ignite.IgniteServer#start(java.lang.String, java.nio.file.Path,
> java.nio.file.Path)
> # The {{IgniteImpl.startAsync()}} method starts components and returns a
> future
> # If the startup is slow and gets interrupted, the {{sync}} method may throw
> an exception
> # The hanged node doesn't get into
> org.apache.ignite.internal.Cluster#igniteServers
> # The hanged node is not shut down and occupies the port
>
> Possible solutions:
>
> # Handle the interrupt exception properly - do future.cancel(true)
> # Increase @Before timeout to minutes
--
This message was sent by Atlassian Jira
(v8.20.10#820010)