Repository: phoenix
Updated Branches:
  refs/heads/4.11-HBase-0.98 5f2e0fa03 -> b1c90d969


PHOENIX-4039 Increase default number of RPC retries for our index rebuild task


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b1c90d96
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b1c90d96
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b1c90d96

Branch: refs/heads/4.11-HBase-0.98
Commit: b1c90d969f3a4a6809594ff9a418dc63fca8f2c5
Parents: 5f2e0fa
Author: Samarth Jain <[email protected]>
Authored: Tue Jul 18 22:17:26 2017 -0700
Committer: Samarth Jain <[email protected]>
Committed: Tue Jul 18 22:17:26 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/phoenix/query/QueryServicesOptions.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b1c90d96/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java 
b/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
index d5a185d..629fcad 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
@@ -175,7 +175,7 @@ public class QueryServicesOptions {
     public static final long DEFAULT_INDEX_REBUILD_QUERY_TIMEOUT = 30000 * 60; 
// 30 mins
     public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 30000 * 60; 
// 30 mins
     public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
30000 * 60; // 30 mins
-    public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 0; // 
no retries at rpc level
+    public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 1; // 
1 retry at rpc level
     public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 30000 * 60; // 30 mins
 
     /**

Reply via email to