You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2016/04/27 10:50:13 UTC

[jira] [Created] (IGNITE-3060) Discovery: optimize resource usage for client connections

Semen Boikov created IGNITE-3060:
------------------------------------

             Summary: Discovery: optimize resource usage for client connections
                 Key: IGNITE-3060
                 URL: https://issues.apache.org/jira/browse/IGNITE-3060
             Project: Ignite
          Issue Type: Task
          Components: general
            Reporter: Semen Boikov
            Assignee: Semen Boikov
            Priority: Critical
             Fix For: 1.6


Tried to run single server + 300 clients nodes, identified some issues which can be easily fixed:
- default size of messages history which is used to support graceful clients reconenct is too large (10 * 1024)
- now there is queue per client connection, when message is sent to clients copy is created for each queue, only one copy can be created
- each client message worker has buffered output stream, now buffer size if pretty large, actually looks like this buffered output stream is not really needed



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)