[GitHub] incubator-quickstep pull request #77: Added TMB Client Id in QueryHandle.

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-quickstep/pull/77


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-quickstep pull request #77: Added TMB Client Id in QueryHandle.

2016-08-03 Thread zuyu
GitHub user zuyu opened a pull request:

https://github.com/apache/incubator-quickstep/pull/77

Added TMB Client Id in QueryHandle.

W/ the concurrent query support, `QueryHandle` needs to capture the TMB 
client id of the `CLI` which submits the query, so `Foreman` could later reply 
the query result to the right `CLI`.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/incubator-quickstep refactor-q-handle

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-quickstep/pull/77.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 #77


commit f26541c602c613982e76323e5b538c0608d7a84b
Author: Zuyu Zhang 
Date:   2016-08-03T19:19:48Z

Added TMB Client Id in QueryHandle.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---