Egor Kuts created IGNITE-28336:
----------------------------------

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


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

Reply via email to