NullPointerException when destroying caches

2020-09-02 Thread Garaude, Benjamin
Hello, If I destroy a cache when a service is deployed, there is an error message with a NullPointerException that is logged by ignite. This does not seems harmful to me, since the cache destroying terminates successfully. Can you confirm that? Its also annoying because it pollutes the logs a

RE: Issue with CacheQueryReadEvent's queryType

2019-05-23 Thread Garaude, Benjamin
with that, however you can try and file an issue against JIRA. I doubt it will get much traction since everyone seems to be using JDBC anyway. Regards, -- Ilya Kasnacheev вт, 21 мая 2019 г. в 11:17, Garaude, Benjamin mailto:benjamin.gara...@wolterskluwer.com>>: Hello, I'm trying to listen l

Issue with CacheQueryReadEvent's queryType

2019-05-21 Thread Garaude, Benjamin
Hello, I'm trying to listen locally events of type EventType.EVT_CACHE_QUERY_OBJECT_READ I enable the events with: ignite.events().enableLocal(EventType.EVT_CACHE_QUERY_OBJECT_READ); An I then register a local listener with: ignite.events().localListen(myListenerInstance,