madrob commented on code in PR #3031: URL: https://github.com/apache/solr/pull/3031#discussion_r1915252465
########## 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: I think it was actually related to SOLR-15385, I must have made a copy/paste error here. Reading my comments and surface-level tracing the code suggests that this is still an issue. -- 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