Github user karanmehta93 commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/359#discussion_r228266727
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java ---
@@ -322,6 +322,12 @@
public static final String SYSTEM_CATALOG_SPLITTABLE =
"phoenix.system.catalog.splittable";
+ // The parameters defined for handling task stored in table SYSTEM.TASK
+ // The time interval between periodic scans of table SYSTEM.TASK
+ public static final String TASK_HANDLING_INTERVAL_ATTRIB =
"phoenix.task.handling.interval";
--- End diff --
One small nit: Can we add timeunits in the property name?
---