[
https://issues.apache.org/jira/browse/KYLIN-4130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905923#comment-16905923
]
ASF GitHub Bot commented on KYLIN-4130:
---------------------------------------
nichunen commented on pull request #798: KYLIN-4130 Fix
Coordinator->StreamingBuildJobStatusChecker thread alw…
URL: https://github.com/apache/kylin/pull/798
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Coordinator->StreamingBuildJobStatusChecker thread always hold a old
> CubeManager
> --------------------------------------------------------------------------------
>
> Key: KYLIN-4130
> URL: https://issues.apache.org/jira/browse/KYLIN-4130
> Project: Kylin
> Issue Type: Improvement
> Components: Real-time Streaming
> Reporter: Chao Long
> Assignee: Chao Long
> Priority: Major
> Fix For: v3.0.0
>
>
> {code}
> private class StreamingBuildJobStatusChecker implements Runnable {
> private int maxJobTryCnt = 5;
> private CubeManager cubeManager =
> CubeManager.getInstance(KylinConfig.getInstanceFromEnv());
> private ConcurrentMap<String,
> ConcurrentSkipListSet<SegmentJobBuildInfo>> segmentBuildJobMap = Maps
> .newConcurrentMap();
> private CopyOnWriteArrayList<String> pendingCubeName =
> Lists.newCopyOnWriteArrayList();
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)