[CURATOR-557] ServiceCacheImpl does not close ExecutorService
Open
bug
imported-jira-issue
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
ServiceCacheImpl does not close the ExecutorService instance created from the ThreadFactory:
CloseableExecutorService::CloseableExecutorService(ExecutorService) call this(executorService, false) which sets shutdownOnClose to false.
this has an impact from callers, eg ServiceProviderImpl, which only allow only a ThreadFactory to be specified.
---
Originally reported by rnaude, imported from: ServiceCacheImpl does not close ExecutorService
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.