[jira] [Commented] (PHOENIX-4384) Phoenix server jar doesn't include icu4j jars

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256630#comment-16256630 ] James Taylor commented on PHOENIX-4384: --- Please commit this to 4.x, master, and 5.x branches and

[GitHub] phoenix pull request #281: PHOENIX-4288 Indexes not used when ordering by pr...

2017-11-17 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/281#discussion_r151623809 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/optimize/QueryOptimizer.java --- @@ -91,8 +91,23 @@ public QueryPlan optimize(PhoenixStatement

[jira] [Updated] (PHOENIX-3991) ROW_TIMESTAMP on TIMESTAMP column type throws ArrayOutOfBound when upserting without providing a value.

2017-11-17 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-3991: - Priority: Major (was: Minor) > ROW_TIMESTAMP on TIMESTAMP column type throws

[jira] [Resolved] (PHOENIX-4369) ArrayIndexOutOfBounds when upserting to table using ROW_TIMESTAMP

2017-11-17 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov resolved PHOENIX-4369. -- Resolution: Duplicate > ArrayIndexOutOfBounds when upserting to table using

[jira] [Commented] (PHOENIX-4288) Indexes not used when ordering by primary key

2017-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256621#comment-16256621 ] ASF GitHub Bot commented on PHOENIX-4288: - Github user JamesRTaylor commented on a diff in the

[jira] [Commented] (PHOENIX-672) Add GRANT and REVOKE commands using HBase AccessController

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256654#comment-16256654 ] James Taylor commented on PHOENIX-672: -- [~tdsilva] - would you have some cycles to review this

[jira] [Commented] (PHOENIX-4369) ArrayIndexOutOfBounds when upserting to table using ROW_TIMESTAMP

2017-11-17 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16256713#comment-16256713 ] Samarth Jain commented on PHOENIX-4369: --- Looked at it briefly. Looks like an issue when the

[jira] [Created] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-4386: --- Summary: Calculate the estimatedSize of MutationState using Map> mutations Key: PHOENIX-4386 URL:

[jira] [Updated] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4386: Attachment: PHOENIX-4386.patch [~jamestaylor] Can you please review? fyi [~lhofhansl] >

[jira] [Commented] (PHOENIX-4361) Remove redundant argument in separateAndValidateProperties in CQSI

2017-11-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257405#comment-16257405 ] Thomas D'Silva commented on PHOENIX-4361: - +1 > Remove redundant argument in

[jira] [Commented] (PHOENIX-3941) Filter regions to scan for local indexes based on data table leading pk filter conditions

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257497#comment-16257497 ] Lars Hofhansl commented on PHOENIX-3941: Let's get this in for 4.14. Without this LOCAL INDEX is

[jira] [Commented] (PHOENIX-4361) Remove redundant argument in separateAndValidateProperties in CQSI

2017-11-17 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257365#comment-16257365 ] Ethan Wang commented on PHOENIX-4361: - +1 > Remove redundant argument in

[jira] [Commented] (PHOENIX-4361) Remove redundant argument in separateAndValidateProperties in CQSI

2017-11-17 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257462#comment-16257462 ] Ethan Wang commented on PHOENIX-4361: - patch applied to: master 4.x-0.98 5.x-2.0 Thanks

[jira] [Resolved] (PHOENIX-4361) Remove redundant argument in separateAndValidateProperties in CQSI

2017-11-17 Thread Ethan Wang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ethan Wang resolved PHOENIX-4361. - Resolution: Fixed > Remove redundant argument in separateAndValidateProperties in CQSI >

[jira] [Updated] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-4360: --- Attachment: 4360.txt Here's a simple patch doing just that. [~jamestaylor], [~apurtell] >

[jira] [Assigned] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl reassigned PHOENIX-4360: -- Assignee: Lars Hofhansl > Prevent System.Catalog from splitting >

[jira] [Comment Edited] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257478#comment-16257478 ] Lars Hofhansl edited comment on PHOENIX-4360 at 11/17/17 7:59 PM: --

[jira] [Commented] (PHOENIX-4288) Indexes not used when ordering by primary key

2017-11-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257939#comment-16257939 ] ASF GitHub Bot commented on PHOENIX-4288: - Github user maryannxue commented on a diff in the

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257942#comment-16257942 ] Lars Hofhansl commented on PHOENIX-4360: Then again. Perhaps it's better to keep the custom

[jira] [Commented] (PHOENIX-4323) LocalIndexes could fail if your data row is not in the same region as your index region

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257979#comment-16257979 ] Lars Hofhansl commented on PHOENIX-4323: [~jamestaylor] above I was suggesting to append the 0

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257928#comment-16257928 ] Lars Hofhansl commented on PHOENIX-4360: You did not look at the patch then ;-) > Prevent

[jira] [Commented] (PHOENIX-4318) Fix IndexHalfStoreFileReader and related classes

2017-11-17 Thread Duo Zhang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257950#comment-16257950 ] Duo Zhang commented on PHOENIX-4318: {quote}

[jira] [Commented] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257940#comment-16257940 ] Lars Hofhansl commented on PHOENIX-4386: Actually with this change I see

[GitHub] phoenix pull request #281: PHOENIX-4288 Indexes not used when ordering by pr...

2017-11-17 Thread maryannxue
Github user maryannxue commented on a diff in the pull request: https://github.com/apache/phoenix/pull/281#discussion_r151829519 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/optimize/QueryOptimizer.java --- @@ -91,8 +91,23 @@ public QueryPlan optimize(PhoenixStatement

[jira] [Commented] (PHOENIX-4149) Tests using TEPHRA transactional tables flap

2017-11-17 Thread Poorna Chandra (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257864#comment-16257864 ] Poorna Chandra commented on PHOENIX-4149: - [~samarthjain] Looks like the transaction client got

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257796#comment-16257796 ] Lars Hofhansl commented on PHOENIX-4360: We can have test, but it we'd just test that HBase

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257805#comment-16257805 ] Andrew Purtell commented on PHOENIX-4360: - bq. Could just use {{DisabledRegionSplitPolicy}} I

[jira] [Commented] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257752#comment-16257752 ] James Taylor commented on PHOENIX-4386: --- +1. Looks great, [~tdsilva]. > Calculate the

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257666#comment-16257666 ] Andrew Purtell commented on PHOENIX-4360: - +1 I see, Phoenix is using a custom policy, not the

[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.11 for CDH 5.11.2

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257749#comment-16257749 ] James Taylor commented on PHOENIX-4372: --- Thanks, [~pboado]. FYI, I've caught the 4.x-HBase-1.2

[jira] [Commented] (PHOENIX-4374) Flakyness with Phoenix 4.13.0 and HBase 1.3.1: RuntimeException: org.apache.phoenix.exception.PhoenixIOException: org.apache.hadoop.hbase.NamespaceNotFoundException:

2017-11-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257783#comment-16257783 ] Thomas D'Silva commented on PHOENIX-4374: - Are you running the tests in parallel? Can you

[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.11 for CDH 5.11.2

2017-11-17 Thread Pedro Boado (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257785#comment-16257785 ] Pedro Boado commented on PHOENIX-4372: -- That's great, I hadn't noticed you changed your mind about

[jira] [Commented] (PHOENIX-4361) Remove redundant argument in separateAndValidateProperties in CQSI

2017-11-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257662#comment-16257662 ] Hudson commented on PHOENIX-4361: - FAILURE: Integrated in Jenkins build Phoenix-master #1876 (See

[jira] [Commented] (PHOENIX-4360) Prevent System.Catalog from splitting

2017-11-17 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257684#comment-16257684 ] Samarth Jain commented on PHOENIX-4360: --- [~lhofhansl] - would be good to also have a test for this

[jira] [Commented] (PHOENIX-4372) Distribution of Apache Phoenix 4.11 for CDH 5.11.2

2017-11-17 Thread Pedro Boado (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257685#comment-16257685 ] Pedro Boado commented on PHOENIX-4372: -- OK, I've just applied all changes but two of the new tests

[jira] [Comment Edited] (PHOENIX-4372) Distribution of Apache Phoenix 4.11 for CDH 5.11.2

2017-11-17 Thread Pedro Boado (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257685#comment-16257685 ] Pedro Boado edited comment on PHOENIX-4372 at 11/17/17 10:26 PM: - OK,

[jira] [Updated] (PHOENIX-4130) Avoid server retries for mutable indexes

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4130: -- Fix Version/s: 4.14.0 > Avoid server retries for mutable indexes >

[jira] [Commented] (PHOENIX-4130) Avoid server retries for mutable indexes

2017-11-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257760#comment-16257760 ] James Taylor commented on PHOENIX-4130: --- [~lhofhansl] - this is another one I think is important

[jira] [Resolved] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva resolved PHOENIX-4386. - Resolution: Fixed > Calculate the estimatedSize of MutationState using Map

[jira] [Resolved] (PHOENIX-4383) Test that estimatedSize is set correctly for MutationState

2017-11-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva resolved PHOENIX-4383. - Resolution: Fixed > Test that estimatedSize is set correctly for MutationState >

[jira] [Updated] (PHOENIX-4372) Distribution of Apache Phoenix 4.13 for CDH 5.11.2

2017-11-17 Thread Pedro Boado (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pedro Boado updated PHOENIX-4372: - Affects Version/s: (was: 4.11.0) 4.13.0 Description:

[jira] [Commented] (PHOENIX-4386) Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations

2017-11-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16257894#comment-16257894 ] Hudson commented on PHOENIX-4386: - SUCCESS: Integrated in Jenkins build Phoenix-master #1878 (See