clintropolis commented on a change in pull request #9407: query laning and load
shedding
URL: https://github.com/apache/druid/pull/9407#discussion_r388755534
##########
File path: processing/src/main/java/org/apache/druid/query/QueryContexts.java
##########
@@ -35,6 +35,7 @@
public class QueryContexts
{
public static final String PRIORITY_KEY = "priority";
+ public static final String LANE_KEY = "lane";
Review comment:
No, I hadn't documented since I hadn't decided the behavior of whether or
not a lane specified in the query context by the user should override the
laning strategy, or if it should be laning strategy specific, see other comment
about this
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]