[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16194130#comment-16194130 ] James Taylor commented on PHOENIX-4229: --- The system catalog is a single table so that it can be

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16194076#comment-16194076 ] Thomas D'Silva commented on PHOENIX-4229: - [~gjacoby] You are right, you should use

[jira] [Commented] (PHOENIX-4277) Treat delete markers consistently with puts for point-in-time scans

2017-10-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16194062#comment-16194062 ] Hadoop QA commented on PHOENIX-4277: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Commented] (PHOENIX-4242) Fix Indexer post-compact hook logging of NPE and TableNotFound

2017-10-05 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16194031#comment-16194031 ] Hadoop QA commented on PHOENIX-4242: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Updated] (PHOENIX-4277) Treat delete markers consistently with puts for point-in-time scans

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4277: -- Attachment: PHOENIX-4277_wip.patch Here's a quick patch, [~vincentpoon]. It successfully

[jira] [Comment Edited] (PHOENIX-4277) Treat delete markers consistently with puts for point-in-time scans

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193400#comment-16193400 ] James Taylor edited comment on PHOENIX-4277 at 10/6/17 1:20 AM:

[jira] [Commented] (PHOENIX-4242) Fix Indexer post-compact hook logging of NPE and TableNotFound

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16194004#comment-16194004 ] James Taylor commented on PHOENIX-4242: --- bq. I think the reason might be because we're creating

[jira] [Commented] (PHOENIX-4242) Fix Indexer post-compact hook logging of NPE and TableNotFound

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193992#comment-16193992 ] James Taylor commented on PHOENIX-4242: --- +1. That seems like the right fix IMHO. > Fix Indexer

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193980#comment-16193980 ] James Taylor commented on PHOENIX-4229: --- bq. For each Cell, I need to make an independent

[jira] [Updated] (PHOENIX-4242) Fix Indexer post-compact hook logging of NPE and TableNotFound

2017-10-05 Thread Vincent Poon (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vincent Poon updated PHOENIX-4242: -- Attachment: PHOENIX-4747.v1.master.patch [~jamestaylor] PhoenixRuntime#getTableNoCache()

[jira] [Comment Edited] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193839#comment-16193839 ] Thomas D'Silva edited comment on PHOENIX-4229 at 10/5/17 10:28 PM: ---

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193839#comment-16193839 ] Thomas D'Silva commented on PHOENIX-4229: - The child to parent link uses LinkType.PARENT_TABLE

[jira] [Commented] (PHOENIX-4198) Remove the need for users to have access to the Phoenix SYSTEM tables to create tables

2017-10-05 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193663#comment-16193663 ] Thomas D'Silva commented on PHOENIX-4198: - I'm not sure we should require that a user who

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193593#comment-16193593 ] Geoffrey Jacoby commented on PHOENIX-4229: -- Thanks, [~jamestaylor], that's really helpful.

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193525#comment-16193525 ] James Taylor commented on PHOENIX-4229: --- The way to interpret the row key of the SYSTEM.CATALOG

[jira] [Comment Edited] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193405#comment-16193405 ] Geoffrey Jacoby edited comment on PHOENIX-4229 at 10/5/17 6:39 PM: ---

[jira] [Commented] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193405#comment-16193405 ] Geoffrey Jacoby commented on PHOENIX-4229: -- [~jamestaylor] (or [~tdsilva]) - could you be more

[jira] [Updated] (PHOENIX-4277) Treat delete markers consistently with puts for point-in-time scans

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4277: -- Summary: Treat delete markers consistently with puts for point-in-time scans (was: Treat

[jira] [Commented] (PHOENIX-4277) Use raw scans for IndexScrutinyTool

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193400#comment-16193400 ] James Taylor commented on PHOENIX-4277: --- [~vincentpoon] - after further discussion, another easier

[jira] [Updated] (PHOENIX-4277) Treat delete markers consistent with puts for point-in-time scans

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4277: -- Summary: Treat delete markers consistent with puts for point-in-time scans (was: Use raw

[jira] [Assigned] (PHOENIX-4229) Parent-Child linking rows in System.Catalog break tenant view replication

2017-10-05 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby reassigned PHOENIX-4229: Assignee: Geoffrey Jacoby > Parent-Child linking rows in System.Catalog break

[jira] [Commented] (PHOENIX-4242) Fix Indexer post-compact hook logging of NPE and TableNotFound

2017-10-05 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16193232#comment-16193232 ] James Taylor commented on PHOENIX-4242: --- We special case system tables in update cache because we

[jira] [Updated] (PHOENIX-4237) Allow sorting on (Java) collation keys for non-English locales

2017-10-05 Thread Shehzaad Nakhoda (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shehzaad Nakhoda updated PHOENIX-4237: -- Fix Version/s: 4.12.0 > Allow sorting on (Java) collation keys for non-English

[jira] [Commented] (PHOENIX-4237) Allow sorting on (Java) collation keys for non-English locales

2017-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16192500#comment-16192500 ] ASF GitHub Bot commented on PHOENIX-4237: - GitHub user shehzaadn opened a pull request:

[GitHub] phoenix pull request #275: PHOENIX-4237: Add function to calculate Java coll...

2017-10-05 Thread shehzaadn
GitHub user shehzaadn opened a pull request: https://github.com/apache/phoenix/pull/275 PHOENIX-4237: Add function to calculate Java collation keys Here we implement a generalized solution for calculating Java collation keys by creating Java collators based on a user locale. These