Details
Description
When trying to delete zookeeper path and all of its subnodes via ZkMaintenanceUtils.clean(SolrZkClient zkClient, String path, Predicate<String> filter) the Operation fails silently, when a ZKNode contains more than 1 file with the same file name length.
This is because of the String.length() comparator used in the Treeset for storing the paths. Paths with the same length are seen as equal and are not added to the set.
Attachments
Issue Links
- links to