[
https://issues.apache.org/jira/browse/IGNITE-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372288#comment-15372288
]
Semen Boikov commented on IGNITE-3413:
--------------------------------------
Reviewed, looks good, I just did few style corrections, please take a look.
This is not directly related to this fix, but it seems we do not have tests for
continuous queries where cache filter is used. Could you please add such test:
- start 6 server nodes, 1 client
- start partitioned and replicated caches with filter excluding half of nodes
- start continuous queries from all nodes + register listeners using JCache API
cache.registerCacheEntryListener
- do some cache puts, verify continuous query listeners receive updates
Thanks
> Node is not started if continuous query remote filter class is not found
> ------------------------------------------------------------------------
>
> Key: IGNITE-3413
> URL: https://issues.apache.org/jira/browse/IGNITE-3413
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 1.6
> Reporter: Valentin Kulichenko
> Assignee: Alexander Paschenko
> Fix For: 1.7
>
> Attachments: ContQueryTest.java
>
>
> Test attached.
> The scenario is the following:
> * First node starts with the special attribute and creates a cache with the
> node filter that allows to deploy it only on nodes with this attribute.
> * Continuous query with a remote filter is executed.
> * Second node without the attribute is started. It doesn't have the remote
> filter class, the factory throws an exception and the node doesn't start at
> all, regardless of the fact that it doesn't even has the cache.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)