Hi all,we have 3 front-end application.These applications use an Hazelcast cluster of 3 nodes with near cache and with smart routing.The front end applications are serving 150 req/secs.
For each request they call the HZ cluster and, normally, the total response time is few ms (5, 6 ms).
So.. if we scale up the HZ from 3 to 4 nodes.. all works fine!When we scale down, from 4 to 3, sometimes we have a spike on response times.The response time reach 3, 6, 10 seconds.
We have metrics on the front-end apps and I saw that this time is spent on get/put operation on the IMap.In the node that is "shutting down" I have clear logs about graceful shutting down of Hazelcast.Any idea about this?
I mean.. is there any log to enable, any settings to check in order to avoid these situations?
--ThanksStefano.
You received this message because you are subscribed to the Google Groups "Hazelcast" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+unsubscribe@googlegroups.com.
To post to this group, send email to haze...@googlegroups.com.
Visit this group at https://groups.google.com/group/hazelcast.
To view this discussion on the web visit https://groups.google.com/d/msgid/hazelcast/df58b9c8-746b-4e0e-a325-05ceeb32247e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This should be a temporary; I guess this is the partitions that are migrating. Does it eventually go
back to its average response time of 5/6ms ?
You can try to add this one:
-Dhazelcast.partition.migration.interval=5
This will add some time between the migrations so the regular operations don't get delayed that much
ThanksStefano.
To unsubscribe from this group and stop receiving emails from it, send an email to hazelcast+...@googlegroups.com.