You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "xujing (JIRA)" <ji...@apache.org> on 2018/03/23 07:24:00 UTC

[jira] [Created] (KYLIN-3311) building with Segments Overlap Error

xujing created KYLIN-3311:
-----------------------------

             Summary: building with Segments Overlap Error
                 Key: KYLIN-3311
                 URL: https://issues.apache.org/jira/browse/KYLIN-3311
             Project: Kylin
          Issue Type: Bug
            Reporter: xujing
             Fix For: v2.3.0


2018-03-19 09:20:22,893 INFO [http-bio-7070-exec-8] model.CubeDesc:529 : checkSignature on sales_order_channel is skipped as the its version 2.2.0.0 is different from kylin version 2.3.0.20500
2018-03-19 09:20:22,895 INFO [http-bio-7070-exec-8] cube.CubeManager:297 : Updating cube instance 'sales_order_channel'
2018-03-19 09:20:22,896 DEBUG [http-bio-7070-exec-8] cachesync.CachedCrudAssist:190 : Saving CubeInstance at /cube/sales_order_channel.json
2018-03-19 09:20:22,898 WARN [http-bio-7070-exec-8] cube.CubeManager:354 : Write conflict to update cube sales_order_channel at try 0, will retry...
2018-03-19 09:20:22,900 INFO [http-bio-7070-exec-8] cube.CubeManager:297 : Updating cube instance 'sales_order_channel'
2018-03-19 09:20:22,901 ERROR [http-bio-7070-exec-8] controller.CubeController:395 : Segments overlap: sales_order_channel[20180318000000_20180319000000] and sales_order_channel[20180318000000_201803
19000000]
java.lang.IllegalStateException: Segments overlap: sales_order_channel[20180318000000_20180319000000] and sales_order_channel[20180318000000_20180319000000]
 at org.apache.kylin.metadata.model.Segments.validate(Segments.java:426)
 at org.apache.kylin.cube.CubeManager.updateCubeWithRetry(CubeManager.java:332)
 at org.apache.kylin.cube.CubeManager.updateCubeWithRetry(CubeManager.java:362)
 at org.apache.kylin.cube.CubeManager.updateCube(CubeManager.java:251)
 at org.apache.kylin.cube.CubeManager$SegmentAssist.appendSegment(CubeManager.java:590)
 at org.apache.kylin.cube.CubeManager.appendSegment(CubeManager.java:509)
 at org.apache.kylin.cube.CubeManager.appendSegment(CubeManager.java:501)
 at org.apache.kylin.rest.service.JobService.submitJobInternal(JobService.java:237)
 at org.apache.kylin.rest.service.JobService.submitJob(JobService.java:206)
 at org.apache.kylin.rest.controller.CubeController.buildInternal(CubeController.java:392)
 at org.apache.kylin.rest.controller.CubeController.rebuild(CubeController.java:346)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:497)
 at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
 at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)
 at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)
 at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:827)
 at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:738)
 at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)
 at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
 at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)