epugh commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1914833957
########## solr/core/src/java/org/apache/solr/filestore/DistribFileStore.java: ########## @@ -534,7 +534,6 @@ public void refresh(String path) { @SuppressWarnings({"rawtypes"}) List myFiles = list(path, s -> true); for (Object f : l) { - // TODO: https://issues.apache.org/jira/browse/SOLR-15426 Review Comment: @madrob you opened up this JIRA, and I *think* this TODO is incorrect or otherwise overcome by events. Regardless, it doesn't appear connected to SOLR-15426... Can you confirm? -- 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