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.
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
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