Hello! Maybe there's something with your filter implementation which prevents it from functioning.
Can you throw together a small reproducer project to show this behavior? Regards, -- Ilya Kasnacheev пт, 10 июл. 2020 г. в 19:35, VeenaMithare <[email protected]>: > Hi Ilya, > > Yes, So filter gets created but not executed on more than one node. > 'Entered > Remote Filter' happens only on one node. 'Filter created' log is printed in > the 'create()' method of the Factory<CacheEntryEventFilter>. > 'Entered Remote Filter' is printed in the evaluate method of the > CacheEntryEventFilter. > > That is what I was saying in my earlier post - > > You will notice that this log is only on server 1 - "projectname LISTENS: > Entered Remote Filter ." > > You can also see that the filter has been created on all the three nodes. ( > LOG : projectname LISTENS: Filter created ) > > regards, > Veena. > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
