forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix split package with OneMergeHelper (elastic#78601)
With LUCENE-10118 integrated, we can now remove the package -private dependency with org.apache.lucene.index.OneMergeHelper, and intercept the info/log messages coming from merge threads. This change alters the logging a little, but the fundamental information captured remains more or less the same. It is worth noting that since the merges occur asynconously, the actual post-merge statistics are best captured when the merge thread completes its operation - which is the case with the change in this PR. relates (elastic#78166)
- Loading branch information
1 parent
714aa54
commit 0ca3d12
Showing
4 changed files
with
88 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
50 changes: 0 additions & 50 deletions
50
server/src/main/java/org/apache/lucene/index/OneMergeHelper.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters