You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2017/10/06 09:56:04 UTC

[jira] [Created] (IGNITE-6570) Web console: Implement JSON.parse in worker

Alexey Kuznetsov created IGNITE-6570:
----------------------------------------

             Summary: Web console: Implement JSON.parse in worker
                 Key: IGNITE-6570
                 URL: https://issues.apache.org/jira/browse/IGNITE-6570
             Project: Ignite
          Issue Type: Improvement
            Reporter: Alexey Kuznetsov
            Assignee: Alexey Kuznetsov
             Fix For: 2.3


In case of large cluster agent could return very large JSON.
In profiler I see up to 25% of time is spent on its parsing.
That leads to "freezes" in UI.
We could move this heavy operation into worker and even introduce a pool of workers to utilize CPU better.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)