Copilot commented on code in PR #6305:
URL: https://github.com/apache/texera/pull/6305#discussion_r3555604890
##########
amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/WorkflowWorker.scala:
##########
@@ -127,11 +127,6 @@ class WorkflowWorker(
t.closure(this)
}
- def handleActorCommand: Receive = {
- case c: ActorCommand =>
- println(c)
- }
-
override def preRestart(reason: Throwable, message: Option[Any]): Unit = {
super.preRestart(reason, message)
logger.error(s"Encountered fatal error, worker is shutting done.", reason)
Review Comment:
Log message typo: "shutting done" should be "shutting down".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]