Chao Long created KYLIN-4130:
--------------------------------

             Summary: 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
             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)

Reply via email to