Hi, I started investigating Apache Ignite as a proof-of-concept for production cluster-wide key-value store and distributed counters. I run several tests using REST API on a 3 node cluster; 1 backup; cacheMode Partitioned; synchronization mode FULL_SYNC.
Questions: 1. When the Ignite instance is idle for couple of minutes I get huge 10 seconds delay for get/put operations at the beginning. Then all the other requests are responded within 5 mili-seconds at most. All operations are successful though even those with long response time. The 10 seconds must be some configuration default, because it is too precise to be random. Am I doing something wrong or is this a "normal" warm-up behavior? 2. The REST API seems to lack operation for reseting and/or removing a counter (atomic long). Is it a known issue? Is there some workaround to do so? Thank you, Regards, Roman -- <http://www.openmindnetworks.com> <https://www.linkedin.com/company/openmind-networks> <https://twitter.com/Openmind_Ntwks> <http://www.openmindnetworks.com>
