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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)