Build failed in Jenkins: Phoenix-omid2 #131

2018-10-17 Thread Apache Jenkins Server
See -- [...truncated 331.86 KB...] [INFO] --- maven-failsafe-plugin:2.20:verify (ParallelStatsEnabledTest) @ phoenix-pig --- [INFO] [INFO] --- maven-failsafe-plugin:2.20:verify (ParallelSta

[48/51] [abbrv] phoenix git commit: PHOENIX-4859 Using local index in where statement for join (only rhs table) query fails(Rajeshbabu)

2018-10-17 Thread pboado
PHOENIX-4859 Using local index in where statement for join (only rhs table) query fails(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/87026452 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/870264

[40/51] [abbrv] phoenix git commit: PHOENIX-4966 Implement unhandledFilters in PhoenixRelation so that spark only evaluates filters when required

2018-10-17 Thread pboado
PHOENIX-4966 Implement unhandledFilters in PhoenixRelation so that spark only evaluates filters when required Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a694638f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/t

[33/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/connection.py -- diff --git a/python/phoenixdb/connection.py b/python/phoenixdb/connection.py deleted file mode 100644 index 593a242..000 --- a/pytho

[41/51] [abbrv] phoenix git commit: PHOENIX-4964 ORDER BY should use a LOCAL index even if the query is not fully covered.

2018-10-17 Thread pboado
PHOENIX-4964 ORDER BY should use a LOCAL index even if the query is not fully covered. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e8fafd33 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e8fafd33 Diff: http

[37/51] [abbrv] phoenix git commit: PHOENIX-4942 Move MetaDataEndpointImplTest to integration test

2018-10-17 Thread pboado
PHOENIX-4942 Move MetaDataEndpointImplTest to integration test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a4453b66 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a4453b66 Diff: http://git-wip-us.apache.org/

[11/51] [abbrv] phoenix git commit: PHOENIX-4917 Fix ClassCastException when projecting array elements in hash join

2018-10-17 Thread pboado
PHOENIX-4917 Fix ClassCastException when projecting array elements in hash join Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cea1c710 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cea1c710 Diff: http://git-w

[16/51] [abbrv] phoenix git commit: PHOENIX-4791 Array elements are nullified with joins

2018-10-17 Thread pboado
PHOENIX-4791 Array elements are nullified with joins Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dedc04cc Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dedc04cc Diff: http://git-wip-us.apache.org/repos/asf/

[42/51] [abbrv] phoenix git commit: PHOENIX-4874 psql doesn't support date/time with values smaller than milliseconds-addendum(Rajeshbabu)

2018-10-17 Thread pboado
PHOENIX-4874 psql doesn't support date/time with values smaller than milliseconds-addendum(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/62c67d6e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/62c

[20/51] [abbrv] phoenix git commit: PHOENIX-4949 - IndexTool - updateIndexState called too many times unnecessarily

2018-10-17 Thread pboado
PHOENIX-4949 - IndexTool - updateIndexState called too many times unnecessarily Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/adbd986f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/adbd986f Diff: http://git-w

[18/51] [abbrv] phoenix git commit: PHOENIX-4855 Continue to write base table column metadata when creating a view in order to support rollback

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/a6c1aa45/phoenix-core/src/main/java/org/apache/phoenix/schema/PColumnImpl.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/PColumnImpl.java b/phoenix-co

[51/51] [abbrv] phoenix git commit: PHOENIX-4358 Case Sensitive String match on SqlType in PDataType (Dave Angulo)

2018-10-17 Thread pboado
PHOENIX-4358 Case Sensitive String match on SqlType in PDataType (Dave Angulo) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/fb1e8f74 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/fb1e8f74 Diff: http://git-wi

[21/51] [abbrv] phoenix git commit: PHOENIX-4666 Persistent subquery cache for hash joins

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cb697933/phoenix-protocol/src/main/build-proto.sh -- diff --git a/phoenix-protocol/src/main/build-proto.sh b/phoenix-protocol/src/main/build-proto.sh index b80bf1d..555651b 10075

[34/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/avatica/proto/requests_pb2.py -- diff --git a/python/phoenixdb/avatica/proto/requests_pb2.py b/python/phoenixdb/avatica/proto/requests_pb2.py deleted fi

[32/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/phoenixdb/avatica/proto/common_pb2.py -- diff --git a/python/phoenixdb/phoenixdb/avatica/proto/common_pb2.py b/python/phoenixdb/phoenixdb/avatica/proto/

[45/51] [abbrv] phoenix git commit: PHOENIX-4785 Unable to write to table if index is made active during retry (addendum for test)

2018-10-17 Thread pboado
PHOENIX-4785 Unable to write to table if index is made active during retry (addendum for test) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f9cee604 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f9cee604 Di

[15/51] [abbrv] phoenix git commit: PHOENIX-4941 Handle TableExistsException when wrapped under RemoteException for SYSTEM.MUTEX table(addendum)

2018-10-17 Thread pboado
PHOENIX-4941 Handle TableExistsException when wrapped under RemoteException for SYSTEM.MUTEX table(addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/87747449 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tr

[13/51] [abbrv] phoenix git commit: PHOENIX-4519 - Index rebuild MR jobs not created for "alter index rebuild async" rebuilds

2018-10-17 Thread pboado
PHOENIX-4519 - Index rebuild MR jobs not created for "alter index rebuild async" rebuilds Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3ace7979 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3ace7979 Diff: h

[29/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/phoenixdb/types.py -- diff --git a/python/phoenixdb/phoenixdb/types.py b/python/phoenixdb/phoenixdb/types.py new file mode 100644 index 000..f41355a

[30/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/phoenixdb/cursor.py -- diff --git a/python/phoenixdb/phoenixdb/cursor.py b/python/phoenixdb/phoenixdb/cursor.py new file mode 100644 index 000..8be7

[39/51] [abbrv] phoenix git commit: PHOENIX-4963 Do not throw when transitioning to PENDING_DISABLE if index is already disabled

2018-10-17 Thread pboado
PHOENIX-4963 Do not throw when transitioning to PENDING_DISABLE if index is already disabled Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1cbd79d5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1cbd79d5 Diff

[12/51] [abbrv] phoenix git commit: PHOENIX-4941 Handle TableExistsException when wrapped under RemoteException for SYSTEM.MUTEX table

2018-10-17 Thread pboado
PHOENIX-4941 Handle TableExistsException when wrapped under RemoteException for SYSTEM.MUTEX table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ec91f62a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ec91f62

[31/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/phoenixdb/avatica/proto/requests_pb2.py -- diff --git a/python/phoenixdb/phoenixdb/avatica/proto/requests_pb2.py b/python/phoenixdb/phoenixdb/avatica/pr

[27/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/requests-kerberos/tests/test_requests_kerberos.py -- diff --git a/python/requests-kerberos/tests/test_requests_kerberos.py b/python/requests-kerberos/tests/test_r

[47/51] [abbrv] phoenix git commit: PHOENIX-4855 Continue to write base table column metadata when creating a view in order to support rollback (addendum)

2018-10-17 Thread pboado
PHOENIX-4855 Continue to write base table column metadata when creating a view in order to support rollback (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/00ba63b5 Tree: http://git-wip-us.apache.org/repos/asf/

[22/51] [abbrv] phoenix git commit: PHOENIX-4666 Persistent subquery cache for hash joins

2018-10-17 Thread pboado
PHOENIX-4666 Persistent subquery cache for hash joins Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cb697933 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cb697933 Diff: http://git

[03/51] [abbrv] phoenix git commit: PHOENIX-4882 The client re-resolves the table for every projected non-indexed column when there's a local index.

2018-10-17 Thread pboado
PHOENIX-4882 The client re-resolves the table for every projected non-indexed column when there's a local index. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bb297e78 Tree: http://git-wip-us.apache.org/repos/asf/phoeni

[24/51] [abbrv] phoenix git commit: PHOENIX-4874 psql doesn't support date/time with values smaller than milliseconds(Rajeshbabu)

2018-10-17 Thread pboado
PHOENIX-4874 psql doesn't support date/time with values smaller than milliseconds(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9e47f1e8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9e47f1e8 Dif

[44/51] [abbrv] phoenix git commit: Revert "PHOENIX-4825 Replace usage of HBase Base64 implementation with java.util.Base64"

2018-10-17 Thread pboado
Revert "PHOENIX-4825 Replace usage of HBase Base64 implementation with java.util.Base64" This reverts commit 22934e5af7af79580bf54feeb7667eccafaafc71 in order to support JDK 1.7 for 4.x releases. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.

[43/51] [abbrv] phoenix git commit: PHOENIX-4967 Reverse scan along LOCAL index does not always return all data.

2018-10-17 Thread pboado
PHOENIX-4967 Reverse scan along LOCAL index does not always return all data. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1c380865 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1c380865 Diff: http://git-wip-

[08/51] [abbrv] phoenix git commit: PHOENIX-4884 Update INSTR to handle literals and non-literals in either function argument

2018-10-17 Thread pboado
PHOENIX-4884 Update INSTR to handle literals and non-literals in either function argument INSTR previously only handled arguments of the form non-literal and literal, but the documentation doesn't clearly state this. We can support all variants though. Project: http://git-wip-us.apache.org/rep

[10/51] [abbrv] phoenix git commit: PHOENIX-4946 Switch from HC's annotations (since removed) to JCIP annotations

2018-10-17 Thread pboado
PHOENIX-4946 Switch from HC's annotations (since removed) to JCIP annotations Avoids an old httpclient artifact conflicting with Hadoop3 implementation. Signed-off-by: Sergey Soldatov Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/ph

[28/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/types.py -- diff --git a/python/phoenixdb/types.py b/python/phoenixdb/types.py deleted file mode 100644 index f41355a..000 --- a/python/phoenixdb/typ

[25/51] [abbrv] phoenix git commit: PHOENIX-4907 - IndexScrutinyTool should use empty catalog instead of null

2018-10-17 Thread pboado
PHOENIX-4907 - IndexScrutinyTool should use empty catalog instead of null Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8208c0ab Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8208c0ab Diff: http://git-wip-us.

[38/51] [abbrv] phoenix git commit: PHOENIX-4979 Fix IndexToolForPartialBuildWithNamespaceEnabledIT for branches <= HBase 1.2

2018-10-17 Thread pboado
PHOENIX-4979 Fix IndexToolForPartialBuildWithNamespaceEnabledIT for branches <= HBase 1.2 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6b877d21 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6b877d21 Diff: h

[07/51] [abbrv] phoenix git commit: PHOENIX-4854 Make LoggingPhoenixResultSet idempotent when logging metrics

2018-10-17 Thread pboado
PHOENIX-4854 Make LoggingPhoenixResultSet idempotent when logging metrics Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/08a3cf0d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/08a3cf0d Diff: http://git-wip-us.

[04/51] [abbrv] phoenix git commit: PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException(Aman Poonia)

2018-10-17 Thread pboado
PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException(Aman Poonia) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2d2aff63 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2d2aff63 Diff: htt

[50/51] [abbrv] phoenix git commit: PHOENIX-3955: Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables

2018-10-17 Thread pboado
PHOENIX-3955: Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/eb13ffd8 Tree: http://git-wip-us

[02/51] [abbrv] phoenix git commit: PHOENIX-3547 Supporting more number of indices per table.

2018-10-17 Thread pboado
PHOENIX-3547 Supporting more number of indices per table. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1fcf43c6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1fcf43c6 Diff: http://git-wip-us.apache.org/repos

[46/51] [abbrv] phoenix git commit: PHOENIX-4975 Fix failing unit tests for Omid due to shadow cells and no local indexes

2018-10-17 Thread pboado
PHOENIX-4975 Fix failing unit tests for Omid due to shadow cells and no local indexes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/50c2a3be Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/50c2a3be Diff: http:

[26/51] [abbrv] phoenix git commit: PHOENIX-4892 Unable to start load balancer with queryserver

2018-10-17 Thread pboado
PHOENIX-4892 Unable to start load balancer with queryserver Added phoenix_loadbalancer_jar path to phoenix_utils.py, added phoenix_loadbalancer_jar to classpath in queryserver.py, added service for registry in meta-inf Closes #343 Signed-off-by: Josh Elser Project: http://git-wip-us.apache.or

[05/51] [abbrv] phoenix git commit: PHOENIX-4853 Add sql statement to PhoenixMetricsLog interface for query level metrics logging

2018-10-17 Thread pboado
PHOENIX-4853 Add sql statement to PhoenixMetricsLog interface for query level metrics logging Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9d07afa4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9d07afa4 Dif

[36/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos Includes updated L&N for requests-kerberos. Tries to detect when the host system doesn't have necessary dependencies to run the test Closes #344 Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/phoeni

[09/51] [abbrv] phoenix git commit: PHOENIX-4903 Use same hash cache RPC message across all calls

2018-10-17 Thread pboado
PHOENIX-4903 Use same hash cache RPC message across all calls Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1c65cdc8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1c65cdc8 Diff: ht

[06/51] [abbrv] phoenix git commit: PHOENIX-4894 Missing Apache license in two QueryServer classes

2018-10-17 Thread pboado
PHOENIX-4894 Missing Apache license in two QueryServer classes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/912215cb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/912215cb Diff: http://git-wip-us.apache.org/

[35/51] [abbrv] phoenix git commit: PHOENIX-4688 Support SPNEGO for python driver via requests-kerberos

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3cac9217/python/phoenixdb/__init__.py -- diff --git a/python/phoenixdb/__init__.py b/python/phoenixdb/__init__.py deleted file mode 100644 index ae7dd39..000 --- a/python/phoe

[19/51] [abbrv] phoenix git commit: PHOENIX-4855 Continue to write base table column metadata when creating a view in order to support rollback

2018-10-17 Thread pboado
PHOENIX-4855 Continue to write base table column metadata when creating a view in order to support rollback Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a6c1aa45 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tre

[23/51] [abbrv] phoenix git commit: PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException (Aman Poonia)

2018-10-17 Thread pboado
PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException (Aman Poonia) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ae2fbe65 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ae2fbe65 Diff: ht

[49/51] [abbrv] phoenix git commit: PHOENIX-3955: Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/eb13ffd8/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryS

[14/51] [abbrv] phoenix git commit: PHOENIX-3178 Row count incorrect for UPSERT SELECT when auto commit is false

2018-10-17 Thread pboado
PHOENIX-3178 Row count incorrect for UPSERT SELECT when auto commit is false Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d2185050 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d2185050 Diff: http://git-wip-

[01/51] [abbrv] phoenix git commit: PHOENIX-3547 Supporting more number of indices per table. [Forced Update!]

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.15 d1e82d19e -> 6b877d21b (forced update) http://git-wip-us.apache.org/repos/asf/phoenix/blob/1fcf43c6/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/PTableProtos.java

[17/51] [abbrv] phoenix git commit: PHOENIX-4870 LoggingPhoenixConnection should log metrics when AutoCommit is set to True.

2018-10-17 Thread pboado
PHOENIX-4870 LoggingPhoenixConnection should log metrics when AutoCommit is set to True. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6ea2110b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6ea2110b Diff: ht

[phoenix] Git Push Summary

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.11 [deleted] 88d384fa6

[13/13] phoenix git commit: PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query

2018-10-17 Thread pboado
PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d1e82d19 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d1e82d19 Diff: htt

[04/13] phoenix git commit: PHOENIX-4772 phoenix.sequence.saltBuckets is not honoured

2018-10-17 Thread pboado
PHOENIX-4772 phoenix.sequence.saltBuckets is not honoured Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/351b37d9 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/351b37d9 Diff: http://git-wip-us.apache.org/repos

[03/13] phoenix git commit: PHOENIX-4774 Disable doclint in 1.8+ JDKs

2018-10-17 Thread pboado
PHOENIX-4774 Disable doclint in 1.8+ JDKs Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/abda4707 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/abda4707 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/dif

[09/13] phoenix git commit: PHOENIX-4790 Simplify check for client side delete

2018-10-17 Thread pboado
PHOENIX-4790 Simplify check for client side delete Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ee305562 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ee305562 Diff: http://git-wip-us.apache.org/repos/asf/ph

[06/13] phoenix git commit: PHOENIX-4776 Remove creation of .md5 files from dev/make_rc.sh

2018-10-17 Thread pboado
PHOENIX-4776 Remove creation of .md5 files from dev/make_rc.sh Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2c008068 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2c008068 Diff: http://git-wip-us.apache.org/

[10/13] phoenix git commit: PHOENIX-3383 Comparison between descending row keys used in RVC is reverse

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/81195083/phoenix-core/src/main/java/org/apache/phoenix/execute/PhoenixTxIndexMutationGenerator.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/execute/PhoenixT

[11/13] phoenix git commit: PHOENIX-3383 Comparison between descending row keys used in RVC is reverse

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/81195083/phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java b/ph

[01/13] phoenix git commit: PHOENIX-4758 Validate that HADOOP_CONF_DIR is not set for HiveMRIT

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.15 1f7b56192 -> d1e82d19e PHOENIX-4758 Validate that HADOOP_CONF_DIR is not set for HiveMRIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4f0929fb Tree: http

[02/13] phoenix git commit: PHOENIX-4773 Move HTable rollback wrapper into Tephra TAL method

2018-10-17 Thread pboado
PHOENIX-4773 Move HTable rollback wrapper into Tephra TAL method Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0718a87b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0718a87b Diff: http://git-wip-us.apache.or

[12/13] phoenix git commit: PHOENIX-3383 Comparison between descending row keys used in RVC is reverse

2018-10-17 Thread pboado
PHOENIX-3383 Comparison between descending row keys used in RVC is reverse Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/81195083 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/81195083 Diff: http://git-wip-us

[05/13] phoenix git commit: PHOENIX-4544 Update statistics inconsistent behavior

2018-10-17 Thread pboado
PHOENIX-4544 Update statistics inconsistent behavior Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/39a77859 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/39a77859 Diff: http://git-wip-us.apache.org/repos/asf/

[07/13] phoenix git commit: PHOENIX-4789 Exception when setting TTL on Tephra transactional table

2018-10-17 Thread pboado
PHOENIX-4789 Exception when setting TTL on Tephra transactional table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d50f3e34 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d50f3e34 Diff: http://git-wip-us.apac

[08/13] phoenix git commit: PHOENIX-4785 Unable to write to table if index is made active during retry

2018-10-17 Thread pboado
PHOENIX-4785 Unable to write to table if index is made active during retry Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3da21d5e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3da21d5e Diff: http://git-wip-us

[phoenix] Git Push Summary

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.14 [deleted] fd9342328

[phoenix] Git Push Summary

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.12 [deleted] 5356476ae

[phoenix] Git Push Summary

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.13 [deleted] b8127085d

phoenix git commit: Changes for CDH 5.15.x

2018-10-17 Thread pboado
Repository: phoenix Updated Branches: refs/heads/4.x-cdh5.15 [created] 1f7b56192 Changes for CDH 5.15.x Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1f7b5619 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree

[17/32] phoenix git commit: Revert "PHOENIX-4790 Simplify check for client side delete"

2018-10-17 Thread pboado
Revert "PHOENIX-4790 Simplify check for client side delete" This reverts commit 5cc9a25a185e596a39e4f2916f90b4c576f4f82f. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ab177a7c Tree: http://git-wip-us.apache.org/repos/a

[20/32] phoenix git commit: PHOENIX-4818 Fix RAT check for missing licenses

2018-10-17 Thread pboado
PHOENIX-4818 Fix RAT check for missing licenses Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/694d0d56 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/694d0d56 Diff: http://git-wip-us.apache.org/repos/asf/phoen

[32/32] phoenix git commit: PHOENIX-4979 Fix IndexToolForPartialBuildWithNamespaceEnabledIT for branches <= HBase 1.2

2018-10-17 Thread pboado
PHOENIX-4979 Fix IndexToolForPartialBuildWithNamespaceEnabledIT for branches <= HBase 1.2 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/af474b93 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/af474b93 Diff: h

[29/32] phoenix git commit: PHOENIX-4957 Add NO_INDEX hint so IndexTool uses the data table instead of index table

2018-10-17 Thread pboado
PHOENIX-4957 Add NO_INDEX hint so IndexTool uses the data table instead of index table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0abc9ca2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0abc9ca2 Diff: http

[21/32] phoenix git commit: Set version to 4.14.1-cdh5.13 for release

2018-10-17 Thread pboado
Set version to 4.14.1-cdh5.13 for release Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/73e6629b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/73e6629b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/dif

[23/32] phoenix git commit: PHOENIX-4843 InListExpression toString() converts the values in the list to ASC sort order always

2018-10-17 Thread pboado
PHOENIX-4843 InListExpression toString() converts the values in the list to ASC sort order always Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7aa63af2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7aa63af2

[19/32] phoenix git commit: PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option

2018-10-17 Thread pboado
PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ac2725d6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ac2725d6

[16/32] phoenix git commit: Revert "PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query"

2018-10-17 Thread pboado
Revert "PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query" This reverts commit 2920dfa19101e395293460ae1e5575137c6628c9. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/045f4c61 Tree

[22/32] phoenix git commit: PHOENIX-4848 - Do not propagate unrequired metadata changes and handle missing/corrupted child views

2018-10-17 Thread pboado
PHOENIX-4848 - Do not propagate unrequired metadata changes and handle missing/corrupted child views This patch fixes two related issues on propagating metadata changes to views. The first issue is a bug in the logic to determine if a given change should be propagated. The second issue is in hand

[20/32] phoenix git commit: PHOENIX-4818 Fix RAT check for missing licenses

2018-10-17 Thread pboado
PHOENIX-4818 Fix RAT check for missing licenses Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/eccdc9c3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/eccdc9c3 Diff: http://git-wip-us.apache.org/repos/asf/phoen

[22/32] phoenix git commit: Set version to 4.14.1-cdh5.12 for release

2018-10-17 Thread pboado
Set version to 4.14.1-cdh5.12 for release Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3dad0aa6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3dad0aa6 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/dif

[15/32] phoenix git commit: PHOENIX-4809 Only cache PhoenixConnections when lease renewal is on

2018-10-17 Thread pboado
PHOENIX-4809 Only cache PhoenixConnections when lease renewal is on Lease renewal is the only mechanism under which connections are removed from the connectionQueue. Calling close() on a connection doesn't proactively remove it from the instance of ConnectionQueryServicesImpl. Project: http://gi

[19/32] phoenix git commit: PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option

2018-10-17 Thread pboado
PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3420a81b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3420a81b

[13/32] phoenix git commit: PHOENIX-3383 Comparison between descending row keys used in RVC is reverse

2018-10-17 Thread pboado
PHOENIX-3383 Comparison between descending row keys used in RVC is reverse Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e612b2b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e612b2b Diff: http://git-wip-us

[23/32] phoenix git commit: PHOENIX-4843 InListExpression toString() converts the values in the list to ASC sort order always

2018-10-17 Thread pboado
PHOENIX-4843 InListExpression toString() converts the values in the list to ASC sort order always Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f45fd6c5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f45fd6c5

[14/32] phoenix git commit: PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query

2018-10-17 Thread pboado
PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/07d41385 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/07d41385 Diff: htt

[31/32] phoenix git commit: PHOENIX-4785 Unable to write to table if index is made active during retry (addendum for test)

2018-10-17 Thread pboado
PHOENIX-4785 Unable to write to table if index is made active during retry (addendum for test) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f3a279f6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f3a279f6 Di

[21/32] phoenix git commit: Set version to 4.14.1-cdh5.14 for release

2018-10-17 Thread pboado
Set version to 4.14.1-cdh5.14 for release Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/af67eda4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/af67eda4 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/dif

[22/32] phoenix git commit: PHOENIX-4848 - Do not propagate unrequired metadata changes and handle missing/corrupted child views

2018-10-17 Thread pboado
PHOENIX-4848 - Do not propagate unrequired metadata changes and handle missing/corrupted child views This patch fixes two related issues on propagating metadata changes to views. The first issue is a bug in the logic to determine if a given change should be propagated. The second issue is in hand

[15/32] phoenix git commit: PHOENIX-4809 Only cache PhoenixConnections when lease renewal is on

2018-10-17 Thread pboado
PHOENIX-4809 Only cache PhoenixConnections when lease renewal is on Lease renewal is the only mechanism under which connections are removed from the connectionQueue. Calling close() on a connection doesn't proactively remove it from the instance of ConnectionQueryServicesImpl. Project: http://gi

[27/32] phoenix git commit: After HBASE-20940 any local index query will open all HFiles of every Region involved in the query.

2018-10-17 Thread pboado
After HBASE-20940 any local index query will open all HFiles of every Region involved in the query. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/87e0164a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/87e016

[16/32] phoenix git commit: Revert "PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query"

2018-10-17 Thread pboado
Revert "PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query" This reverts commit 2920dfa19101e395293460ae1e5575137c6628c9. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/56f765c6 Tree

[19/32] phoenix git commit: PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option

2018-10-17 Thread pboado
PHOENIX-4797 file not found or file exist exception when create global index use -snapshot option Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c6725956 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c6725956

[25/32] phoenix git commit: PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException (Aman Poonia)

2018-10-17 Thread pboado
PHOENIX-4839 IndexHalfStoreFileReaderGenerator throws NullPointerException (Aman Poonia) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8064c640 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8064c640 Diff: ht

[14/32] phoenix git commit: PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query

2018-10-17 Thread pboado
PHOENIX-4790 Addendum to check that query is a point lookup for delete not to run query Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/abba660d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/abba660d Diff: htt

[20/32] phoenix git commit: PHOENIX-4818 Fix RAT check for missing licenses

2018-10-17 Thread pboado
PHOENIX-4818 Fix RAT check for missing licenses Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a026cd34 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a026cd34 Diff: http://git-wip-us.apache.org/repos/asf/phoen

[17/32] phoenix git commit: Revert "PHOENIX-4790 Simplify check for client side delete"

2018-10-17 Thread pboado
Revert "PHOENIX-4790 Simplify check for client side delete" This reverts commit 5cc9a25a185e596a39e4f2916f90b4c576f4f82f. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a8c2adbe Tree: http://git-wip-us.apache.org/repos/a

[26/32] phoenix git commit: PHOENIX-4849 Phoenix may generate incorrectly replace TableResultIterators after HBase region splits.

2018-10-17 Thread pboado
PHOENIX-4849 Phoenix may generate incorrectly replace TableResultIterators after HBase region splits. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1acd5fc2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1acd

[28/32] phoenix git commit: PHOENIX-4933 DELETE FROM throws NPE when a local index is present.

2018-10-17 Thread pboado
PHOENIX-4933 DELETE FROM throws NPE when a local index is present. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/81d679e3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/81d679e3 Diff: http://git-wip-us.apache.

[12/32] phoenix git commit: PHOENIX-3383 Comparison between descending row keys used in RVC is reverse

2018-10-17 Thread pboado
http://git-wip-us.apache.org/repos/asf/phoenix/blob/dc383eb6/phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/compile/WhereOptimizer.java b/ph

  1   2   3   >