shubhamsrkdev commented on code in PR #15295:
URL: https://github.com/apache/lucene/pull/15295#discussion_r2513889391
##########
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java:
##########
@@ -3149,7 +3132,6 @@ protected static IndexWriterConfig
ensureSaneIWCOnNightly(IndexWriterConfig conf
// and might use many per-field codecs. turn on CFS for IW flushes
// and ensure CFS ratio is reasonable to keep it contained.
conf.setUseCompoundFile(true);
- mp.setNoCFSRatio(Math.max(0.25d, mp.getNoCFSRatio()));
Review Comment:
We don't need to by default, it will be a fixed threshold.
##########
lucene/test-framework/src/java/org/apache/lucene/tests/util/LuceneTestCase.java:
##########
@@ -3149,7 +3132,6 @@ protected static IndexWriterConfig
ensureSaneIWCOnNightly(IndexWriterConfig conf
// and might use many per-field codecs. turn on CFS for IW flushes
// and ensure CFS ratio is reasonable to keep it contained.
conf.setUseCompoundFile(true);
- mp.setNoCFSRatio(Math.max(0.25d, mp.getNoCFSRatio()));
Review Comment:
We don't need to - by default, it will be a fixed threshold.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]