Commit a1860f0
authored
Avoid using concurrent collector manager in LuceneChangesSnapshot (elastic#113816)
The searcher never gets an executor set, then we can save the overhead of the
concurrent collector manager / collectors.1 parent fe5940e commit a1860f0
File tree
2 files changed
+7
-1
lines changed- docs/changelog
- server/src/main/java/org/elasticsearch/index/engine
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
0 commit comments