You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:03:05 UTC

[jira] [Updated] (IGNITE-4918) ScanQuery filter class code is not updated on server once it has been changed on client.

     [ https://issues.apache.org/jira/browse/IGNITE-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-4918:
------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> ScanQuery filter class code is not updated on server once it has been changed on client.
> ----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-4918
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4918
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.9
>            Reporter: Andrey Mashenkov
>            Priority: Major
>             Fix For: 2.9
>
>         Attachments: ScanQueryFilter.java
>
>
> PFA reproducer attached. Peer class loading should be enabled on both, server and client.
> Server should NOT has scan query filter class in its classpath.
> Steps to reproduce:
> - start standalone server
> - run repro, it should work fine.
> - run repro with changed filter code, it will return same results as on previous step.
> Looks like filter code is cached on server and is never being updated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)