mirror of
https://github.com/vale981/ray
synced 2025-03-09 12:56:46 -04:00
![]() - NodeUpdater gets its' IP in parallel now (no longer in __init__) - We use persistent connections in SSH (temp folder created only for ray; ControlMaster) - hash_runtime_conf was performing a pointless hexlify step, wasting time on large files - We use NodeUpdaterThreads and share the NodeProvider; NodeUpdaterProcess is removed - AWSNodeProvider caches nodes more aggressively - NodeProvider now has a shim batch terminate_nodes() call; AWSNodeProvider parallelises it; the autoscaler uses it - AWSNodeProvider batches EC2 update_tags calls - Logging changes throughout to provide standardised timing information for profiling - Pulled out a few unnecessary is_running calls (NodeUpdater will loop waiting for SSH anyway) ## Related issue number Issue #3599 |
||
---|---|---|
.. | ||
jenkins_tests | ||
stress_tests | ||
travis-ci | ||
actor_test.py | ||
array_test.py | ||
autoscaler_test.py | ||
component_failures_test.py | ||
credis_test.py | ||
cython_test.py | ||
failure_test.py | ||
microbenchmarks.py | ||
mini_test.py | ||
monitor_test.py | ||
multi_node_test.py | ||
multi_node_test_2.py | ||
node_manager_test.py | ||
object_manager_test.py | ||
recursion_test.py | ||
runtest.py | ||
stress_tests.py | ||
tempfile_test.py | ||
tensorflow_test.py |