[ 
https://issues.apache.org/jira/browse/GOBBLIN-2052?focusedWorklogId=915980&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-915980
 ]

ASF GitHub Bot logged work on GOBBLIN-2052:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Apr/24 07:25
            Start Date: 23/Apr/24 07:25
    Worklog Time Spent: 10m 
      Work Description: aditya1105 commented on code in PR #3932:
URL: https://github.com/apache/gobblin/pull/3932#discussion_r1575766122


##########
gobblin-yarn/src/main/java/org/apache/gobblin/yarn/event/ContainerReleaseRequest.java:
##########
@@ -21,26 +21,33 @@
 
 import org.apache.hadoop.yarn.api.records.Container;
 
+import lombok.Getter;
+
 
 /**
  * A type of event for container release requests to be used with a {@link 
com.google.common.eventbus.EventBus}.
  * This event is different than {@link ContainerShutdownRequest} because it 
releases the container through
  * the Resource Manager, while {@link ContainerShutdownRequest} shuts down a 
container through the
  * Node Manager
  */
+@Getter
 public class ContainerReleaseRequest {
+  /**
+   * 

Issue Time Tracking
-------------------

    Worklog Id:     (was: 915980)
    Time Spent: 50m  (was: 40m)

> Release container which is running yarn task that is stuck in INIT state
> ------------------------------------------------------------------------
>
>                 Key: GOBBLIN-2052
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2052
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-yarn
>            Reporter: pradeep pallikila
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to