-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
None
To reproduce: In Query module, class org.infinispan.query.impl.LifecycleManager
If you move the method body from cacheStopping into cacheStopped you'll notice that org.infinispan.query.blackbox.SearchFactoryShutdownTest will fail, as shutdown won't happen as it can't find the needed components in the ComponentRegistry.
From Manik's comments I get that components might be cleaned up, so this is not an issue in Infinispan. Query can be stopped in different ways.