psalagnac opened a new pull request, #3314: URL: https://github.com/apache/solr/pull/3314
https://issues.apache.org/jira/browse/SOLR-12831 This is mostly a port of https://github.com/apache/lucene-solr/pull/1238 which was filed before the Lucene/Solr split. # Description Delete left over znodes on zookeeper that aren't removed after a delete shard command is issued. # Solution In DeleteShardCmd, use the zk client to issue a recursive delete from the specified root and its children (including that root). # Tests Added assertions to `DeleteShardTest` to verify the znodes no longer exist. -- 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