Re: Logging query on server node sent from client node

2017-11-22 Thread Michael Cherkasov
Hi, I don't think that you run ignite with proper configuration, because the snippet that you sent won't work. EventType.EVTS_CACHE_QUERY is array and you should have the folllowin exception on logs: Caused by: org.springframework.beans.TypeMismatchException: Failed to convert property value of

Re: Logging query on server node sent from client node

2017-11-15 Thread opsharma1986
Yes, tried this below configuration ... Rest-of-the-configs It did not work for me. Thanks Om -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Logging query on server node sent from client node

2017-11-15 Thread Mikhail
Hi, did you enabled events in configurations: https://apacheignite.readme.io/docs/events#section-configuration ? Thanks, Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Logging query on server node sent from client node

2017-11-15 Thread opsharma1986
Is there a way to log query sent by client node on the server node. I tried this way IgnitePredicate locLsnr = new IgnitePredicate() { @Override public boolean apply(EventAdapter evt) { switch