You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/11 13:01:37 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on a change in pull request #1537: Make call SchedulerServer::new once in ballista-scheduler process

Ted-Jiang commented on a change in pull request #1537:
URL: https://github.com/apache/arrow-datafusion/pull/1537#discussion_r782122335



##########
File path: ballista/rust/scheduler/src/main.rs
##########
@@ -62,14 +63,18 @@ async fn start_server(
         "Ballista v{} Scheduler listening on {:?}",
         BALLISTA_VERSION, addr
     );
+    //there should be only one SchedulerServer in process

Review comment:
       Thanks,  sorry for my wrong annotation. it should be `only call SchedulerServer::new() once in process ` ,
   is this right ?




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org