Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexkun committed Oct 27, 2023
1 parent 5cc1cc6 commit 436b4ac
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
package org.apache.linkis.engineconnplugin.flink.executor

import org.apache.linkis.common.exception.ErrorException
import java.util.concurrent.{Future, TimeUnit}

import org.apache.commons.lang3.StringUtils
import org.apache.linkis.common.utils.Utils
import org.apache.linkis.engineconn.acessible.executor.service.ExecutorHeartbeatServiceHolder
import org.apache.linkis.engineconn.executor.service.ManagerService
Expand Down Expand Up @@ -161,7 +158,9 @@ class FlinkJarOnceExecutor(
if (!StatusOperator.isHandshaked) {
StatusOperator.addHandshake()
} else {
logger.info("submit to yarn, report heartbeat to LinkisManager, and add handshake succeed, now exit this detach ec.")
logger.info(
"submit to yarn, report heartbeat to LinkisManager, and add handshake succeed, now exit this detach ec."
)
trySucceed()
}
}
Expand Down

0 comments on commit 436b4ac

Please sign in to comment.