[jira] [Updated] (PHOENIX-5867) Add support for property overrides in IndexTool

2020-04-22 Thread Abhishek Singh Chouhan (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Singh Chouhan updated PHOENIX-5867: Attachment: PHOENIX-5867-4.x.001.patch > Add support for property

Re: Are we embracing Java 8?

2020-04-22 Thread Ankit Singhal
Just linking a discussion we had one and a half years back on the same [1], considering nothing has changed since then because Java 7 was EOLed in July 2015 and Phoenix 5.0 was also out, it majorly comes to the point of the inconvenience of working on old code style and extra efforts required to

[jira] [Updated] (PHOENIX-5841) When data columns get TTLed, we need inline index validation to publish a metric for this

2020-04-22 Thread Gokcen Iskender (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokcen Iskender updated PHOENIX-5841: - Attachment: PHOENIX-5841.4.x.003.patch > When data columns get TTLed, we need inline

[jira] [Updated] (PHOENIX-5841) When data columns get TTLed, we need inline index validation to publish a metric for this

2020-04-22 Thread Gokcen Iskender (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokcen Iskender updated PHOENIX-5841: - Attachment: PHOENIX-5841.master.003.patch > When data columns get TTLed, we need

[jira] [Updated] (PHOENIX-5867) Add support for property overrides in IndexTool

2020-04-22 Thread Abhishek Singh Chouhan (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Abhishek Singh Chouhan updated PHOENIX-5867: Attachment: PHOENIX-5867-4.x.patch > Add support for property overrides

[jira] [Created] (PHOENIX-5867) Add support for property overrides in IndexTool

2020-04-22 Thread Abhishek Singh Chouhan (Jira)
Abhishek Singh Chouhan created PHOENIX-5867: --- Summary: Add support for property overrides in IndexTool Key: PHOENIX-5867 URL: https://issues.apache.org/jira/browse/PHOENIX-5867 Project:

[jira] [Updated] (PHOENIX-5260) Create new documentation page for UpdateStatisticsTool usage and options

2020-04-22 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Guggilam updated PHOENIX-5260: -- Labels: (was: phoenix-hardening) > Create new documentation page for

[jira] [Updated] (PHOENIX-5805) Verify GlobalClientMetric values and add more testing around various metrics

2020-04-22 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Guggilam updated PHOENIX-5805: -- Priority: Major (was: Blocker) > Verify GlobalClientMetric values and add more

[jira] [Resolved] (PHOENIX-5827) Let PQS act as a maven repo

2020-04-22 Thread Josh Elser (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved PHOENIX-5827. - Resolution: Fixed Thanks for your reviews, Istvan! > Let PQS act as a maven repo >

[jira] [Updated] (PHOENIX-5863) Upsert into view against a table with index throws exception when 4.14.3 client connects to 4.16 server

2020-04-22 Thread Sandeep Guggilam (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sandeep Guggilam updated PHOENIX-5863: -- Description: Steps to reproduce: # Bring up a 4.16 server ( current 4.x branch) #

[jira] [Updated] (PHOENIX-5866) IndexTool verification marks a timestamp column as not matching even though they match

2020-04-22 Thread Gokcen Iskender (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gokcen Iskender updated PHOENIX-5866: - Description: This is a False Negative report from IndexTool verification. The data

[jira] [Created] (PHOENIX-5866) IndexTool verification marks a timestamp column as not matching even though they match

2020-04-22 Thread Gokcen Iskender (Jira)
Gokcen Iskender created PHOENIX-5866: Summary: IndexTool verification marks a timestamp column as not matching even though they match Key: PHOENIX-5866 URL: https://issues.apache.org/jira/browse/PHOENIX-5866

Re: Are we embracing Java 8?

2020-04-22 Thread Andrew Purtell
Yes, a real cluster, ideally a real application. With some stress. Some scale too if it can be managed. > On Apr 22, 2020, at 6:10 AM, Istvan Toth wrote: > > Agreed, making this change only makes sense if we bump the source version, > and also compile Java 8 bytecode, which precludes Java7

[jira] [Updated] (PHOENIX-5865) column that has default value can not be correctly indexed

2020-04-22 Thread junfei liang (Jira)
[ https://issues.apache.org/jira/browse/PHOENIX-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] junfei liang updated PHOENIX-5865: -- Attachment: IndexWithDefaultIT.patch > column that has default value can not be correctly

[jira] [Created] (PHOENIX-5865) column that has default value can not be correctly indexed

2020-04-22 Thread junfei liang (Jira)
junfei liang created PHOENIX-5865: - Summary: column that has default value can not be correctly indexed Key: PHOENIX-5865 URL: https://issues.apache.org/jira/browse/PHOENIX-5865 Project: Phoenix

Re: Are we embracing Java 8?

2020-04-22 Thread Istvan Toth
Agreed, making this change only makes sense if we bump the source version, and also compile Java 8 bytecode, which precludes Java7 support. Cross-compiling to Java 7 would defeat the whole point of bumping the Java version. Re the test issue: I am pretty sure that If we bump the Java version in