Re: NullPointerException when destroying caches

2020-10-20 Thread Ilya Kazakov
Hi, Benjamin! 1. This is a known issue: https://issues.apache.org/jira/browse/IGNITE-13398 2. About a harmful, as I understand from sources. Perhaps due to the exception, some services that should have been undeployed due to the destruction of the cache will not be undeployed. ---

Re: NullPointerException when destroying caches

2020-10-19 Thread Kseniya Romanova
Hi Benjamin! Just in case the question is still relevant, you can join tomorrow's Q&A session[1] to reach Ignite developers with this question. Cheers, Kseniya [1] https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273921637/ ср, 2 сент. 2020 г. в 09:51, Garaude, Benjamin < benjamin.ga

NullPointerException when destroying caches

2020-09-01 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 lo