Re: Coprocessor metrics

2016-11-13 Thread Nick Dimiduk
IIRC, the plan is to get off of Hadoop Metrics2, so I am in favor of either (2) or (3). Specifically for (3), I believe there is an implementation for translating Dropwizard Metrics to Hadoop Metrics2, in or around Avatica and/or Phoenix Query Server. On Fri, Nov 11, 2016 at 3:15 PM, Enis

[jira] [Commented] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662792#comment-15662792 ] chenglei commented on PHOENIX-3452: --- [~jamestaylor], yes, I will upload my first patch for

[jira] [Commented] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662789#comment-15662789 ] James Taylor commented on PHOENIX-3452: --- Ok, thanks! Do you have a patch almost ready for

[jira] [Comment Edited] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662633#comment-15662633 ] chenglei edited comment on PHOENIX-3452 at 11/14/16 3:30 AM: -

[jira] [Comment Edited] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662633#comment-15662633 ] chenglei edited comment on PHOENIX-3452 at 11/14/16 3:29 AM: -

[jira] [Comment Edited] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662633#comment-15662633 ] chenglei edited comment on PHOENIX-3452 at 11/14/16 3:29 AM: -

[jira] [Updated] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chenglei updated PHOENIX-3452: -- Attachment: PHOENIX-3452_v3.patch > Secondary index and query using distinct: ORDER BY doesn't work

[jira] [Commented] (PHOENIX-3452) Secondary index and query using distinct: ORDER BY doesn't work correctly

2016-11-13 Thread chenglei (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662633#comment-15662633 ] chenglei commented on PHOENIX-3452: --- [~jamestaylor],I uploaded a new patch: PHOENIX-3452_v3.patch,

[jira] [Updated] (PHOENIX-3413) Ineffective null check in LiteralExpression#newConstant()

2016-11-13 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated PHOENIX-3413: Description: {code} if (maxLength == null) { maxLength = type == null ||