gbbafna commented on issue #15054:
URL: https://github.com/apache/lucene/issues/15054#issuecomment-3195804866

   >If you are not using the directory for anything else than copying the index 
to another Lucene, I'd still recommend to disable grouping using 
mmapDir.setGroupingFunction(MMapDirectory.NO_GROUPING) only for this directory 
used as input for the replication.
   
   We use the same local directory (which is also mmapped ) itself to read the 
indexes and upload to remote store, hence using the 
`mmapDir.setGroupingFunction(MMapDirectory.NO_GROUPING)` would effectively work 
for both reading the segments for search and remote upload purpose.  For my 
understanding the effect of `NO_GROUPING` and `maxPermits=1` would have same 
impact, right ?  Would you still recommend it ? 
   
   >Do you think we can close this issue on the Lucene side as "Not an issue"? 
   
   Yes . Let me close this . 
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to