-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SchedulerConfig for the scheduler configurations, like event_loo…
…p_buffer_size, finished_job_data_clean_up_interval_seconds, finished_job_state_clean_up_interval_seconds (#472) * Move data cleanup caller explicitly to the event loop * Refactor BallistaConfig by extracting common validation logic * Create a separate mod for BallistaConfig * Add SchedulerConfig for the scheduler configurations, like event_loop_buffer_size, finished_job_data_clean_up_interval_seconds, finished_job_state_clean_up_interval_seconds * Rename the scheduler config advertise_endpoint to advertise_flight_result_route_endpoint and add it to the SchedulerConfig * Allow redundant configurations in ValidConfiguration * Don't need to be delayed for cleaning up shuffle data of failed job * Update user-guide for the scheduler configurations * Fix doc config name format * Change the SchedulerConfig to be an explicit struct * Fix doc format * Rename advertise-flight-result-route-endpoint to advertise-flight-sql-endpoint Co-authored-by: yangzhong <[email protected]>
- Loading branch information
1 parent
64d4e9a
commit 926605e
Showing
12 changed files
with
295 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.