Impala Public Jenkins has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/18078 )
Change subject: IMPALA-11054: Support resource pool polling for frontend
......................................................................
IMPALA-11054: Support resource pool polling for frontend
This patch splits the Java class RequestPoolService as two classes -
JniRequestPoolService and RequestPoolService, makes RequestPoolService
as singleton class and provides an API for frontend to access
RequestPoolService instance.
Testing:
- Manually verified that Planner could access RequestPoolService
instance with RequestPoolService.getInstance().
- Passed exhaustive tests.
Change-Id: Ia78b1a0574f6b8ad4df5bb0fc9533f218b486e6b
Reviewed-on: http://gerrit.cloudera.org:8080/18078
Reviewed-by: Bikramjeet Vig <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
M be/src/scheduling/request-pool-service.cc
M be/src/scheduling/request-pool-service.h
A fe/src/main/java/org/apache/impala/util/JniRequestPoolService.java
M fe/src/main/java/org/apache/impala/util/RequestPoolService.java
M fe/src/test/java/org/apache/impala/util/TestRequestPoolService.java
5 files changed, 180 insertions(+), 67 deletions(-)
Approvals:
Bikramjeet Vig: Looks good to me, approved
Impala Public Jenkins: Verified
--
To view, visit http://gerrit.cloudera.org:8080/18078
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia78b1a0574f6b8ad4df5bb0fc9533f218b486e6b
Gerrit-Change-Number: 18078
Gerrit-PatchSet: 5
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Bikramjeet Vig <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Qifan Chen <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>