msfroh commented on a change in pull request #1623:
URL: https://github.com/apache/lucene-solr/pull/1623#discussion_r470274067
##########
File path: lucene/core/src/java/org/apache/lucene/index/IndexWriter.java
##########
@@ -3321,8 +3395,11 @@ private long prepareCommitInternal() throws IOException {
* below. We also ensure that we pull the merge readers while holding
{@code IndexWriter}'s lock. Otherwise
* we could see concurrent deletions/updates applied that do not belong to
the segment.
Review comment:
This Javadoc will need to be updated to reflect the broader use of this
method.
Also, is `preparePointInTimeMerge` (without the `on`) a better name?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]