Ted-Jiang commented on issue #1531: URL: https://github.com/apache/arrow-datafusion/issues/1531#issuecomment-1008278405
I found `ballista_scheduler::SchedulerServer::new` 11 times in process https://github.com/apache/arrow-datafusion/blob/847e78a675703c24933af5d6a429c2576bc14e9d/ballista/rust/scheduler/src/main.rs#L68 it seems each will new a SchedulerServer each new() will create a synchronize_job_status_loop https://github.com/apache/arrow-datafusion/blob/847e78a675703c24933af5d6a429c2576bc14e9d/ballista/rust/scheduler/src/lib.rs#L112 synchronize_job_status_loop() will `register ` all the key-value change in sled. -- 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]
