SteNicholas commented on code in PR #3695:
URL: https://github.com/apache/celeborn/pull/3695#discussion_r3268590749


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/WorkerSource.scala:
##########
@@ -33,6 +33,8 @@ import org.apache.celeborn.common.util.{JavaUtils, Utils}
 class WorkerSource(conf: CelebornConf) extends AbstractSource(conf, 
Role.WORKER) {
   override val sourceName = "worker"
 
+  val metadataAutoRecoveryEnabled: Boolean = conf.metadataAutoRecoveryEnabled

Review Comment:
   Why does `WorkerSource` define `metadataAutoRecoveryEnabled`? No need to get 
metadataAutoRecoveryEnabled via this way.



-- 
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]

Reply via email to