You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/09/20 18:56:37 UTC

[GitHub] [incubator-druid] ccaominh commented on issue #6993: [Proposal] Dynamic prioritization and laning

ccaominh commented on issue #6993: [Proposal] Dynamic prioritization and laning
URL: https://github.com/apache/incubator-druid/issues/6993#issuecomment-533671743
 
 
   I'm planning to implement this proposal.
   
   I think one potential area is of future improvement (that @sascha-coenen already alluded to), is allowing queries to move between lanes. For example, the heuristics mentioned may misidentify a heavy query as a light one, which may cause starvation of later light queries. In this case, the heavy query could possible be moved to the correct lane after it's consumed too many resources. Similarly, if a light query is initially misidentified as a heavy one, its priority would need to be corrected either before timing out or when it is retried later.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org