atris commented on a change in pull request #2403: URL: https://github.com/apache/lucene-solr/pull/2403#discussion_r589256768
########## File path: solr/solrj/src/java/org/apache/solr/common/params/ShardParams.java ########## @@ -28,6 +28,9 @@ public interface ShardParams { /** the shards to use (distributed configuration) */ String SHARDS = "shards"; + + /** UUID of the query */ + String QUERY_ID = "queryID"; Review comment: Will that not cause confusion, since this is the generic queryID (generated for every cancellable query) and the other parameter references the queryID the incoming cancellation/list request wants to deal with? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org