You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Customize session builder
* Add setter for executor slots policy
* Construct Executor with functions
* Add queued and completed timestamps to successful job status
* Add public methods to SchedulerServer
* Public method for getting execution graph
* Public method for stage metrics
* Use node-level local limit (#20)
* Use node-level local limit
* serialize limit in shuffle writer
* Revert "Merge pull request #19 from coralogix/sc-5792"
This reverts commit 08140ef, reversing
changes made to a7f1384.
* add log
* make sure we don't forget limit for shuffle writer
* update accum correctly and try to break early
* Check local limit accumulator before polling for more data
* fix build
Co-authored-by: Martins Purins <[email protected]>
* configure_me_codegen retroactively reserved on our `bind_host` parame… (#520)
* configure_me_codegen retroactively reserved on our `bind_host` parameter name
* Add label and pray
* Add more labels why not
* Add ClusterState trait
* Refactor slightly for clarity
* Revert "Use node-level local limit (#20)"
This reverts commit ff96bcd.
* Revert "Public method for stage metrics"
This reverts commit a802315.
* Revert "Public method for getting execution graph"
This reverts commit 490bda5.
* Revert "Add public methods to SchedulerServer"
This reverts commit 5ad27c0.
* Revert "Add queued and completed timestamps to successful job status"
This reverts commit c615fce.
* Revert "Construct Executor with functions"
This reverts commit 24d4830.
* Always forget the apache header
* WIP
* Implement JobState
* Tests and fixes
* do not hold ref across await point
* Fix clippy warnings
* Fix tomlfmt github action
* uncomment test
---------
Co-authored-by: Martins Purins <[email protected]>
Co-authored-by: Brent Gardner <[email protected]>
0 commit comments