[
https://issues.apache.org/jira/browse/GOBBLIN-2023?focusedWorklogId=913096&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-913096
]
ASF GitHub Bot logged work on GOBBLIN-2023:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Apr/24 22:08
Start Date: 04/Apr/24 22:08
Worklog Time Spent: 10m
Work Description: phet commented on code in PR #3901:
URL: https://github.com/apache/gobblin/pull/3901#discussion_r1552436604
##########
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagManagementDagActionStoreChangeMonitor.java:
##########
@@ -62,6 +62,7 @@ protected void handleDagAction(DagActionStore.DagAction
dagAction, boolean isSta
switch (dagAction.getDagActionType()) {
case LAUNCH :
case REEVALUATE :
+ case KILL :
dagManagement.addDagAction(dagAction);
break;
default:
Review Comment:
also, update the message on line 69 (and let's alphabetize the action names)
Issue Time Tracking
-------------------
Worklog Id: (was: 913096)
Time Spent: 20m (was: 10m)
> create dag proc that can kill dags/dag nodes
> --------------------------------------------
>
> Key: GOBBLIN-2023
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2023
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)