akshaychitneni commented on code in PR #1568:
URL: 
https://github.com/apache/datafusion-ballista/pull/1568#discussion_r3134145453


##########
ballista/scheduler/src/state/executor_manager.rs:
##########
@@ -271,7 +271,26 @@ impl ExecutorManager {
             "save executor metadata {} with {} task slots (pull-based 
registration)",
             metadata.id, metadata.specification.task_slots
         );
-        self.cluster_state.save_executor_metadata(metadata).await

Review Comment:
   this was not removed but added below after checking if the executor already 
exists in the cluster state



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to