[jira] [Assigned] (PHOENIX-4949) IndexTool - updateIndexState called too many times unnecessarily

2018-10-04 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby reassigned PHOENIX-4949: Assignee: Geoffrey Jacoby > IndexTool - updateIndexState called too many times

[jira] [Updated] (PHOENIX-4944) Ensure timeouts are configured low for RPCs to commit table

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4944: -- Issue Type: Bug (was: Sub-task) Parent: (was: PHOENIX-3623) > Ensure timeouts

[jira] [Updated] (PHOENIX-4731) Make running transactional unit tests for a given provider optional

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4731: -- Attachment: (was: PHOENIX-4731_v2-4.x-HBase-1.3.patch) > Make running transactional unit

[jira] [Updated] (PHOENIX-4731) Make running transactional unit tests for a given provider optional

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4731: -- Attachment: PHOENIX-4731_v2-4.x-HBase-1.3.patch > Make running transactional unit tests for

[jira] [Updated] (PHOENIX-4855) Continue to write base table column metadata when creating a view in order to support rollback

2018-10-04 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4855: Attachment: PHOENIX-4855-4.x-HBase-1.3-v2.patch > Continue to write base table column

[jira] [Updated] (PHOENIX-3955) Ensure KEEP_DELETED_CELLS, REPLICATION_SCOPE, and TTL properties stay in sync between the physical data table and index tables

2018-10-04 Thread Chinmay Kulkarni (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinmay Kulkarni updated PHOENIX-3955: -- Attachment: PHOENIX-3955-4.x-HBase-1.3.patch > Ensure KEEP_DELETED_CELLS,

[jira] [Created] (PHOENIX-4952) IndexScrutinyTool does not output metadata for background jobs

2018-10-04 Thread Vincent Poon (JIRA)
Vincent Poon created PHOENIX-4952: - Summary: IndexScrutinyTool does not output metadata for background jobs Key: PHOENIX-4952 URL: https://issues.apache.org/jira/browse/PHOENIX-4952 Project: Phoenix

[jira] [Updated] (PHOENIX-4949) IndexTool - updateIndexState called too many times unnecessarily

2018-10-04 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby updated PHOENIX-4949: - Attachment: PHOENIX-4949.patch > IndexTool - updateIndexState called too many times

[jira] [Created] (PHOENIX-4951) Rename viewIndexType to viewIndexIdType in PTableImpl

2018-10-04 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-4951: --- Summary: Rename viewIndexType to viewIndexIdType in PTableImpl Key: PHOENIX-4951 URL: https://issues.apache.org/jira/browse/PHOENIX-4951 Project: Phoenix

[jira] [Updated] (PHOENIX-4942) Move MetaDataEndpointImplTest to integration test

2018-10-04 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-4942: Issue Type: Sub-task (was: Bug) Parent: PHOENIX-3534 > Move

[jira] [Created] (PHOENIX-4954) RowCounter logic for DefaultStatisticsCollector is incorrect for tables with multiple CF

2018-10-04 Thread Karan Mehta (JIRA)
Karan Mehta created PHOENIX-4954: Summary: RowCounter logic for DefaultStatisticsCollector is incorrect for tables with multiple CF Key: PHOENIX-4954 URL: https://issues.apache.org/jira/browse/PHOENIX-4954

[jira] [Created] (PHOENIX-4953) DefaultStatisticsCollector fails to capture the last guidepost of every region

2018-10-04 Thread Karan Mehta (JIRA)
Karan Mehta created PHOENIX-4953: Summary: DefaultStatisticsCollector fails to capture the last guidepost of every region Key: PHOENIX-4953 URL: https://issues.apache.org/jira/browse/PHOENIX-4953

[jira] [Updated] (PHOENIX-4953) DefaultStatisticsCollector fails to capture the last guidepost of every region

2018-10-04 Thread Karan Mehta (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karan Mehta updated PHOENIX-4953: - Description: The issue was found during a sanity test run when the count of all rows from all

[jira] [Updated] (PHOENIX-4731) Make running transactional unit tests for a given provider optional

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4731: -- Attachment: PHOENIX-4731_v3-4.x-HBase-1.3.patch > Make running transactional unit tests for

Java 1.8 dependencies in 4.x?

2018-10-04 Thread James Taylor
I'm not able to compile 4.x-HBase-1.3 in Eclipse because the pom specifies Java 1.7 but there are Java 1.8 dependencies with java.util.Base64. Anyone else seeing this? IMHO, we should stick with 1.7 for 4.x if that's what HBase supports. Thanks, James

[jira] [Resolved] (PHOENIX-4943) Write Omid shadow cells when building global index synchronous

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-4943. --- Resolution: Fixed > Write Omid shadow cells when building global index synchronous >

[jira] [Updated] (PHOENIX-4731) Make running transactional unit tests for a given provider optional

2018-10-04 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-4731: -- Attachment: PHOENIX-4731_v2-4.x-HBase-1.3.patch > Make running transactional unit tests for