Do you keep an IgniteClient instance somewhere as a global/static variable?
If so, this may not be the best idea, just move it somewhere where it will have a predictable lifetime and where it can be destroyed before main() is finished. Best Regards, Igor On Tue, Aug 4, 2020 at 2:19 AM Igor Sapego <[email protected]> wrote: > Dana, > > I think it makes sense to add the "Stop" method to the IgniteClient class, > but currently all connections should terminate successfully once > all the instances of the class are destructed. > > Also, the message does not look like a real problem to me, more like a > warning. Does anyone have a clue why there is a SEVERE label? > > Best Regards, > Igor > > > On Mon, Jul 27, 2020 at 6:06 PM Dana Milan <[email protected]> wrote: > >> Hi, >> >> Attached is the beginning of a full log of Ignite on the server (the rest >> of the log file is repeating the mentioned errors). >> This node is connected through Zookeeper to another main node. >> I checked the cache on both nodes with Visor and it seems to be updated >> with the right content. >> >> Thanks and regards! >> >> >> >> בתאריך יום ב׳, 27 ביולי 2020 ב-17:28 מאת aealexsandrov < >> [email protected]>: >> >>> Hi, >>> >>> Are you sure that you don't have connectivity problems there? Is it >>> possible >>> to share full logs? >>> >>> BR, >>> Andrei >>> >>> >>> >>> -- >>> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >>> >>
