Crossposting to dev@. Folks,
This is not the first time I see this issue. Is there a way to detect it and throw an exception? -Val On Fri, Feb 19, 2016 at 2:42 PM, vkulichenko <[email protected]> wrote: > Hi Vinay, > > Yes, you should always create the configuration object from scratch when > starting a node. Mainly it's because it contains SPIs (e.g., > TcpDiscoverySpi) which have lifecycle and can't be reused. > > Makes sense? > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Ignite-instance-hangs-during-restart-in-client-mode-tp3101p3106.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
