[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-03-01 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/4.x-cdh5.11.2
Commit: a2a56ad8021091ba9903fc683671d02f58a0a1fa
Parents: 4b3eb2b
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Thu Mar 1 10:42:24 2018 -0800

--
 .../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/a2a56ad8/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 d749433..6905fc3 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
@@ -197,7 +197,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/5.x-HBase-2.0
Commit: 0e42ecf8785a79523d15cd67740f33c55dde8cf3
Parents: 8eb31f8
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 14:04:59 2018 -0800

--
 .../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/0e42ecf8/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 bbede36..f2cf92d 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
@@ -196,7 +196,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 
 /**
  * HConstants#HIGH_QOS is the max we will see to a standard table. We go 
higher to differentiate



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/master
Commit: ac8dd331a0afa37a15fbab208d8d37ce6a50ebdb
Parents: eb893fb
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 13:41:37 2018 -0800

--
 .../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/ac8dd331/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 d749433..6905fc3 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
@@ -197,7 +197,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/4.x-HBase-1.2
Commit: c3b53d4646bc93b987a85f46448a5813cbbbe648
Parents: 185d74e
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 13:34:37 2018 -0800

--
 .../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/c3b53d46/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 d749433..6905fc3 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
@@ -197,7 +197,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/4.x-HBase-1.1
Commit: ab7f6c3d186e3a710b158609f9c92a42a947da5b
Parents: 376caa3
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 13:24:39 2018 -0800

--
 .../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/ab7f6c3d/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 dbd4835..fff05e6 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
@@ -195,7 +195,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 86985b638a9de4840ebfc67089ad3d53bb6a1e6b
Parents: 48e4980
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 12:58:25 2018 -0800

--
 .../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/86985b63/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 bcc8c01..5d39688 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
@@ -185,7 +185,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**



[2/3] phoenix git commit: PHOENIX-4626 Increase time allowed for partial index rebuild to complete

2018-02-27 Thread jamestaylor
PHOENIX-4626 Increase time allowed for partial index rebuild to complete


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

Branch: refs/heads/4.x-HBase-1.3
Commit: 4110f0830fec85ee9d6337a2cb5603a32f81cce2
Parents: db656fb
Author: James Taylor 
Authored: Mon Feb 26 15:34:26 2018 -0800
Committer: James Taylor 
Committed: Tue Feb 27 12:46:37 2018 -0800

--
 .../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/4110f083/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 d749433..6905fc3 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
@@ -197,7 +197,7 @@ public class QueryServicesOptions {
 public static final long DEFAULT_INDEX_REBUILD_RPC_TIMEOUT = 3 * 60; 
// 30 mins
 public static final long DEFAULT_INDEX_REBUILD_CLIENT_SCANNER_TIMEOUT = 
3 * 60; // 30 mins
 public static final int DEFAULT_INDEX_REBUILD_RPC_RETRIES_COUNTER = 5; // 
5 total tries at rpc level
-public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 3 * 60; // 30 mins
+public static final int DEFAULT_INDEX_REBUILD_DISABLE_TIMESTAMP_THRESHOLD 
= 6 * 60 * 24; // 24 hrs
 public static final long DEFAULT_INDEX_PENDING_DISABLE_THRESHOLD = 3; 
// 30 secs
 
 /**