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 <alanjrose...@gmail.com> wrote: > > We believe GC > > On Mon, 19 Jun 2023 at 21:23, Stephen Darlington > <stephen.darling...@gridgain.com <mailto:stephen.darling...@gridgain.com>> > wrote: >> Well, is it a garbage collection pause or is it a network glitch? The >> solutions for each are different. >> >> > On 19 Jun 2023, at 09:27, Alan Rose <alanjrose...@gmail.com >> > <mailto:alanjrose...@gmail.com>> wrote: >> > >> > We have been experiencing timeout lately possibly due to GC (or network) >> > on our Lynx pods. Our timeouts are at the standard default values >> > clientFailureDetectionTimeout=30000 and failureDetectionTimeout=10000 >> > Has anyone else had similar issues and can recommend what we should set >> > these settings to. Thanks in advance >>