Description
Currently the pool is shared too broadly - for example during replication we don't guarantee we read the full streams when downloading index files and we don't necessarily want to, emptying the stream for a huge file due to error or abort is too expensive. We can't have these connections pollute the update connection pool.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-12290 Do not close any servlet streams and improve our servlet stream closing prevention code for users and devs.
- Closed