Is there a way to see the size of partition queue in hazelcast? Context: We are using 1399 partitions in our hazelcast cluster and all the IMap updates are being done through entryprocessors. Some of these updates take a large time on an average(as observed from client side). Is there a way to look into the hazelcast partition queue size maintained for each partition?
You can enable Diagnostic Logs to get detailed information related to the partition operation threads. Also, you can use Health Monitoring to see total pending invocation counts.