houqp commented on a change in pull request #1537:
URL: https://github.com/apache/arrow-datafusion/pull/1537#discussion_r782648154
##########
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:
SchedulerServer::new creates the scheduler loop that runs in the
background, that's the thing that's causing the issue.
--
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]