Re: Configuring persistence for large dataset on small cluster

2021-03-15 Thread Sebastien Blind
Definite slow down (from 160k/sec to 8k/sec with 10 concurrent clients) and plenty of messages like [07:08:16] Possible failure suppressed accordingly to a configured handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler [ignoredFailureTypes=Unmodifiable

Logging client instance name in server logs

2021-03-15 Thread Gangaiah Gundeboina
Hi Igniters , We have 300 plus clients connected to cluster, some times need to know which client connected or left or connection established. Could see only node-id in serverlogs, not able to find specific client. Want to log client name( client ignite instance name set client side) in server l

Re: Configuring persistence for large dataset on small cluster

2021-03-15 Thread Stephen Darlington
What happens after you have 150mm records? You say it’s not okay, but you don’t say what does happen. Does it crash, slow down, what? With SQL and persistence, I think you’d probably need more heap space. Increasing the number of partitions isn’t likely to help. > On 14 Mar 2021, at 20:14, Seba