Hi Mahesh, It definitely looks like a bug. I have created this ticket in order to track the issue https://issues.apache.org/jira/browse/IGNITE-12013 As a temporary workaround, I would propose increasing discovery history size https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSystemProperties.html#IGNITE_DISCOVERY_HISTORY_SIZE The default value is 500, so let's try to use 700, for instance. (You need to pass it to your java process -D IGNITE_DISCOVERY_HISTORY_SIZE=700)
Thanks, S. чт, 25 июл. 2019 г. в 08:12, Mahesh Renduchintala < [email protected]>: > The clients come in and get disconnected from the cluster for many reasons > - some intentionally and some due to poor network. > Cant have Ignite nodes crashing with null pointer exception. > > >
