[
https://issues.apache.org/jira/browse/KYLIN-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16491982#comment-16491982
]
ASF subversion and git services commented on KYLIN-3348:
--------------------------------------------------------
Commit bbb71a83ddb4f8307e468d8562da4275043e8dd8 in kylin's branch
refs/heads/master from Li Yang
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=bbb71a8 ]
KYLIN-3348 fix 'missing LastBuildJobID' error
> "missing LastBuildJobID" error when building new cube segment
> -------------------------------------------------------------
>
> Key: KYLIN-3348
> URL: https://issues.apache.org/jira/browse/KYLIN-3348
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v2.3.0
> Reporter: liyang
> Assignee: liyang
> Priority: Major
> Fix For: v2.4.0
>
>
> An unstable exception. Likely to happen when there are multiple concurrent
> builds.
> {{2018-04-18 20:11:16,856 ERROR [pool-33-thread-11]
> threadpool.DefaultScheduler : ExecuteException
> job:cc08da19-f53e-4344-a6c5-05e764834924}}
> {{ org.apache.kylin.job.exception.ExecuteException:
> org.apache.kylin.job.exception.ExecuteException:
> java.lang.IllegalStateException: For cube CUBE[name=cube2], segment
> cube2[2018041423000_2018041423001] missing LastBuildJobID}}
> \{{ at
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:140)}}
> \{{ at
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:307)}}
> \{{ at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)}}
> \{{ at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)}}
> \{{ at java.lang.Thread.run(Thread.java:748)}}
> {{ Caused by: org.apache.kylin.job.exception.ExecuteException:
> java.lang.IllegalStateException: For cube CUBE[name=cube2], segment
> cube2[2018041423000_2018041423001] missing LastBuildJobID}}
> \{{ at
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:140)}}
> \{{ at
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:67)}}
> \{{ at
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:129)}}
> \{{ ... 4 more}}
> {{ Caused by: java.lang.IllegalStateException: For cube CUBE[name=cube2],
> segment cube2[2018041423000_2018041423001] missing LastBuildJobID}}
> \{{ at
> org.apache.kylin.cube.CubeManager$SegmentAssist.promoteNewlyBuiltSegments(CubeManager.java:810)}}
> \{{ at
> org.apache.kylin.cube.CubeManager.promoteNewlyBuiltSegments(CubeManager.java:535)}}
> \{{ at
> org.apache.kylin.engine.mr.steps.UpdateCubeInfoAfterBuildStep.doWork(UpdateCubeInfoAfterBuildStep.java:78)}}
> \{{ at
> io.kyligence.kap.engine.mr.steps.KapUpdateCubeInfoAfterBuildStep.doWork(SourceFile:47)}}
> \{{ at
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:129)}}
> \{{ ... 6 more}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)