Igor Seliverstov created IGNITE-13515:
-----------------------------------------
Summary: Performance drop when there are many thin clients per server
Key: IGNITE-13515
URL:
https://issues.apache.org/jira/browse/IGNITE-13515 Project: Ignite
Issue Type: Task
Components: clients
Reporter: Igor Seliverstov
Assignee: Igor Seliverstov
There is a performance drop when running many thin clients per node:
{noformat}
4 nodes - 1 thin client java - ~5500 pps (put per second)
4 nodes - 2 thin clients java - ~5000 pps
4 nodes - 4 thin clients java - ~4000 pps
4 nodes - 10 thin clients java - ~1500 pps
4 nodes - ~100 thin clients java - ~100 pps
{noformat}
May be related to sync request processing in connection thread pool on server side. Need to investigate and fix if possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)