Re: Cancelling an Async operation - Shard split

2023-09-28 Thread Gus Heck
Unless you are very experienced and comfortable with solr, do not edit zookeeper nodes directly. Things you should touch generally have support in bin/solr or other provided tools. If you edit the wrong things you can cause all manner of chaos, and even completely ruin the entire cluster, requiring

RE: Cancelling an Async operation - Shard split

2023-09-28 Thread Hitendra Talluri
Dear Community Is there a way to cancel a shard split operation in solr? I couldn’t find any such option in collection/core management API. I see the operation is tracked via zookeeper nodes,will I be able to cancel the operation by clearing these nodes from ZK? Regards Hitendra