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/21 09:49:25 UTC

[jira] [Created] (IGNITE-3038) Optimize internally used ContinuousQueries

Semen Boikov created IGNITE-3038:
------------------------------------

             Summary: Optimize internally used ContinuousQueries
                 Key: IGNITE-3038
                 URL: https://issues.apache.org/jira/browse/IGNITE-3038
             Project: Ignite
          Issue Type: Bug
            Reporter: Semen Boikov
            Priority: Critical


There are several issues:
- even if for server nodes queries are local they still send custom discovery messages (probably this should be fixed not only for internal queries)
- ideally client nodes also should not send discovery messages since queries are always started, so they can be statically configured
- GridServiceProcessor starts two queries, looks like only one can be used
- marshaller cache query is started before GridCachePartitionExchangeManager.onKernalStart, this can slowdown exchange process



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