presto
presto copied to clipboard
Remvoe bursty traffic test
Due to the nature of currency resource group consitency model, it's likely that the cluster allow few queries more than allowed in certain scenario as below:
- coordinator1 and coordinator2 both receives a request to run a query for the same resource group.
- both coordinator already have upto date info about the RM and eligible to run the query.
- Both coordinator allow the query to run, but any folllow up query has to wait for an update resource manager below allowing new queries. This scenario will lead to cluster to run more than allowed queries. And so the the given test fails in some cases when such condition hits.
Test plan - unit test
== NO RELEASE NOTE ==
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the task, make sure you've addressed reviewer comments, and rebase on the latest master. Thank you for your contributions!