[
https://issues.apache.org/jira/browse/KYLIN-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310357#comment-17310357
]
ASF GitHub Bot commented on KYLIN-4938:
---------------------------------------
Ted-Jiang commented on a change in pull request #1616:
URL: https://github.com/apache/kylin/pull/1616#discussion_r602995448
##########
File path: server-base/src/main/java/org/apache/kylin/rest/msg/Message.java
##########
@@ -65,6 +65,10 @@ public String getDELETE_NOT_READY_SEG() {
return "Cannot delete segment '%s' as its status is not READY. Discard
the on-going job for it.";
}
+ public String getDELETE_READY_SEG_BY_UUID() {
+ return "Cannot delete segment by UUID '%s' as its status is READY or
its Cube is READY. ";
Review comment:
fix.
--
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]
> remove segment by UUID
> -----------------------
>
> Key: KYLIN-4938
> URL: https://issues.apache.org/jira/browse/KYLIN-4938
> Project: Kylin
> Issue Type: New Feature
> Components: Job Engine
> Affects Versions: v3.1.2
> Reporter: JiangYang
> Assignee: JiangYang
> Priority: Major
> Fix For: v3.1.2
>
>
> Sometimes two segment have the same name, need remove segment by UUID .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)