[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-09-21 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16624443#comment-16624443 ] Ted Yu commented on KYLIN-3417: --- For phase I, we don't need to use Optimistic read lock >

[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-08-05 Thread Chao Long (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569796#comment-16569796 ] Chao Long commented on KYLIN-3417: -- StampedLock give a Optimistic read lock, if we consi

[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-08-05 Thread Shaofeng SHI (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569620#comment-16569620 ] Shaofeng SHI commented on KYLIN-3417: - Kylin 2.5 will require Java 8; I remember Long

[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-08-05 Thread jiatao.tao (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569436#comment-16569436 ] jiatao.tao commented on KYLIN-3417: --- Hi [~yuzhih...@gmail.com] , nowadays, kylin's mini

[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-07-25 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16556844#comment-16556844 ] Ted Yu commented on KYLIN-3417: --- Thanks for taking this. > Consider replacing ReentrantRea

[jira] [Commented] (KYLIN-3417) Consider replacing ReentrantReadWriteLock with StampedLock

2018-07-13 Thread jiatao.tao (JIRA)
[ https://issues.apache.org/jira/browse/KYLIN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543935#comment-16543935 ] jiatao.tao commented on KYLIN-3417: --- Thanks Ted, I will take a glance! Nice to see all