Re: [2.13.0] - Log overflow & Threads hanged

2023-06-20 Thread Hitesh Nandwana
unsubscribe On Wed, 21 Jun, 2023, 06:23 MJ, <6733...@qq.com> wrote: > Hello, > > Please can anyone advise below Log overflow & Threads hanged warning . > My system is running in openshift4 platform, ignite 2.13.0. Observed some > "Log overflow" and "Threads hanged" warning logs. It's not

[2.13.0] - Log overflow & Threads hanged

2023-06-20 Thread MJ
Hello, Please can anyone advise below Log overflow Threads hanged warning . My system is running in openshift4 platform, ignite 2.13.0. Observed some "Log overflow" and "Threads hanged" warning logs. It's not happening frequently but a few times every day. The only activities around that

Re: SEVERE log every time a client leaves the cluster

2023-06-20 Thread Hitesh Nandwana
Unsubscribe On Tue, 20 Jun, 2023, 18:50 Maria_GaffneyLovett.amat.com via user, < user@ignite.apache.org> wrote: > Ignite version 2.14 > > > > When a client node leaves the cluster, I see this error logged. It is a > normal scenario for our client nodes to leave the cluster, with all cleanup >

SEVERE log every time a client leaves the cluster

2023-06-20 Thread Maria_GaffneyLovett.amat.com via user
Ignite version 2.14 When a client node leaves the cluster, I see this error logged. It is a normal scenario for our client nodes to leave the cluster, with all cleanup performed using onLifecycleEvent where necessary and all nodes executing ignite.close() before termination. Please advise on

Re: failureDetectionTimeout Timeout Issues

2023-06-20 Thread Hitesh Nandwana
Unsubscribe On Tue, 20 Jun, 2023, 13:46 Stephen Darlington, < stephen.darling...@gridgain.com> wrote: > Increasing timeouts is not a good solution for GC pauses. Better to avoid > the pauses. There are a lot of recommendations in the documentation: >

Re: failureDetectionTimeout Timeout Issues

2023-06-20 Thread Stephen Darlington
Increasing timeouts is not a good solution for GC pauses. Better to avoid the pauses. There are a lot of recommendations in the documentation: https://ignite.apache.org/docs/latest/perf-and-troubleshooting/memory-tuning > On 19 Jun 2023, at 23:36, Alan Rose wrote: > > We believe GC > > On