Github user huor commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/135#discussion_r45939441
--- Diff: src/backend/resourcemanager/include/resourcepool.h ---
@@ -311,6 +311,16 @@ uint32_t getSegResourceCapacityMemory(SegResource
segres);
uint32_t getSegResourceCapacityCore(SegResource segres);
int getSegmentGRMContainerSize(SegResource segres);
+
+enum ResourcePoolQuotaControlFlags
+{
--- End diff --
How about use below flags:
QUOTA_PHASE_BEGIN = 0;
QUOTA_PHASE_TOACC_TO_ACCED,
QUOTA_PHASE_ACCED_TO_RESPOOL,
QUOTA_PHASE_TOKICK_TO_KICKED,
QUOTA_PHASE_KICKED_TO_RETURN,
QUOTA_PHASE_END
---
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.
---