[jira] [Created] (KYLIN-2988) Segment Delete

2017-11-01 Thread songxiangjun (JIRA)
songxiangjun created KYLIN-2988:
---

 Summary: Segment Delete
 Key: KYLIN-2988
 URL: https://issues.apache.org/jira/browse/KYLIN-2988
 Project: Kylin
  Issue Type: Improvement
Reporter: songxiangjun
Priority: Critical


How to delete the segment that has drop directly but not discard ?.. If I don't 
delete the segment, i can't merge a new one. Please
The following error occurs when I try to delete the segment:

{"code":"999","data":null,"msg":"Cannot delete segment 
'2017092714_2017092816' as it is neither the first nor the last 
segment.","stacktrace":"org.apache.kylin.rest.exception.InternalErrorException: 
Cannot delete segment '2017092714_2017092816' as it is neither the 
first nor the last segment.\n\tat 
org.apache.kylin.rest.controller.CubeController.deleteSegment(CubeController.java:247)\n\tat
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\n\tat
 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KYLIN-2927) Merge Cuboid Dictionary ERROR

2017-10-11 Thread songxiangjun (JIRA)
songxiangjun created KYLIN-2927:
---

 Summary: Merge Cuboid Dictionary ERROR
 Key: KYLIN-2927
 URL: https://issues.apache.org/jira/browse/KYLIN-2927
 Project: Kylin
  Issue Type: Bug
Reporter: songxiangjun


when i merge the segment encount  error, how can i solve it. Log as follows:

2017-10-11 15:24:56,139 ERROR [pool-9-thread-10] 
threadpool.DefaultScheduler:145 : ExecuteException 
job:7508dfa0-5a89-4c3c-8685-701226628207
org.apache.kylin.job.exception.ExecuteException: 
org.apache.kylin.job.exception.ExecuteException: 
java.lang.IllegalStateException: Invalid input data. Unordered data cannot be 
split into multi trees
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:135)
at 
org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:141)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.kylin.job.exception.ExecuteException: 
java.lang.IllegalStateException: Invalid input data. Unordered data cannot be 
split into multi trees
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:135)
at 
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:65)
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:125)
... 4 more
Caused by: java.lang.IllegalStateException: Invalid input data. Unordered data 
cannot be split into multi trees
at 
org.apache.kylin.dict.TrieDictionaryForestBuilder.addValue(TrieDictionaryForestBuilder.java:92)
at 
org.apache.kylin.dict.TrieDictionaryForestBuilder.addValue(TrieDictionaryForestBuilder.java:78)
at 
org.apache.kylin.dict.DictionaryGenerator$NumberTrieDictForestBuilder.addValue(DictionaryGenerator.java:261)
at 
org.apache.kylin.dict.DictionaryGenerator.buildDictionary(DictionaryGenerator.java:79)
at 
org.apache.kylin.dict.DictionaryGenerator.buildDictionary(DictionaryGenerator.java:64)
at 
org.apache.kylin.dict.DictionaryGenerator.mergeDictionaries(DictionaryGenerator.java:104)
at 
org.apache.kylin.dict.DictionaryManager.mergeDictionary(DictionaryManager.java:275)
at 
org.apache.kylin.engine.mr.steps.MergeDictionaryStep.mergeDictionaries(MergeDictionaryStep.java:146)
at 
org.apache.kylin.engine.mr.steps.MergeDictionaryStep.makeDictForNewSegment(MergeDictionaryStep.java:136)
at 
org.apache.kylin.engine.mr.steps.MergeDictionaryStep.doWork(MergeDictionaryStep.java:68)
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:125)
... 6 more



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KYLIN-2910) java.io.IOException: Failed to read resource at /dict/DEFAULT.MYCOLLECTD_VIEW/PK/9bfa8764-c8b0-4bb1-8d21-b3c514584334.dict

2017-09-27 Thread songxiangjun (JIRA)
songxiangjun created KYLIN-2910:
---

 Summary: java.io.IOException: Failed to read resource at 
/dict/DEFAULT.MYCOLLECTD_VIEW/PK/9bfa8764-c8b0-4bb1-8d21-b3c514584334.dict
 Key: KYLIN-2910
 URL: https://issues.apache.org/jira/browse/KYLIN-2910
 Project: Kylin
  Issue Type: Bug
Reporter: songxiangjun


I delete the file kylin/kylin_metadata,then I get back this error message,how 
can i do ??



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)