[jira] [Updated] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Sneha Kanekar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sneha Kanekar updated PHOENIX-3769: --- Attachment: (was: PHOENIX-3769.patch) > OnDuplicateKeyIT#testNewAndMultiDifferentUpdateO

[jira] [Updated] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Sneha Kanekar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sneha Kanekar updated PHOENIX-3769: --- Attachment: PHOENIX-3769.patch Sure [~elserj]. I have attached the patch with required chang

[GitHub] phoenix pull request #266: PHOENIX-3769 - Fix OnDuplicateKeyIT failure on pp...

2017-08-07 Thread snehakpersistent
Github user snehakpersistent closed the pull request at: https://github.com/apache/phoenix/pull/266 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[jira] [Commented] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116170#comment-16116170 ] ASF GitHub Bot commented on PHOENIX-3769: - Github user snehakpersistent closed t

[jira] [Created] (PHOENIX-4069) When use row timestamp table,upsert failed after delete the same row.

2017-08-07 Thread tian.yang (JIRA)
tian.yang created PHOENIX-4069: -- Summary: When use row timestamp table,upsert failed after delete the same row. Key: PHOENIX-4069 URL: https://issues.apache.org/jira/browse/PHOENIX-4069 Project: Phoenix

[jira] [Commented] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116319#comment-16116319 ] Hadoop QA commented on PHOENIX-3769: {color:red}-1 overall{color}. Here are the res

[jira] [Updated] (PHOENIX-4069) When use row timestamp table,del row1 by 'delete from table' , then upsert row1 into the table again get failed.

2017-08-07 Thread tian.yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tian.yang updated PHOENIX-4069: --- Description: 0: jdbc:phoenix:> CREATE TABLE IF NOT EXISTS T1( . . . . . . . . > C_DAY BIGINT NOT NU

[jira] [Updated] (PHOENIX-4069) When use row timestamp table,del row1 by 'delete from table' , and I get failed by upsert row1 into the table.

2017-08-07 Thread tian.yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] tian.yang updated PHOENIX-4069: --- Description: 0: jdbc:phoenix:> CREATE TABLE IF NOT EXISTS T1( . . . . . . . . > C_DAY BIGINT NOT NUL

[jira] [Commented] (PHOENIX-3721) CSV bulk load doesn't work well with SYSTEM.MUTEX

2017-08-07 Thread Jepson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116474#comment-16116474 ] Jepson commented on PHOENIX-3721: - me to.In distributed mode the error is coming > CSV

[GitHub] phoenix issue #236: PHOENIX-3654 Load Balancer for thin client

2017-08-07 Thread joshelser
Github user joshelser commented on the issue: https://github.com/apache/phoenix/pull/236 Thanks for the fixes in f042ca0, @rahulsIOT. Github is telling me that you have some conflicts that need resolving. If you can do that and file the JIRA case about firming up the ACL suppo

[jira] [Commented] (PHOENIX-3654) Load Balancer for thin client

2017-08-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116706#comment-16116706 ] ASF GitHub Bot commented on PHOENIX-3654: - Github user joshelser commented on th

[jira] [Resolved] (PHOENIX-4063) Partial Index Rebuilder must replay only latest cell at same timestamp

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4063. --- Resolution: Not A Problem This turns out to not be an issue. Replaying from latest to oldest

[jira] [Created] (PHOENIX-4070) Delete row should mask upserts at same timestamp

2017-08-07 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4070: - Summary: Delete row should mask upserts at same timestamp Key: PHOENIX-4070 URL: https://issues.apache.org/jira/browse/PHOENIX-4070 Project: Phoenix Issue

[jira] [Updated] (PHOENIX-4070) Delete row should mask upserts at same timestamp

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4070: -- Fix Version/s: 4.11.1 4.12.0 > Delete row should mask upserts at same times

[jira] [Updated] (PHOENIX-4070) Delete row should mask upserts at same timestamp

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4070: -- Attachment: PHOENIX-4070_v1.patch Please review, [~tdsilva], [~vincentpoon], or [~samarthjain]

[jira] [Created] (PHOENIX-4071) PDataType.compareTo(Object,Object,PDataType) does not handle null values

2017-08-07 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4071: - Summary: PDataType.compareTo(Object,Object,PDataType) does not handle null values Key: PHOENIX-4071 URL: https://issues.apache.org/jira/browse/PHOENIX-4071 Project:

[jira] [Created] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4072: - Summary: Prevent NPE for PreparedStatement.setObject of null Key: PHOENIX-4072 URL: https://issues.apache.org/jira/browse/PHOENIX-4072 Project: Phoenix Iss

[jira] [Updated] (PHOENIX-4071) PDataType.compareTo(Object,Object,PDataType) does not handle null values

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4071: -- Attachment: PHOENIX-4071.patch Please review, [~tdsilva]. > PDataType.compareTo(Object,Object

[jira] [Assigned] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reassigned PHOENIX-4072: - Assignee: James Taylor > Prevent NPE for PreparedStatement.setObject of null >

[jira] [Updated] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4072: -- Fix Version/s: 4.12.0 > Prevent NPE for PreparedStatement.setObject of null >

[jira] [Updated] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4072: -- Attachment: PHOENIX-4072.patch Please review, [~tdsilva]. > Prevent NPE for PreparedStatement

[jira] [Created] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread James Taylor (JIRA)
James Taylor created PHOENIX-4073: - Summary: Disallow operations on a closed Connection Key: PHOENIX-4073 URL: https://issues.apache.org/jira/browse/PHOENIX-4073 Project: Phoenix Issue Type:

[jira] [Updated] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4073: -- Attachment: PHOENIX-4073.patch Fix, plus updates to the offending unit tests. > Disallow oper

[jira] [Updated] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-3769: Fix Version/s: 4.12.0 > OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc

[jira] [Commented] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117192#comment-16117192 ] Josh Elser commented on PHOENIX-3769: - LGTM Will try to get this committed. > OnDu

[jira] [Updated] (PHOENIX-3998) Tracing Documentation (PHOENIX-3752)

2017-08-07 Thread Karan Mehta (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karan Mehta updated PHOENIX-3998: - Attachment: PHOENIX-3998.001.diff [~jamestaylor] [~samarthjain] Please review the doc. > Traci

[jira] [Assigned] (PHOENIX-3769) OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le

2017-08-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser reassigned PHOENIX-3769: --- Assignee: Sneha Kanekar > OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fai

[jira] [Commented] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117280#comment-16117280 ] Hadoop QA commented on PHOENIX-4073: {color:red}-1 overall{color}. Here are the res

[jira] [Updated] (PHOENIX-3769) Use length from correct byte array in PhoenixIndexBuilder

2017-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated PHOENIX-3769: Summary: Use length from correct byte array in PhoenixIndexBuilder (was: OnDuplicateKeyIT

[jira] [Commented] (PHOENIX-3769) Use length from correct byte array in PhoenixIndexBuilder

2017-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117331#comment-16117331 ] Andrew Purtell commented on PHOENIX-3769: - This was committed with description o

[jira] [Commented] (PHOENIX-3769) Use length from correct byte array in PhoenixIndexBuilder

2017-08-07 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117337#comment-16117337 ] Josh Elser commented on PHOENIX-3769: - Thanks, [~apurtell]. I thought it better to g

[jira] [Commented] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117400#comment-16117400 ] Hadoop QA commented on PHOENIX-4072: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-3769) Use length from correct byte array in PhoenixIndexBuilder

2017-08-07 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117459#comment-16117459 ] Andrew Purtell commented on PHOENIX-3769: - Thanks [~elserj] and the new commit m

[jira] [Commented] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117578#comment-16117578 ] James Taylor commented on PHOENIX-4073: --- Ping [~samarthjain]. > Disallow operatio

[jira] [Commented] (PHOENIX-4071) PDataType.compareTo(Object,Object,PDataType) does not handle null values

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117580#comment-16117580 ] James Taylor commented on PHOENIX-4071: --- Ping [~samarthjain]. > PDataType.compare

[jira] [Commented] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117576#comment-16117576 ] James Taylor commented on PHOENIX-4072: --- Ping [~samarthjain]. > Prevent NPE for P

[jira] [Created] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-4074: - Summary: Race condition in LazyValueGetter Key: PHOENIX-4074 URL: https://issues.apache.org/jira/browse/PHOENIX-4074 Project: Phoenix Issue Type: Bug

[jira] [Updated] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-4074: -- Description: There is a race condition between acquiring the lock and the values map being in

[jira] [Updated] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-4074: -- Attachment: PHOENIX-4074.patch [~jamestaylor], please review. > Race condition in LazyValueGe

[jira] [Comment Edited] (PHOENIX-418) Support approximate COUNT DISTINCT

2017-08-07 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115955#comment-16115955 ] Ethan Wang edited comment on PHOENIX-418 at 8/8/17 12:13 AM: -

[jira] [Commented] (PHOENIX-4070) Delete row should mask upserts at same timestamp

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117616#comment-16117616 ] Samarth Jain commented on PHOENIX-4070: --- Excellent tests, [~jamestaylor]. Patch lo

[jira] [Commented] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117623#comment-16117623 ] Samarth Jain commented on PHOENIX-4073: --- [~jamestaylor], the test failures reporte

[jira] [Commented] (PHOENIX-4071) PDataType.compareTo(Object,Object,PDataType) does not handle null values

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117624#comment-16117624 ] Samarth Jain commented on PHOENIX-4071: --- +1 > PDataType.compareTo(Object,Object,P

[jira] [Commented] (PHOENIX-4072) Prevent NPE for PreparedStatement.setObject of null

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117626#comment-16117626 ] Samarth Jain commented on PHOENIX-4072: --- +1 > Prevent NPE for PreparedStatement.s

[jira] [Commented] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117690#comment-16117690 ] James Taylor commented on PHOENIX-4073: --- Thanks, [~samarthjain]. Will fix related

[jira] [Commented] (PHOENIX-3814) Unable to connect to Phoenix via Spark

2017-08-07 Thread Jepson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117705#comment-16117705 ] Jepson commented on PHOENIX-3814: - [~wkhattak] I add this code in the phoenix, and is ru

[jira] [Updated] (PHOENIX-4073) Disallow operations on a closed Connection

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4073: -- Attachment: PHOENIX-4073_v2.patch Updated, final patch. The fixes in OutOfOrderMutationsIT wil

[jira] [Updated] (PHOENIX-3525) Cap automatic index rebuilding to inactive timestamp

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3525: -- Summary: Cap automatic index rebuilding to inactive timestamp (was: Cap automatic index rebui

[jira] [Updated] (PHOENIX-3525) Cap automatic index rebuilding to inactive timestamp

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3525: -- Attachment: PHOENIX-3525_v1.patch Simplified patch (doesn't change any client APIs): - delays

[jira] [Commented] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117730#comment-16117730 ] James Taylor commented on PHOENIX-4074: --- The code no longer runs against multiple,

[jira] [Updated] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4074: -- Attachment: PHOENIX-4074_v2.patch Rebased your patch on top of mine. Will commit together with

[jira] [Commented] (PHOENIX-3769) Use length from correct byte array in PhoenixIndexBuilder

2017-08-07 Thread Sneha Kanekar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117793#comment-16117793 ] Sneha Kanekar commented on PHOENIX-3769: Thanks [~elserj] and [~apurtell]. > Us

[jira] [Commented] (PHOENIX-3525) Cap automatic index rebuilding to inactive timestamp

2017-08-07 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117814#comment-16117814 ] Hadoop QA commented on PHOENIX-3525: {color:red}-1 overall{color}. Here are the res

[jira] [Commented] (PHOENIX-3525) Cap automatic index rebuilding to inactive timestamp

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117849#comment-16117849 ] Samarth Jain commented on PHOENIX-3525: --- +1 to the patch, [~jamestaylor]. Looks gr

[jira] [Assigned] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor reassigned PHOENIX-4074: - Assignee: Samarth Jain > Race condition in LazyValueGetter > --

[jira] [Resolved] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4074. --- Resolution: Fixed > Race condition in LazyValueGetter > - >

[jira] [Updated] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4074: -- Fix Version/s: 4.12.0 > Race condition in LazyValueGetter > -

[jira] [Commented] (PHOENIX-4074) Race condition in LazyValueGetter

2017-08-07 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117902#comment-16117902 ] Samarth Jain commented on PHOENIX-4074: --- Thanks James! > Race condition in LazyVa

[jira] [Resolved] (PHOENIX-4071) PDataType.compareTo(Object,Object,PDataType) does not handle null values

2017-08-07 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4071. --- Resolution: Fixed Assignee: James Taylor Fix Version/s: 4.12.0 Pushed to mas