cpoerschke commented on code in PR #2316: URL: https://github.com/apache/solr/pull/2316#discussion_r1753643392
########## solr/core/src/java/org/apache/solr/cloud/ReplicateFromLeader.java: ########## @@ -143,8 +144,12 @@ public static String determinePollInterval(SolrConfig.UpdateHandlerInfo uinfo) { int hardCommitMaxTime = uinfo.autoCommmitMaxTime; int softCommitMaxTime = uinfo.autoSoftCommmitMaxTime; boolean hardCommitNewSearcher = uinfo.openSearcher; + String customCommitPollInterval = uinfo.commitPollInterval; Review Comment: minor: javadoc update to reflect change in behaviour e.g. ``` - Determine the poll interval for replicas based on the auto soft/hard commit schedule + Determine the poll interval for replicas based on the auto soft/hard commit schedule or configured commit poll interval ``` -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org