[jira] [Updated] (PHOENIX-6101) Avoid duplicate work between local and global indexes

2020-08-24 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6101: --- Description: When there are only local indexes there is still (even after parent) a lot of

[jira] [Updated] (PHOENIX-6101) Avoid duplicate work between local and global indexes

2020-08-24 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6101: --- Attachment: 6101-master.txt > Avoid duplicate work between local and global indexes >

[jira] [Resolved] (PHOENIX-6097) Improve LOCAL index consistency tests

2020-08-24 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl resolved PHOENIX-6097. Resolution: Fixed > Improve LOCAL index consistency tests >

[jira] [Created] (PHOENIX-6101) Avoid duplicate work between local and global indexes

2020-08-24 Thread Lars Hofhansl (Jira)
Lars Hofhansl created PHOENIX-6101: -- Summary: Avoid duplicate work between local and global indexes Key: PHOENIX-6101 URL: https://issues.apache.org/jira/browse/PHOENIX-6101 Project: Phoenix

Re: [DISCUSS] EOL support for HBase 1.3

2020-08-24 Thread Ankit Singhal
+1 for planning EOL support for HBase 1.3, but can we do it after 4.16 release? I feel it because of the following reasons:- (including user ) * It will be an advance notice to the users who have been waiting for fixes in 4.16 release for a long time but are on HBase-1.3. * As work is

[jira] [Updated] (PHOENIX-6069) We should check that the parent table key is in the region in the MetaDataEndpointImpl.dropTable code

2020-08-24 Thread Chinmay Kulkarni (Jira)

[jira] [Updated] (PHOENIX-6069) We should check that the parent table key is in the region in the MetaDataEndpointImpl.dropTable code

2020-08-24 Thread Chinmay Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinmay Kulkarni updated PHOENIX-6069: -- Attachment: (was: PHOENIX-6069-4.x-v1.patch) > We should check that the parent

[jira] [Updated] (PHOENIX-6069) We should check that the parent table key is in the region in the MetaDataEndpointImpl.dropTable code

2020-08-24 Thread Chinmay Kulkarni (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinmay Kulkarni updated PHOENIX-6069: -- Attachment: (was: PHOENIX-6069-4.x.patch) > We should check that the parent

[DISCUSS] EOL support for HBase 1.3

2020-08-24 Thread Geoffrey Jacoby
The HBase community has just unanimously EOLed HBase 1.3. As I recall, 1.3 has some significant differences with 1.4+ that we have to workaround via compatibility shim, particularly with metrics and changes to the HBase Scan API. (In particular, the scan API changes are difficult to handle even

[jira] [Updated] (PHOENIX-6097) Improve LOCAL index consistency tests

2020-08-24 Thread Lars Hofhansl (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated PHOENIX-6097: --- Fix Version/s: 4.16.0 5.1.0 > Improve LOCAL index consistency tests >

[jira] [Resolved] (PHOENIX-6100) Update HBase-two version in phoenix connectors according to PHOENIX-6028

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth resolved PHOENIX-6100. -- Fix Version/s: connectors-6.0.0 Resolution: Fixed Committed. Thanks for the fix

[jira] [Updated] (PHOENIX-6100) Update HBase-two version in phoenix connectors according to PHOENIX-6028

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6100: - Component/s: connectors Affects Version/s: connectors-6.0.0 > Update HBase-two

[jira] [Updated] (PHOENIX-6091) Calling MetaDataProtocol.getVersion() on a 4.16 timestamp gives version as 4.15.x

2020-08-24 Thread Richard Antal (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Antal updated PHOENIX-6091: --- Attachment: PHOENIX-6091.4.x.v1.patch > Calling MetaDataProtocol.getVersion() on a 4.16

[jira] [Created] (PHOENIX-6100) Update HBase-two version in phoenix connectors according to PHOENIX-6028

2020-08-24 Thread Richard Antal (Jira)
Richard Antal created PHOENIX-6100: -- Summary: Update HBase-two version in phoenix connectors according to PHOENIX-6028 Key: PHOENIX-6100 URL: https://issues.apache.org/jira/browse/PHOENIX-6100

[jira] [Updated] (PHOENIX-6099) PHOENIX-5881 uses apache commons logging and breaks mvn verify

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6099: - Priority: Blocker (was: Major) > PHOENIX-5881 uses apache commons logging and breaks mvn

[jira] [Updated] (PHOENIX-6099) PHOENIX-5881 uses apache commons logging and breaks mvn verify

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6099: - Description: PHOENIX-5881 imports apache commons logging, which we have replaced with SLF4J

[jira] [Created] (PHOENIX-6099) PHOENIX-5881 uses apache commons logging and breaks mvn verify

2020-08-24 Thread Istvan Toth (Jira)
Istvan Toth created PHOENIX-6099: Summary: PHOENIX-5881 uses apache commons logging and breaks mvn verify Key: PHOENIX-6099 URL: https://issues.apache.org/jira/browse/PHOENIX-6099 Project: Phoenix

[jira] [Updated] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6056: - Priority: Critical (was: Blocker) > Migrate from builds.apache.org by August 15 >

[jira] [Updated] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6056: - Attachment: (was: PHOENIX-6056.master.v3.patch) > Migrate from builds.apache.org by August

[jira] [Updated] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6056: - Attachment: PHOENIX-6056.master.v3.patch > Migrate from builds.apache.org by August 15 >

[jira] [Updated] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6056: - Attachment: (was: PHOENIX-6056.master.v3.patch) > Migrate from builds.apache.org by August

[jira] [Reopened] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth reopened PHOENIX-6056: -- Reopening to test changes to Precommit script   > Migrate from builds.apache.org by August 15

[jira] [Updated] (PHOENIX-6056) Migrate from builds.apache.org by August 15

2020-08-24 Thread Istvan Toth (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Istvan Toth updated PHOENIX-6056: - Attachment: PHOENIX-6056.master.v3.patch > Migrate from builds.apache.org by August 15 >

[jira] [Created] (PHOENIX-6098) IndexPredicateAnalyzer wrongly handles pushdown predicates and residual predicates

2020-08-24 Thread Toshihiro Suzuki (Jira)
Toshihiro Suzuki created PHOENIX-6098: - Summary: IndexPredicateAnalyzer wrongly handles pushdown predicates and residual predicates Key: PHOENIX-6098 URL: https://issues.apache.org/jira/browse/PHOENIX-6098

[jira] [Updated] (PHOENIX-6050) Set properties is invalid in client

2020-08-24 Thread Chao Wang (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-6050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chao Wang updated PHOENIX-6050: --- Attachment: PHOENIX-6050-4.13-HBase-1.3.patch > Set properties is invalid in client >