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/03/16 05:46:32 UTC

[GitHub] [arrow-datafusion] yahoNanJing commented on a change in pull request #2006: Fix stuck issue for the load testing of Push-based task scheduling

yahoNanJing commented on a change in pull request #2006:
URL: https://github.com/apache/arrow-datafusion/pull/2006#discussion_r827647143



##########
File path: ballista/rust/scheduler/src/scheduler_server/event_loop.rs
##########
@@ -70,12 +70,28 @@ impl<T: 'static + AsLogicalPlan, U: 'static + AsExecutionPlan>
             return Ok(Some(SchedulerServerEvent::JobSubmitted(job_id)));
         }
 
+        let mut executors_delta_data: Vec<ExecutorDeltaData> = available_executors

Review comment:
       fixed




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