[
https://issues.apache.org/jira/browse/GOBBLIN-1996?focusedWorklogId=904760&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-904760
]
ASF GitHub Bot logged work on GOBBLIN-1996:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Feb/24 18:15
Start Date: 13/Feb/24 18:15
Worklog Time Spent: 10m
Work Description: Will-Lo commented on code in PR #3865:
URL: https://github.com/apache/gobblin/pull/3865#discussion_r1488363003
##########
gobblin-temporal/src/main/java/org/apache/gobblin/temporal/cluster/GobblinTemporalClusterManager.java:
##########
@@ -201,14 +190,17 @@ private void startAppLauncherAndServices() {
*/
private void stopAppLauncherAndServices() {
try {
+ log.info("Stopping the Gobblin cluster application launcher");
Review Comment:
Small nit - can we keep the logger used within this class consistent? I see
`log`, `LOGGER` and `LOG`
Issue Time Tracking
-------------------
Worklog Id: (was: 904760)
Time Spent: 4.5h (was: 4h 20m)
> Add ability for Yarn app to terminate on finishing of temporal flow
> -------------------------------------------------------------------
>
> Key: GOBBLIN-1996
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1996
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Matthew Ho
> Priority: Major
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)