horizontal scaling

2018-01-27 Thread Rajarshi Pain
Hello, We are trying to scale up our application to achieve more throughput. Right now we are running 4 nodes (same physical system) and getting almost 1200 tps. But when we are adding more node performance is getting decreased and not able to get more than 600 tps while adding more than 6 nodes.

Re: setNodeFilter throwing a CacheException

2018-01-27 Thread Shravya Nethula
Hi Dmitry, Please find the logs below: 2018-01-26 07:52:28,563][INFO ][exchange-worker-#42][time] Started exchange init [topVer=AffinityTopologyVersion [topVer=29, minorTopVer=0], crd=true, evt=NODE_JOINED, evtNode=649c5360-7060-40cf-9454-ad6d08be2a7c, customEvt=null, allowMerge=true] [2018-01-26

RE: Question about data distribution

2018-01-27 Thread svonn
Hi! My class for my keys looks like this. private String deviceId; @AffinityKeyMapped private long measurementId; private long timestamp; public IgniteKey(String deviceId, long measurementId, long timestamp) { this.deviceId = deviceId; this.measurementId = measu