[jira] [Commented] (PHOENIX-2565) Store data for immutable tables in single KeyValue

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15499819#comment-15499819 ] James Taylor commented on PHOENIX-2565: --- Thanks for the patch, [~tdsilva]! Feel free to commit it

[jira] [Updated] (PHOENIX-2565) Store data for immutable tables in single KeyValue

2016-09-17 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-2565: Attachment: PHOENIX-2565.patch [~jamestaylor] [~samarthjain] I have attached a patch.

[jira] [Updated] (PHOENIX-3293) Create separate test categories for stats enabled and disabled

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3293: -- Attachment: PHOENIX-3293.patch > Create separate test categories for stats enabled and

[jira] [Created] (PHOENIX-3293) Create separate test categories for stats enabled and disabled

2016-09-17 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3293: - Summary: Create separate test categories for stats enabled and disabled Key: PHOENIX-3293 URL: https://issues.apache.org/jira/browse/PHOENIX-3293 Project: Phoenix

[jira] [Updated] (PHOENIX-3293) Create separate test categories for stats enabled and disabled

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3293: -- Issue Type: Sub-task (was: Bug) Parent: PHOENIX-3181 > Create separate test

Re: I want to provide a module that provides the unshaded version of the jdbc client.

2016-09-17 Thread Marco Villalobos
My recommendations are this: Provide an artifact called phoenix-client-shaded that is a shaded a jar. Refactor the current phoenix-client-shaded into a plain ordinary maven project in which any standard based JSR api (such as servlet, xml) are provided scope. The rest of the dependencies are

[jira] [Commented] (PHOENIX-3291) Do not throw return value of Throwables#propagate call

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

[jira] [Commented] (PHOENIX-3290) Move and/or combine as many NeedsOwnCluster tests to bring down test run time

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

[jira] [Updated] (PHOENIX-3290) Move and/or combine as many NeedsOwnCluster tests to bring down test run time

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3290: -- Attachment: PHOENIX-3290_v7.patch > Move and/or combine as many NeedsOwnCluster tests to

[jira] [Updated] (PHOENIX-3290) Move and/or combine as many NeedsOwnCluster tests to bring down test run time

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3290: -- Attachment: PHOENIX-3290_v6.patch Final patch > Move and/or combine as many NeedsOwnCluster

[jira] [Commented] (PHOENIX-3292) Attempt to delete rows in immutable table fails if it has local index

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15498380#comment-15498380 ] James Taylor commented on PHOENIX-3292: --- If it's an easy fix, it'd be good to get this into 4.8.1,

[jira] [Created] (PHOENIX-3292) Attempt to delete rows in immutable table fails if it has local index

2016-09-17 Thread James Taylor (JIRA)
James Taylor created PHOENIX-3292: - Summary: Attempt to delete rows in immutable table fails if it has local index Key: PHOENIX-3292 URL: https://issues.apache.org/jira/browse/PHOENIX-3292 Project:

[jira] [Commented] (PHOENIX-3291) Do not throw return value of Throwables#propagate call

2016-09-17 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15498278#comment-15498278 ] James Taylor commented on PHOENIX-3291: --- [~samarthjain] - simple patch - would you mind reviewing?