mirror of https://github.com/apache/lucene.git
Do not close merge threadpool in Lucene99HnswVectorsWriter
This commit is contained in:
parent
a0887c7d26
commit
4576ae09e8
|
@ -842,9 +842,6 @@ public final class Lucene99HnswVectorsWriter extends KnnVectorsWriter {
|
|||
@Override
|
||||
public void close() throws IOException {
|
||||
IOUtils.close(meta, vectorData, vectorIndex, quantizedVectorData);
|
||||
if (mergeExec != null) {
|
||||
mergeExec.shutdownNow();
|
||||
}
|
||||
}
|
||||
|
||||
private abstract static class FieldWriter<T> extends KnnFieldVectorsWriter<T> {
|
||||
|
|
Loading…
Reference in New Issue