[
https://issues.apache.org/jira/browse/GOBBLIN-1819?focusedWorklogId=858048&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-858048
]
ASF GitHub Bot logged work on GOBBLIN-1819:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Apr/23 21:56
Start Date: 19/Apr/23 21:56
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on code in PR #3681:
URL: https://github.com/apache/gobblin/pull/3681#discussion_r1171890905
##########
gobblin-yarn/src/main/java/org/apache/gobblin/yarn/YarnService.java:
##########
@@ -1109,5 +1109,11 @@ public ContainerInfo(Container container, String
helixParticipantId, String heli
this.helixTag = helixTag;
this.startupCommand = YarnService.this.buildContainerCommand(container,
helixParticipantId, helixTag);
}
+
+ @Override
+ public String toString() {
+ return "ContainerInfo{" + "container=" + container.getId() + ",
helixParticipantId='" + helixParticipantId + '\''
Review Comment:
Can we use string.format() to construct this string?
Issue Time Tracking
-------------------
Worklog Id: (was: 858048)
Time Spent: 20m (was: 10m)
> Log helix workflow information and timeout information during submission wait
> / polling
> ---------------------------------------------------------------------------------------
>
> Key: GOBBLIN-1819
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1819
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Matthew Ho
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)