[jira] [Commented] (PHOENIX-4785) Unable to write to table if index is made active during retry

2018-06-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520965#comment-16520965
 ] 

Hudson commented on PHOENIX-4785:
-

ABORTED: Integrated in Jenkins build PreCommit-PHOENIX-Build #1898 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1898/])
PHOENIX-4785 Unable to write to table if index is made active during 
(ankitsinghal59: rev 6195f8e7b5efeecd5c736ba0ef121b706c875d8d)
* (add) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureWithNamespaceIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixIndexFailurePolicy.java


> Unable to write to table if index is made active during retry
> -
>
> Key: PHOENIX-4785
> URL: https://issues.apache.org/jira/browse/PHOENIX-4785
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Romil Choksi
>Assignee: Ankit Singhal
>Priority: Blocker
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4785.v1.master.patch, PHOENIX-4785_test.patch, 
> PHOENIX-4785_v2.patch, PHOENIX-4785_v2_5.0-branch.patch, 
> PHOENIX-4785_v3_master.patch
>
>
> After PHOENIX-4130, we are unable to write to a table if an index is made 
> ACTIVE during the retry as client timestamp is not cleared when table state 
> is changed from PENDING_DISABLE to ACTIVE even if our policy is not to block 
> writes on data table in case of write failure for index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4494) Fix PhoenixTracingEndToEndIT

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4494:
-
Fix Version/s: (was: 5.0.0)
   5.1.0

> Fix PhoenixTracingEndToEndIT
> 
>
> Key: PHOENIX-4494
> URL: https://issues.apache.org/jira/browse/PHOENIX-4494
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.1.0
>
> Attachments: PHEONXI-4494.001.patch
>
>
> {code}
> [ERROR] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> 148.175 s <<< FAILURE! - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
> [ERROR] 
> testScanTracingOnServer(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)  
> Time elapsed: 64.484 s  <<< FAILURE!
> java.lang.AssertionError: Didn't get expected updates to trace table
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testScanTracingOnServer(PhoenixTracingEndToEndIT.java:304)
> [ERROR] 
> testClientServerIndexingTracing(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)
>   Time elapsed: 22.346 s  <<< FAILURE!
> java.lang.AssertionError: Never found indexing updates
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testClientServerIndexingTracing(PhoenixTracingEndToEndIT.java:193)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4768) Re-enable testCompactUpdatesStats and testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4768:
-
Fix Version/s: (was: 5.0.0)
   (was: 4.14.0)
   4.15.0

> Re-enable testCompactUpdatesStats and 
> testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT
> ---
>
> Key: PHOENIX-4768
> URL: https://issues.apache.org/jira/browse/PHOENIX-4768
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 4.15.0
>
>
> Re-enable these tests as TEPHRA-208 is already committed for long time.
> StatsCollectorIT#testCompactUpdatesStats
> StatsCollectorIT#testCompactUpdatesStatsWithMinStatsUpdateFreq
>  
> Required some fixing for namespace enabled cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (PHOENIX-4768) Re-enable testCompactUpdatesStats and testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla reopened PHOENIX-4768:
--

> Re-enable testCompactUpdatesStats and 
> testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT
> ---
>
> Key: PHOENIX-4768
> URL: https://issues.apache.org/jira/browse/PHOENIX-4768
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> Re-enable these tests as TEPHRA-208 is already committed for long time.
> StatsCollectorIT#testCompactUpdatesStats
> StatsCollectorIT#testCompactUpdatesStatsWithMinStatsUpdateFreq
>  
> Required some fixing for namespace enabled cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4494) Fix PhoenixTracingEndToEndIT

2018-06-22 Thread Ankit Singhal (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520889#comment-16520889
 ] 

Ankit Singhal commented on PHOENIX-4494:


[~rajeshbabu] , still not all tests are passing 

PhoenixTracingEndToEndIT#testScanTracingOnServer and 
testClientServerIndexingTracing are still failing. let me take a look but not a 
blocker for 5.0 release(:)).

> Fix PhoenixTracingEndToEndIT
> 
>
> Key: PHOENIX-4494
> URL: https://issues.apache.org/jira/browse/PHOENIX-4494
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
> Attachments: PHEONXI-4494.001.patch
>
>
> {code}
> [ERROR] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> 148.175 s <<< FAILURE! - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
> [ERROR] 
> testScanTracingOnServer(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)  
> Time elapsed: 64.484 s  <<< FAILURE!
> java.lang.AssertionError: Didn't get expected updates to trace table
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testScanTracingOnServer(PhoenixTracingEndToEndIT.java:304)
> [ERROR] 
> testClientServerIndexingTracing(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)
>   Time elapsed: 22.346 s  <<< FAILURE!
> java.lang.AssertionError: Never found indexing updates
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testClientServerIndexingTracing(PhoenixTracingEndToEndIT.java:193)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (PHOENIX-4338) Move to HBase-2.0

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal reassigned PHOENIX-4338:
--

Assignee: Ankit Singhal

> Move to HBase-2.0
> -
>
> Key: PHOENIX-4338
> URL: https://issues.apache.org/jira/browse/PHOENIX-4338
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4561) Temporarily disable transactional tests

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal resolved PHOENIX-4561.

Resolution: Fixed

Tests are re-enable in PHOENIX-4567

> Temporarily disable transactional tests
> ---
>
> Key: PHOENIX-4561
> URL: https://issues.apache.org/jira/browse/PHOENIX-4561
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4561.001.patch, PHOENIX-4561.addendum.patch
>
>
> All 5.x transactional table tests are failing because of a necessary Tephra 
> release which is pending.
> Let's disable these tests so we have a better idea of the state of the build.
> FYI [~an...@apache.org]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4768) Re-enable testCompactUpdatesStats and testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT

2018-06-22 Thread Ankit Singhal (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520886#comment-16520886
 ] 

Ankit Singhal commented on PHOENIX-4768:


Actually , this has been reverted. 

> Re-enable testCompactUpdatesStats and 
> testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT
> ---
>
> Key: PHOENIX-4768
> URL: https://issues.apache.org/jira/browse/PHOENIX-4768
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> Re-enable these tests as TEPHRA-208 is already committed for long time.
> StatsCollectorIT#testCompactUpdatesStats
> StatsCollectorIT#testCompactUpdatesStatsWithMinStatsUpdateFreq
>  
> Required some fixing for namespace enabled cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4768) Re-enable testCompactUpdatesStats and testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4768:
---
Affects Version/s: 4.14.0

> Re-enable testCompactUpdatesStats and 
> testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT
> ---
>
> Key: PHOENIX-4768
> URL: https://issues.apache.org/jira/browse/PHOENIX-4768
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> Re-enable these tests as TEPHRA-208 is already committed for long time.
> StatsCollectorIT#testCompactUpdatesStats
> StatsCollectorIT#testCompactUpdatesStatsWithMinStatsUpdateFreq
>  
> Required some fixing for namespace enabled cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4513) Fix the recursive call in ExecutableExplainStatement#getOperation

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4513:
-
Fix Version/s: (was: 5.0.0)
   (was: 4.13.0)
   4.15.0

> Fix the recursive call in ExecutableExplainStatement#getOperation
> -
>
> Key: PHOENIX-4513
> URL: https://issues.apache.org/jira/browse/PHOENIX-4513
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Chia-Ping Tsai
>Priority: Major
> Fix For: 4.15.0
>
> Attachments: PHOENIX-4513.v0.patch
>
>
> {code}
> @Override
> public Operation getOperation() {
>   return this.getOperation();
> }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4785) Unable to write to table if index is made active during retry

2018-06-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520885#comment-16520885
 ] 

Hudson commented on PHOENIX-4785:
-

FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #1897 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/1897/])
PHOENIX-4785 Unable to write to table if index is made active during 
(ankitsinghal59: rev 6195f8e7b5efeecd5c736ba0ef121b706c875d8d)
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixIndexFailurePolicy.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureIT.java
* (add) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexFailureWithNamespaceIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDatabaseMetaData.java


> Unable to write to table if index is made active during retry
> -
>
> Key: PHOENIX-4785
> URL: https://issues.apache.org/jira/browse/PHOENIX-4785
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.14.0
>Reporter: Romil Choksi
>Assignee: Ankit Singhal
>Priority: Blocker
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4785.v1.master.patch, PHOENIX-4785_test.patch, 
> PHOENIX-4785_v2.patch, PHOENIX-4785_v2_5.0-branch.patch, 
> PHOENIX-4785_v3_master.patch
>
>
> After PHOENIX-4130, we are unable to write to a table if an index is made 
> ACTIVE during the retry as client timestamp is not cleared when table state 
> is changed from PENDING_DISABLE to ACTIVE even if our policy is not to block 
> writes on data table in case of write failure for index.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4791) Array elements are nullified with joins

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4791:
-
Fix Version/s: (was: 5.0.0)

> Array elements are nullified with joins
> ---
>
> Key: PHOENIX-4791
> URL: https://issues.apache.org/jira/browse/PHOENIX-4791
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 4.11.0, 4.12.0, 4.13.0, 4.14.0
>Reporter: Tulasi P
>Priority: Major
> Fix For: 4.15.0
>
>
> Returning elements of an array from a table that is part of a join causes 
> array elements to be nullified.
> {noformat}
> create table array_test_1 (id integer not null primary key, arr tinyint[5]); 
> upsert into array_test_1 values (1001, array[0, 0, 0, 0, 0]); 
> upsert into array_test_1 values (1002, array[0, 0, 0, 0, 1]); 
> upsert into array_test_1 values (1003, array[0, 0, 0, 1, 1]); 
> upsert into array_test_1 values (1004, array[0, 0, 1, 1, 1]); 
> upsert into array_test_1 values (1005, array[1, 1, 1, 1, 1]);
> {noformat}
>  
> {noformat}
> create table test_table_1 (id integer not null primary key, val varchar); 
> upsert into test_table_1 values (1001, 'abc'); 
> upsert into test_table_1 values (1002, 'def'); 
> upsert into test_table_1 values (1003, 'ghi');{noformat}
> {noformat}
> 0: jdbc:phoenix:localhost> select t1.id, t2.val, t1.arr[1], t1.arr[2], 
> t1.arr[3] from array_test_1 as t1 join test_table_1 as t2 on t1.id = t2.id; 
> ++-+-++---+ 
> | T1.ID  | T2.VAL  | ARRAY_ELEM(T1.ARR, 1)  | ARRAY_ELEM(T1.ARR, 2)  | 
> ARRAY_ELEM(T1.ARR, 3)  | 
> ++-+-+-++ 
> | 1001   | abc     | null  | null | null | 
> | 1002   | def     | null   | null | null |
>  | 1003   | ghi     | null  | null | null |
>  ++-+++-+ 
> 3 rows selected (0.056 seconds)
> {noformat}
> However, directly selecting array elements from the array returns data 
> correctly.
> {noformat}
> 0: jdbc:phoenix:localhost> select [t1.id, t1.arr[1], t1.arr[2], t1.arr[3] 
> from array_test_1 as t1;
> +---++-+-+
> |  ID   | ARRAY_ELEM(ARR, 1)  | ARRAY_ELEM(ARR, 2)  | ARRAY_ELEM(ARR, 3)  |
> +---++-+-+
> | 1001  | 0 | 0 | 0 |
> | 1002  | 0 | 0 | 0 |
> | 1003  | 0 | 0 | 0 |
> | 1004  | 0 | 0 | 1 |
> | 1005  | 1 | 1 | 1 |
> +---+---+--+--+
> 5 rows selected (0.044 seconds)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4768) Re-enable testCompactUpdatesStats and testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520884#comment-16520884
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4768:
--

[~an...@apache.org] This can also be closed right?

> Re-enable testCompactUpdatesStats and 
> testCompactUpdatesStatsWithMinStatsUpdateFreq of StatsCollectorIT
> ---
>
> Key: PHOENIX-4768
> URL: https://issues.apache.org/jira/browse/PHOENIX-4768
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 4.14.0, 5.0.0
>
>
> Re-enable these tests as TEPHRA-208 is already committed for long time.
> StatsCollectorIT#testCompactUpdatesStats
> StatsCollectorIT#testCompactUpdatesStatsWithMinStatsUpdateFreq
>  
> Required some fixing for namespace enabled cases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4494) Fix PhoenixTracingEndToEndIT

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520883#comment-16520883
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4494:
--

[~an...@apache.org] Can you please take a look whether it's fixed or not?

> Fix PhoenixTracingEndToEndIT
> 
>
> Key: PHOENIX-4494
> URL: https://issues.apache.org/jira/browse/PHOENIX-4494
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
> Attachments: PHEONXI-4494.001.patch
>
>
> {code}
> [ERROR] Tests run: 8, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> 148.175 s <<< FAILURE! - in org.apache.phoenix.trace.PhoenixTracingEndToEndIT
> [ERROR] 
> testScanTracingOnServer(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)  
> Time elapsed: 64.484 s  <<< FAILURE!
> java.lang.AssertionError: Didn't get expected updates to trace table
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testScanTracingOnServer(PhoenixTracingEndToEndIT.java:304)
> [ERROR] 
> testClientServerIndexingTracing(org.apache.phoenix.trace.PhoenixTracingEndToEndIT)
>   Time elapsed: 22.346 s  <<< FAILURE!
> java.lang.AssertionError: Never found indexing updates
> at 
> org.apache.phoenix.trace.PhoenixTracingEndToEndIT.testClientServerIndexingTracing(PhoenixTracingEndToEndIT.java:193)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4561) Temporarily disable transactional tests

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520882#comment-16520882
 ] 

Rajeshbabu Chintaguntla commented on PHOENIX-4561:
--

[~an...@apache.org] This can be closed right?

> Temporarily disable transactional tests
> ---
>
> Key: PHOENIX-4561
> URL: https://issues.apache.org/jira/browse/PHOENIX-4561
> Project: Phoenix
>  Issue Type: Task
>Reporter: Josh Elser
>Assignee: Josh Elser
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4561.001.patch, PHOENIX-4561.addendum.patch
>
>
> All 5.x transactional table tests are failing because of a necessary Tephra 
> release which is pending.
> Let's disable these tests so we have a better idea of the state of the build.
> FYI [~an...@apache.org]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4338) Move to HBase-2.0

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla resolved PHOENIX-4338.
--
   Resolution: Fixed
Fix Version/s: 5.0.0

> Move to HBase-2.0
> -
>
> Key: PHOENIX-4338
> URL: https://issues.apache.org/jira/browse/PHOENIX-4338
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4482) Fix WALReplayWithIndexWritesAndCompressedWALIT failing with ClassCastException

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4482:
-
Issue Type: Test  (was: Sub-task)
Parent: (was: PHOENIX-4338)

> Fix WALReplayWithIndexWritesAndCompressedWALIT failing with ClassCastException
> --
>
> Key: PHOENIX-4482
> URL: https://issues.apache.org/jira/browse/PHOENIX-4482
> Project: Phoenix
>  Issue Type: Test
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 4.15.0
>
> Attachments: PHOENIX-4482.patch
>
>
> {noformat}
> ERROR] 
> testReplayEditsWrittenViaHRegion(org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT)
>   Time elapsed: 82.455 s  <<< ERROR!
> java.lang.ClassCastException: 
> org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL cannot be cast to 
> org.apache.hadoop.hbase.regionserver.wal.FSHLog
> at 
> org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.createWAL(WALReplayWithIndexWritesAndCompressedWALIT.java:274)
> at 
> org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.testReplayEditsWrittenViaHRegion(WALReplayWithIndexWritesAndCompressedWALIT.java:192)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4482) Fix WALReplayWithIndexWritesAndCompressedWALIT failing with ClassCastException

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4482:
-
Fix Version/s: 4.15.0

> Fix WALReplayWithIndexWritesAndCompressedWALIT failing with ClassCastException
> --
>
> Key: PHOENIX-4482
> URL: https://issues.apache.org/jira/browse/PHOENIX-4482
> Project: Phoenix
>  Issue Type: Test
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 4.15.0
>
> Attachments: PHOENIX-4482.patch
>
>
> {noformat}
> ERROR] 
> testReplayEditsWrittenViaHRegion(org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT)
>   Time elapsed: 82.455 s  <<< ERROR!
> java.lang.ClassCastException: 
> org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL cannot be cast to 
> org.apache.hadoop.hbase.regionserver.wal.FSHLog
> at 
> org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.createWAL(WALReplayWithIndexWritesAndCompressedWALIT.java:274)
> at 
> org.apache.hadoop.hbase.regionserver.wal.WALReplayWithIndexWritesAndCompressedWALIT.testReplayEditsWrittenViaHRegion(WALReplayWithIndexWritesAndCompressedWALIT.java:192)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4352) Make use of Region#waitForFlushes API where ever possible to avoid accessing internals

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4352:
-
Issue Type: Improvement  (was: Sub-task)
Parent: (was: PHOENIX-4338)

> Make use of Region#waitForFlushes API where ever possible to avoid accessing 
> internals
> --
>
> Key: PHOENIX-4352
> URL: https://issues.apache.org/jira/browse/PHOENIX-4352
> Project: Phoenix
>  Issue Type: Improvement
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4375) Replace deprecated or changed Scan methods with new APIs

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4375:
-
Issue Type: Task  (was: Sub-task)
Parent: (was: PHOENIX-4297)

> Replace deprecated or changed Scan methods with new APIs
> 
>
> Key: PHOENIX-4375
> URL: https://issues.apache.org/jira/browse/PHOENIX-4375
> Project: Phoenix
>  Issue Type: Task
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 4.15.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4297) Remove deprecated API umbrella

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla resolved PHOENIX-4297.
--
Resolution: Fixed

> Remove deprecated API umbrella
> --
>
> Key: PHOENIX-4297
> URL: https://issues.apache.org/jira/browse/PHOENIX-4297
> Project: Phoenix
>  Issue Type: Improvement
>Affects Versions: 4.12.0
>Reporter: Sergey Soldatov
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
>
> For further support of HBase 2.0 we need to remove all deprecated API that 
> was used because of 0.98 support. This is umbrella ticket because some of the 
> changes may not  be trivial.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4365) Make use RegionCoprocessorEnvironment than CoprocessorEnvironment because it's private scope

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla resolved PHOENIX-4365.
--
   Resolution: Won't Fix
Fix Version/s: (was: 4.15.0)

This is not required now hence closing.

> Make use RegionCoprocessorEnvironment than CoprocessorEnvironment because 
> it's private scope
> 
>
> Key: PHOENIX-4365
> URL: https://issues.apache.org/jira/browse/PHOENIX-4365
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>  Labels: HBase-2.0
> Attachments: PHOENIX-4365.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4325) Make use of TableName POJO in HBase where ever possible.

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4325:
-
Issue Type: Task  (was: Sub-task)
Parent: (was: PHOENIX-4297)

> Make use of TableName POJO in HBase where ever possible.
> 
>
> Key: PHOENIX-4325
> URL: https://issues.apache.org/jira/browse/PHOENIX-4325
> Project: Phoenix
>  Issue Type: Task
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Sergey Soldatov
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 4.15.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4303) Replace HTableInterface,HConnection with Table,Connection interfaces respectively

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla resolved PHOENIX-4303.
--
Resolution: Fixed

Raised backport issue for porting to 4.x branches. Hence closing.

> Replace HTableInterface,HConnection with Table,Connection interfaces 
> respectively
> -
>
> Key: PHOENIX-4303
> URL: https://issues.apache.org/jira/browse/PHOENIX-4303
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4297_addendum2.patch, PHOENIX-4303.patch, 
> PHOENIX-4303_addendum.patch, PHOENIX-4303_master.patch, PHOENIX-4303_v2.patch
>
>
> In latest versions of HBase HTableInterface,HConnection are replaced with 
> Table and Connection respectively. We can make use of new interfaces.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4297) Remove deprecated API umbrella

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4297:
-
Fix Version/s: (was: 4.15.0)
   5.0.0

> Remove deprecated API umbrella
> --
>
> Key: PHOENIX-4297
> URL: https://issues.apache.org/jira/browse/PHOENIX-4297
> Project: Phoenix
>  Issue Type: Improvement
>Affects Versions: 4.12.0
>Reporter: Sergey Soldatov
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
>
> For further support of HBase 2.0 we need to remove all deprecated API that 
> was used because of 0.98 support. This is umbrella ticket because some of the 
> changes may not  be trivial.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4303) Replace HTableInterface,HConnection with Table,Connection interfaces respectively

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla updated PHOENIX-4303:
-
Fix Version/s: (was: 4.15.0)
   5.0.0

> Replace HTableInterface,HConnection with Table,Connection interfaces 
> respectively
> -
>
> Key: PHOENIX-4303
> URL: https://issues.apache.org/jira/browse/PHOENIX-4303
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
>  Labels: HBase-2.0
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4297_addendum2.patch, PHOENIX-4303.patch, 
> PHOENIX-4303_addendum.patch, PHOENIX-4303_master.patch, PHOENIX-4303_v2.patch
>
>
> In latest versions of HBase HTableInterface,HConnection are replaced with 
> Table and Connection respectively. We can make use of new interfaces.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (PHOENIX-4793) Backport PHOENIX-4303, PHOENIX-4305, PHOENIX-4321 to 4.x branches.

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajeshbabu Chintaguntla reassigned PHOENIX-4793:


Assignee: Rajeshbabu Chintaguntla

> Backport PHOENIX-4303, PHOENIX-4305, PHOENIX-4321 to 4.x branches.
> --
>
> Key: PHOENIX-4793
> URL: https://issues.apache.org/jira/browse/PHOENIX-4793
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
>Priority: Major
> Fix For: 4.15.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (PHOENIX-4793) Backport PHOENIX-4303, PHOENIX-4305, PHOENIX-4321 to 4.x branches.

2018-06-22 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-4793:


 Summary: Backport PHOENIX-4303, PHOENIX-4305, PHOENIX-4321 to 4.x 
branches.
 Key: PHOENIX-4793
 URL: https://issues.apache.org/jira/browse/PHOENIX-4793
 Project: Phoenix
  Issue Type: Bug
Reporter: Rajeshbabu Chintaguntla
 Fix For: 4.15.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4399) Remove explicit abort on RegionServerServices

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4399:
---
Attachment: (was: PHOENIX-4399_addendum2.patch)

> Remove explicit abort on RegionServerServices
> -
>
> Key: PHOENIX-4399
> URL: https://issues.apache.org/jira/browse/PHOENIX-4399
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Attachments: PHOENIX-4399.patch, PHOENIX-4399_addendum.patch, 
> PHOENIX-4399_addendum2.patch
>
>
> Suggestions from @stack and [~anoop.hbase] from HBASE-18298
> Though regionServerServices are not visible from the environment, we can 
> still let CoprocessorHost abort the RS if observer/coprocessor throws 
> exception other than IOException and hbase.coprocessor.abortonerror is not 
> set to false. 
> But how to ensure that ABORT_ON_ERROR is never set to false in case of 
> Phoenix. or should we have some special exception in HBase for forcefull 
> abort.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4399) Remove explicit abort on RegionServerServices

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4399:
---
Attachment: PHOENIX-4399_addendum2.patch

> Remove explicit abort on RegionServerServices
> -
>
> Key: PHOENIX-4399
> URL: https://issues.apache.org/jira/browse/PHOENIX-4399
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Attachments: PHOENIX-4399.patch, PHOENIX-4399_addendum.patch, 
> PHOENIX-4399_addendum2.patch
>
>
> Suggestions from @stack and [~anoop.hbase] from HBASE-18298
> Though regionServerServices are not visible from the environment, we can 
> still let CoprocessorHost abort the RS if observer/coprocessor throws 
> exception other than IOException and hbase.coprocessor.abortonerror is not 
> set to false. 
> But how to ensure that ABORT_ON_ERROR is never set to false in case of 
> Phoenix. or should we have some special exception in HBase for forcefull 
> abort.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4399) Remove explicit abort on RegionServerServices

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4399:
---
Attachment: PHOENIX-4399_addendum2.patch

> Remove explicit abort on RegionServerServices
> -
>
> Key: PHOENIX-4399
> URL: https://issues.apache.org/jira/browse/PHOENIX-4399
> Project: Phoenix
>  Issue Type: Sub-task
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
>  Labels: HBase-2.0
> Attachments: PHOENIX-4399.patch, PHOENIX-4399_addendum.patch, 
> PHOENIX-4399_addendum2.patch
>
>
> Suggestions from @stack and [~anoop.hbase] from HBASE-18298
> Though regionServerServices are not visible from the environment, we can 
> still let CoprocessorHost abort the RS if observer/coprocessor throws 
> exception other than IOException and hbase.coprocessor.abortonerror is not 
> set to false. 
> But how to ensure that ABORT_ON_ERROR is never set to false in case of 
> Phoenix. or should we have some special exception in HBase for forcefull 
> abort.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4788) Shade Joda libraries in phoenix-server to avoid conflict with hbase shell

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal resolved PHOENIX-4788.

Resolution: Fixed

> Shade Joda libraries in phoenix-server to avoid conflict with hbase shell
> -
>
> Key: PHOENIX-4788
> URL: https://issues.apache.org/jira/browse/PHOENIX-4788
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.0.0-alpha
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4788.patch
>
>
> HBase-2.0 shell doesn't work if phoenix-server.jar is in classpath
> {code:java}
> RuntimeError: Can't load hbase shell command: list_snapshots. Error: Java 
> method not found: 
> org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1406:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1405:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:229:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:1:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:3:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:41:in
>  `load_command'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:66:in
>  `block in load_command_group'
> org/jruby/RubyArray.java:1735:in `each'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:1:in
>  `(root)'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:19:in
>  `'
> org/jruby/RubyKernel.java:956:in `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:1:in 
> `(root)'{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4788) Shade Joda libraries in phoenix-server to avoid conflict with hbase shell

2018-06-22 Thread Ankit Singhal (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520870#comment-16520870
 ] 

Ankit Singhal commented on PHOENIX-4788:


Thanks [~sergey.soldatov] , committed to 5.x branch.

> Shade Joda libraries in phoenix-server to avoid conflict with hbase shell
> -
>
> Key: PHOENIX-4788
> URL: https://issues.apache.org/jira/browse/PHOENIX-4788
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.0.0-alpha
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4788.patch
>
>
> HBase-2.0 shell doesn't work if phoenix-server.jar is in classpath
> {code:java}
> RuntimeError: Can't load hbase shell command: list_snapshots. Error: Java 
> method not found: 
> org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1406:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1405:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:229:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:1:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:3:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:41:in
>  `load_command'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:66:in
>  `block in load_command_group'
> org/jruby/RubyArray.java:1735:in `each'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:1:in
>  `(root)'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:19:in
>  `'
> org/jruby/RubyKernel.java:956:in `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:1:in 
> `(root)'{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4788) Shade Joda libraries in phoenix-server to avoid conflict with hbase shell

2018-06-22 Thread Sergey Soldatov (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520846#comment-16520846
 ] 

Sergey Soldatov commented on PHOENIX-4788:
--

LGTM +1

> Shade Joda libraries in phoenix-server to avoid conflict with hbase shell
> -
>
> Key: PHOENIX-4788
> URL: https://issues.apache.org/jira/browse/PHOENIX-4788
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.0.0-alpha
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4788.patch
>
>
> HBase-2.0 shell doesn't work if phoenix-server.jar is in classpath
> {code:java}
> RuntimeError: Can't load hbase shell command: list_snapshots. Error: Java 
> method not found: 
> org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1406:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1405:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:229:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:1:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:3:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:41:in
>  `load_command'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:66:in
>  `block in load_command_group'
> org/jruby/RubyArray.java:1735:in `each'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:1:in
>  `(root)'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:19:in
>  `'
> org/jruby/RubyKernel.java:956:in `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:1:in 
> `(root)'{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (PHOENIX-4788) Shade Joda libraries in phoenix-server to avoid conflict with hbase shell

2018-06-22 Thread Ankit Singhal (JIRA)


[ 
https://issues.apache.org/jira/browse/PHOENIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16520700#comment-16520700
 ] 

Ankit Singhal commented on PHOENIX-4788:


[~sergey soldatov] , please review.

> Shade Joda libraries in phoenix-server to avoid conflict with hbase shell
> -
>
> Key: PHOENIX-4788
> URL: https://issues.apache.org/jira/browse/PHOENIX-4788
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.0.0-alpha
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4788.patch
>
>
> HBase-2.0 shell doesn't work if phoenix-server.jar is in classpath
> {code:java}
> RuntimeError: Can't load hbase shell command: list_snapshots. Error: Java 
> method not found: 
> org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1406:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1405:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:229:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:1:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:3:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:41:in
>  `load_command'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:66:in
>  `block in load_command_group'
> org/jruby/RubyArray.java:1735:in `each'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:1:in
>  `(root)'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:19:in
>  `'
> org/jruby/RubyKernel.java:956:in `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:1:in 
> `(root)'{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4788) Shade Joda libraries in phoenix-server to avoid conflict with hbase shell

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4788:
---
Attachment: PHOENIX-4788.patch

> Shade Joda libraries in phoenix-server to avoid conflict with hbase shell
> -
>
> Key: PHOENIX-4788
> URL: https://issues.apache.org/jira/browse/PHOENIX-4788
> Project: Phoenix
>  Issue Type: Bug
>Affects Versions: 5.0.0-alpha
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
> Attachments: PHOENIX-4788.patch
>
>
> HBase-2.0 shell doesn't work if phoenix-server.jar is in classpath
> {code:java}
> RuntimeError: Can't load hbase shell command: list_snapshots. Error: Java 
> method not found: 
> org.joda.time.DateTime.compareTo(org.joda.time.ReadableInstant)
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1406:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:1405:in 
> `'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/date.rb:229:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:1:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/time.rb:3:in `'
> org/jruby/RubyKernel.java:956:in `require'
> uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:55:in
>  `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:41:in
>  `load_command'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:66:in
>  `block in load_command_group'
> org/jruby/RubyArray.java:1735:in `each'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:1:in
>  `(root)'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell/commands/list_snapshots.rb:19:in
>  `'
> org/jruby/RubyKernel.java:956:in `require'
> /Users/asinghal/git/hortonworks/hbase/hbase-shell/src/main/ruby/shell.rb:1:in 
> `(root)'{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (PHOENIX-4787) Upgrade spark version to 2.3.0

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal resolved PHOENIX-4787.

Resolution: Fixed

Pushed to 5.x branch

> Upgrade spark version to 2.3.0
> --
>
> Key: PHOENIX-4787
> URL: https://issues.apache.org/jira/browse/PHOENIX-4787
> Project: Phoenix
>  Issue Type: Improvement
>Affects Versions: 5.0.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (PHOENIX-4787) Upgrade spark version to 2.3.0

2018-06-22 Thread Ankit Singhal (JIRA)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-4787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ankit Singhal updated PHOENIX-4787:
---
Attachment: (was: PHOENIX-4787.patch)

> Upgrade spark version to 2.3.0
> --
>
> Key: PHOENIX-4787
> URL: https://issues.apache.org/jira/browse/PHOENIX-4787
> Project: Phoenix
>  Issue Type: Improvement
>Affects Versions: 5.0.0
>Reporter: Ankit Singhal
>Assignee: Ankit Singhal
>Priority: Major
> Fix For: 5.0.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: [ANNOUNCE] New Phoenix committer: Ohad Shacham

2018-06-22 Thread Ankit Singhal
Congrats Ohad!!

Regards,
Ankit Singhal


On Fri, Jun 22, 2018 at 6:30 AM rajeshb...@apache.org <
chrajeshbab...@gmail.com> wrote:

> Congratulations Ohad!!
>
> On Thu, Jun 21, 2018 at 6:52 PM, Andrew Purtell  >
> wrote:
>
> > Congratulations and welcome, Ohad!
> >
> >
> > > On Jun 11, 2018, at 7:09 PM, James Taylor 
> > wrote:
> > >
> > > On behalf of the Apache Phoenix PMC, I'm please to announce that Ohad
> > > Shacham has accepted our invitation to become a committer. He's been
> > > diligently working on integrating the Apache Omid transaction engine
> [1]
> > > with Phoenix, both by enhancing Omid and by generalizing the
> transaction
> > > interface in Phoenix [2].
> > >
> > > Please give Ohad a warm welcome to the team!
> > >
> > >James
> > >
> > > [1] https://omid.incubator.apache.org/
> > > [2]
> > > https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=
> > shortlog;h=refs/heads/omid2
> >
> >
>


Re: [ANNOUNCE] New Phoenix PMC member: Pedro Boado

2018-06-22 Thread Ankit Singhal
Congrats Pedro!!

Regards,
Ankit Singhal


On Fri, Jun 22, 2018 at 6:29 AM rajeshb...@apache.org <
chrajeshbab...@gmail.com> wrote:

> Congratulations, Pedro!!
>
> On Thu, Jun 21, 2018 at 6:53 PM, Andrew Purtell  >
> wrote:
>
> > Congratulations, Pedro!
> >
> >
> > > On Jun 11, 2018, at 7:15 PM, James Taylor 
> > wrote:
> > >
> > > On behalf of the Apache Phoenix PMC, I'm please to announce that Pedro
> > > Boado has accepted our invitation to join the PMC. He's been the force
> > > behind our recent support for CDH (and the reason we have support not
> > only
> > > for CDH 5.11 in our 4.14 release, but 5.12, 5.13, and 5.14 as well).
> > >
> > > Please congratulate Pedro on the excellent work he's doing.
> > >
> > >James
> >
>


Re: [ANNOUNCE] New Phoenix PMC member: Vincent Poon

2018-06-22 Thread Ankit Singhal
Congrats Vincent!!

Regards,
Ankit Singhal

On Fri, Jun 22, 2018 at 6:30 AM rajeshb...@apache.org <
chrajeshbab...@gmail.com> wrote:

> Congratulations Vincent!!
>
>
> Thanks,
> Rajeshbabu.
>
> On Thu, Jun 21, 2018 at 6:53 PM, Andrew Purtell 
> wrote:
>
> > Congratulations Vincent!
> >
> > Well deserved.
> >
> >
> > > On Jun 11, 2018, at 7:20 PM, James Taylor 
> > wrote:
> > >
> > > On behalf of the Apache Phoenix PMC, I'm please to announce that
> Vincent
> > > Poon has accepted our invitation to join the PMC. He's been focused on
> > > improving the stability and performance of secondary indexing over the
> > last
> > > several releases.
> > >
> > > Please congratulate Vincent on the fantastic job he's doing.
> > >
> > > Thanks,
> > > James
> >
>


Re: [ANNOUNCE] New Phoenix PMC member: Vincent Poon

2018-06-22 Thread rajeshb...@apache.org
Congratulations Vincent!!


Thanks,
Rajeshbabu.

On Thu, Jun 21, 2018 at 6:53 PM, Andrew Purtell 
wrote:

> Congratulations Vincent!
>
> Well deserved.
>
>
> > On Jun 11, 2018, at 7:20 PM, James Taylor 
> wrote:
> >
> > On behalf of the Apache Phoenix PMC, I'm please to announce that Vincent
> > Poon has accepted our invitation to join the PMC. He's been focused on
> > improving the stability and performance of secondary indexing over the
> last
> > several releases.
> >
> > Please congratulate Vincent on the fantastic job he's doing.
> >
> > Thanks,
> > James
>


Re: [ANNOUNCE] New Phoenix committer: Ohad Shacham

2018-06-22 Thread rajeshb...@apache.org
Congratulations Ohad!!

On Thu, Jun 21, 2018 at 6:52 PM, Andrew Purtell 
wrote:

> Congratulations and welcome, Ohad!
>
>
> > On Jun 11, 2018, at 7:09 PM, James Taylor 
> wrote:
> >
> > On behalf of the Apache Phoenix PMC, I'm please to announce that Ohad
> > Shacham has accepted our invitation to become a committer. He's been
> > diligently working on integrating the Apache Omid transaction engine [1]
> > with Phoenix, both by enhancing Omid and by generalizing the transaction
> > interface in Phoenix [2].
> >
> > Please give Ohad a warm welcome to the team!
> >
> >James
> >
> > [1] https://omid.incubator.apache.org/
> > [2]
> > https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=
> shortlog;h=refs/heads/omid2
>
>


Re: [ANNOUNCE] New Phoenix PMC member: Pedro Boado

2018-06-22 Thread rajeshb...@apache.org
Congratulations, Pedro!!

On Thu, Jun 21, 2018 at 6:53 PM, Andrew Purtell 
wrote:

> Congratulations, Pedro!
>
>
> > On Jun 11, 2018, at 7:15 PM, James Taylor 
> wrote:
> >
> > On behalf of the Apache Phoenix PMC, I'm please to announce that Pedro
> > Boado has accepted our invitation to join the PMC. He's been the force
> > behind our recent support for CDH (and the reason we have support not
> only
> > for CDH 5.11 in our 4.14 release, but 5.12, 5.13, and 5.14 as well).
> >
> > Please congratulate Pedro on the excellent work he's doing.
> >
> >James
>


Re: [ANNOUNCE] New Phoenix committer: Ohad Shacham

2018-06-22 Thread Andrew Purtell
Congratulations and welcome, Ohad!


> On Jun 11, 2018, at 7:09 PM, James Taylor  wrote:
> 
> On behalf of the Apache Phoenix PMC, I'm please to announce that Ohad
> Shacham has accepted our invitation to become a committer. He's been
> diligently working on integrating the Apache Omid transaction engine [1]
> with Phoenix, both by enhancing Omid and by generalizing the transaction
> interface in Phoenix [2].
> 
> Please give Ohad a warm welcome to the team!
> 
>James
> 
> [1] https://omid.incubator.apache.org/
> [2]
> https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/omid2



Re: [ANNOUNCE] New Phoenix PMC member: Pedro Boado

2018-06-22 Thread Andrew Purtell
Congratulations, Pedro!


> On Jun 11, 2018, at 7:15 PM, James Taylor  wrote:
> 
> On behalf of the Apache Phoenix PMC, I'm please to announce that Pedro
> Boado has accepted our invitation to join the PMC. He's been the force
> behind our recent support for CDH (and the reason we have support not only
> for CDH 5.11 in our 4.14 release, but 5.12, 5.13, and 5.14 as well).
> 
> Please congratulate Pedro on the excellent work he's doing.
> 
>James