Github user kadirozde commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/399#discussion_r229495572
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/TaskRegionObserver.java
---
@@ -71,6 +71,11 @@
@GuardedBy("TaskRegionObserver.class")
// initial delay before the first task is handled
private static final long initialDelay = 10000; // 10 secs
+ private static boolean disableTaskHandling = false;
--- End diff --
Will do it---
