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 2020/03/20 18:10:41 UTC

[GitHub] [druid] clintropolis opened a new pull request #9547: modify QueryCapacityExceededException to provide better messaging

clintropolis opened a new pull request #9547: modify QueryCapacityExceededException to provide better messaging
URL: https://github.com/apache/druid/pull/9547
 
 
   ### Description
   Adjust `QueryCapacityExceededException` messaging to be a bit more descriptive and actionable, now including the number value of the limit and a suggestion to try again later:
   
   >"Too many concurrent queries, total query capacity of %s exceeded. Please try your query again later."
   
   >"Too many concurrent queries for lane '%s', query capacity of %s exceeded. Please try your query again later."
   
   <hr>
   
   This PR has:
   - [x] been self-reviewed.
   - [x] added unit tests or modified existing tests to cover new code paths.
   
   <hr>
   
   ##### Key changed/added classes in this PR
    * `QueryCapacityExceededException `
   

----------------------------------------------------------------
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


[GitHub] [druid] clintropolis merged pull request #9547: modify QueryCapacityExceededException to provide better messaging

Posted by GitBox <gi...@apache.org>.
clintropolis merged pull request #9547: modify QueryCapacityExceededException to provide better messaging
URL: https://github.com/apache/druid/pull/9547
 
 
   

----------------------------------------------------------------
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