GitHub user zuyu opened a pull request:
https://github.com/apache/incubator-quickstep/pull/210
Fixed the bug in admitQueries.
Assigned to @hbdeshmukh.
This PR fixed the bug in `admitQueries` that if an `AdmitRequestMessage`
contains a number of queries that excesses that can be admitted to the system,
the excessed queries would be lost.
Instead, now we add these overflowed queries to a waiting list so that they
will be scheduled later.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep
fix-admit-queries-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #210
----
commit e7543287d21a1ce83046369084bb53e3b1452cd8
Author: Zuyu Zhang <[email protected]>
Date: 2017-03-10T08:19:58Z
Fixed the admitQueries bug.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---