Andrew Medvedev created IGNITE-9381:
---------------------------------------
Summary: p2p does not undeploy ScanQuery IgniteBiPredicate filter on client node disconnect
Key: IGNITE-9381
URL:
https://issues.apache.org/jira/browse/IGNITE-9381 Project: Ignite
Issue Type: Bug
Reporter: Andrew Medvedev
Attachments: AndmedScanFilterClassLoadingTest.java, snapshots.xml
Once deployed via scan query, an IgniteBiPredicate filter does not change if client reconnects (with a modified filter)
Steps to reproduce:
* start server node in separate jvm with attached configuration (persistence enabled)
* run attached reproducer AndmedScanFilterClassLoadingTest. It includes a task and a scan filter, both print "FOO" on server side
* modify FOO -> BAR for both
* re-run modifed AndmedScanFilterClassLoadingTest .
Expected: Both print "BAR".
Actual behavior: task prints "BAR", scan filter prints "FOO"
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)