HoustonPutman commented on code in PR #4193:
URL: https://github.com/apache/solr/pull/4193#discussion_r2955100605


##########
solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkMaintenanceUtils.java:
##########
@@ -345,13 +342,6 @@ public FileVisitResult visitFile(Path file, 
BasicFileAttributes attrs)
                   filenameExclusions);
               return FileVisitResult.CONTINUE;
             }
-            if (isFileForbiddenInConfigSets(filename)) {

Review Comment:
   Yeah what I meant was: Are you removing this because it's now done in 
ZkConfigSetService now?
   
   I guess eventually it should just go in ConfigSetService, but that can be 
done later.



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

Reply via email to