Hey, I was trying to make a rollback under solrcloud and foundd that it's not supported https://issues.apache.org/jira/browse/SOLR-4895 (I have solr6.1.0)
So my question is, how can I simulate a rollback? Actually what I'm doing is: 1. prepareCommit 2. add documents 3. try to commit 4. if success, then exit, else rollback. I have to point out that it doesn't happen that multiple threads are preparing commits nor adding documents, just single thread. Thanks.