Hi folks! At the moment every resources injected by GridResourceProcessor on node start, also is clearing on node stop, but before the stopping of executors. That behavior on node stopping sometimes causes NPEs at calls which performed in threads of StripedExecutor, for example, see [1].
Does anybody remember the motivation of cleaning injected resources? Also, can anybody to tell what is bad things can happen if we won't clean (nullify) injected logger resources? [1] https://issues.apache.org/jira/browse/IGNITE-1606 — Dmitriy Sorokin