Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When uploading a config set, especially one with many files in a nested directory structure, like the default configset having many stop words entries in lang, we will try to create the ZkPaths every time.
We can make the SimpleFileVisitor in ZkMaintenanceUtils.uploadToZK much smarter to not needlessly retry directories. Maybe it even gets faster too?