[jira] [Updated] (KYLIN-3250) Upgrade jetty version to 9.2.24.v20180105

2018-04-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated KYLIN-3250: -- Description: Currently Kylin depends on 9.2.20.v20161216 which is quite old. Memory leak was fixed in Jetty

[jira] [Comment Edited] (KYLIN-3093) Upgrade curator to 2.12

2018-04-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16307670#comment-16307670 ] Ted Yu edited comment on KYLIN-3093 at 4/12/18 6:08 PM: The latest release is:

[jira] [Updated] (KYLIN-3317) Replace UUID.randomUUID with deterministic PRNG

2018-04-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated KYLIN-3317: -- Description: Currently UUID.randomUUID is called in various places in the code base. * It is non-deterministic.

[jira] [Updated] (KYLIN-3310) Use lint for maven-compiler-plugin

2018-04-12 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated KYLIN-3310: -- Description: lint helps identify structural problems. We should enable lint for maven-compiler-plugin {code}