Closed
Description
In certain cases, a call to checkIndexExistence
may leak a client connection:
This occurs if the following situations are satisfied:
- The client object passed in is
null
. es.index.auto.create
is set tofalse
(away from the defaulttrue
value).- The write index exists.
- The client closing method is skipped over.
- Newly created client object does not close it's resources.
While this is most likely not a problem on most of the integrations, it may pose an issue for long lived tasks.