Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/528#discussion_r241945460
--- Diff:
solr/core/src/java/org/apache/solr/update/processor/DistributedZkUpdateProcessor.java
---
@@ -58,6 +75,127 @@ String getCollectionName(CloudDescriptor cloudDesc) {
return cloudDesc.getReplicaType();
}
+ @Override
+ public void doDeleteByQuery(DeleteUpdateCommand cmd) throws IOException {
+ // even in non zk mode, tests simulate updates from a leader
--- End diff --
this particular comment is I think intended for the standalone mode
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]