mkhludnev commented on pull request #376: URL: https://github.com/apache/solr/pull/376#issuecomment-964836909
> In at least daemon() -- no; it misses the point. Yep. I'm missing the point. 1) Why that daemon is shut down right there? Why it's done asynchronously w/o awaitTerm? > org.apache.solr.common.util.ExecutorUtil.InheritableThreadLocalProvider#store (which is called by the thread submitting to the threadPool, increase a refCount there. well... not really. In ITHP.store() there's no incremented refcount yet. Pool just can initiate core closing via hook. I can try to stack new SRI right before spinning the pools, delegating closing to those pools. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
