Kathryn Zhou
891648ea9e
Bump OpenTelemetry version & bug fix ( #15791 )
2021-05-18 17:06:43 -07:00
dependabot[bot]
4c8813f2e8
[RLlib](deps): Bump pettingzoo in /python/requirements/rllib ( #15846 )
...
Bumps [pettingzoo](https://github.com/PettingZoo-Team/PettingZoo ) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/PettingZoo-Team/PettingZoo/releases )
- [Commits](https://github.com/PettingZoo-Team/PettingZoo/compare/1.8.1...1.8.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 11:25:52 +02:00
architkulkarni
194c5e3a96
[Core] Cache workers by runtime_env in worker pool ( #15782 )
...
* pass RuntimeEnv in task spec as opaque string
* lint
* set correct empty value for json: "{}" not ""
* add comment for field in proto
* fix worker pool test by checking both "" and "{}"
* add RAY_CHECK todo
* make dict empty if all values null
* remove unnecessary ser/de
* fix
* address comments
* add WorkerCacheKey with hash function
* clean up
* add naive impl., dedicated workers never killed
* put dedicated workers in idle_of_all_languages
* pipe env hash from worker.py -> Worker
* fully pipe through hash, basic cache test passing
* use int type for runtime env hash
* convert Worker env hash type from size_t to int
* fix
* add method to MockWorker to fix cpp tests
* make compatible with java streaming test
* restore old dynamic_options code to fix java test
* address comments
* add comment about sorting before hash
* add comments for private members of WorkerCacheKey
2021-05-18 00:19:27 -07:00
Yi Cheng
863532af0a
[core] API for pre-run customized functions ( #15749 )
...
* run customer setup fn
* fix
* lint
* skip on w32
* fix comment
* up
* up
2021-05-17 22:52:36 -07:00
Alex Wu
69f228d22d
[core] Record actor+job start/end times and metadata ( #15803 )
2021-05-17 21:38:39 -07:00
Frank Luan
0dc34566fe
Refactor raylet to allocate+write+seal one return object at a time ( #15757 )
...
* Refactor raylet to allocate+write+seal one return object at a time
* Fix build
* Fix C++ and Java runtime
* Skip Windows testing
* Fix java and cpp runtime
* Fix warnings
* Fix cpp and java tests
* Fix cpp and java runtime
Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu>
2021-05-17 20:06:08 -07:00
Dmitri Gekhtman
95c3d88cac
[autoscaler][kubernetes] Helm chart ( #15614 )
2021-05-17 16:55:10 -07:00
Dmitri Gekhtman
c2b8381015
[autoscaler][gcp] Migrate GCP config to available node types ( #15805 )
2021-05-17 15:45:47 -07:00
dependabot[bot]
434465e477
[tune](deps): Bump gpy from 1.9.9 to 1.10.0 in /python/requirements/tune ( #15850 )
...
Bumps [gpy](https://github.com/SheffieldML/GPy ) from 1.9.9 to 1.10.0.
- [Release notes](https://github.com/SheffieldML/GPy/releases )
- [Changelog](https://github.com/SheffieldML/GPy/blob/devel/CHANGELOG.md )
- [Commits](https://github.com/SheffieldML/GPy/compare/v1.9.9...v1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 11:33:11 -07:00
Alex Wu
3744026897
Fix test_scheduling ( #15823 )
...
* done
* Update python/ray/tests/test_scheduling.py
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
* Update python/ray/tests/test_scheduling.py
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
* lint
Co-authored-by: Alex Wu <alex@anyscale.com>
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-05-17 10:08:01 -07:00
Alex Wu
3e94114336
Namespaces ( #15774 )
2021-05-17 10:04:22 -07:00
Sven Mika
f25d58492d
[Testing] Dependabot for RLlib. ( #15812 )
2021-05-17 18:24:13 +02:00
architkulkarni
78c26ac9fe
[runtime_env] Use sys executable in shim if conda not specified ( #15834 )
2021-05-17 11:19:58 -05:00
lanlin
5d2ed47978
[tune] Allow to set buffer_length via tune.run ( #15810 )
2021-05-17 13:11:26 +01:00
Edward Oakes
cd32a92edc
[serve] Avoid exporting actor class for every replica ( #15788 )
2021-05-15 09:04:09 -05:00
Dmitri Gekhtman
d1b1ae0f45
[test][client][dask] Run dask tests in client mode. ( #15806 )
2021-05-14 17:15:59 -07:00
Edward Oakes
f6be6dbcdc
[Serve] batch slow warning for multiple replicas ( #15798 )
2021-05-14 13:12:32 -07:00
Ian Rodney
ec5322a463
[Client] ray.client.connect() and ray.ClientBuilder ( #15706 )
2021-05-14 00:08:39 -07:00
Ian Rodney
395c0ea03c
[Testing] Pin Tensorflow Version in requirements.txt ( #15799 )
2021-05-13 17:09:15 -07:00
Edward Oakes
28f2962bb2
[serve] Add helpful log messages when deploying ( #15689 )
2021-05-13 18:10:23 -05:00
Ian Rodney
42f99541d4
[Tests] Mark test_scheduling & test_memstat as Flaky ( #15789 )
2021-05-13 15:46:12 -07:00
Edward Oakes
6a0f087643
[serve] Randomly shuffle replicas to avoid cross-handle synchronization ( #15792 )
2021-05-13 17:19:27 -05:00
Richard Liaw
c624e89483
[tune] Support numpy types in TBXlogger ( #15760 )
2021-05-13 14:54:47 -07:00
Edward Oakes
77d713ac78
[serve] Fix shutdown logic + add test ( #15790 )
2021-05-13 16:43:07 -05:00
Edward Oakes
d107cca1aa
[serve] Don't deserialize backend classes in the controller ( #15741 )
2021-05-13 16:01:09 -05:00
Ian Rodney
859703e993
[RuntimeEnv] Log which file caused an Exception ( #15772 )
2021-05-13 13:48:59 -07:00
Simon Mo
838cfec122
[Tracing] Fix kwargs replacement ( #15742 )
2021-05-13 12:44:35 -07:00
architkulkarni
a0c1cfe034
[Core] Pass RuntimeEnv as opaque string in the task spec ( #15658 )
2021-05-13 10:32:00 -05:00
Simon Mo
d97ff80149
[Core] Fix global state keep initializing in busy loop ( #15777 )
2021-05-13 10:30:49 -05:00
Richard Liaw
ec27f9cc6b
[tune] avoid system exit error ( #15687 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2021-05-13 00:24:30 -07:00
SangBin Cho
2fc892166f
[Test] unskip global gc ( #15767 )
2021-05-12 15:45:59 -07:00
Ian Rodney
6e3ec98b72
[test] Clean-Up Test-Top-Level API ( #15713 )
2021-05-12 13:50:17 -07:00
Dmitri Gekhtman
052d2acaee
[autoscaler][kubernetes] Restart after head failure, more consistent operator restart behavior. ( #15655 )
2021-05-12 11:49:11 -05:00
fyrestone
56c309416e
[Job submission] Basic job submission structure ( #15103 )
2021-05-12 15:08:20 +08:00
Edward Oakes
8c2ac84988
[serve] Don't filter logs by job_id when using Serve ( #15691 )
...
* dont filter logs
* modify worker
2021-05-11 15:54:44 -07:00
Eric Liang
cb59d30917
Drop profiling events if the GCS becomes backlogged ( #15726 )
2021-05-11 14:10:34 -07:00
Simon Mo
4459a5a2b1
[Serve] Fix ASGI Lifespan ( #15732 )
2021-05-11 10:43:56 -07:00
Edward Oakes
bf6f1cfa9a
[serve] Clean up package ref ( #15690 )
2021-05-11 01:23:58 -07:00
Ian Rodney
0632fd65d6
[Test][Flaky] Mark test_trial_scheduler_pbt as flaky ( #15729 )
2021-05-10 23:50:37 -07:00
Ian Rodney
5d938514b5
[Tests] Re-enable disabled tests ( #15723 )
2021-05-10 22:26:24 -07:00
dependabot[bot]
0026cf1be6
[tune](deps): Bump mxnet in /python/requirements ( #15705 )
...
Bumps [mxnet](https://github.com/apache/incubator-mxnet ) from 1.7.0.post1 to 1.8.0.post0.
- [Release notes](https://github.com/apache/incubator-mxnet/releases )
- [Changelog](https://github.com/apache/incubator-mxnet/blob/master/NEWS.md )
- [Commits](https://github.com/apache/incubator-mxnet/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-09 10:25:29 -07:00
Kai Fricke
2a4a862929
[tune] add max_concurrent
option to BasicVariantGenerator ( #15680 )
2021-05-08 21:07:52 -07:00
dependabot[bot]
e1246ff0fb
[tune](deps): Bump matplotlib from 3.3.4 to 3.4.2 in /python/requirements ( #15702 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2021-05-08 21:06:29 -07:00
dependabot[bot]
e778168957
[tune](deps): Bump h5py from 3.1.0 to 3.2.1 in /python/requirements ( #15694 )
...
* [tune](deps): Bump h5py from 3.1.0 to 3.2.1 in /python/requirements
Bumps [h5py](https://github.com/h5py/h5py ) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/h5py/h5py/releases )
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst )
- [Commits](https://github.com/h5py/h5py/compare/3.1.0...3.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update python/requirements/requirements_tune.txt
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2021-05-08 12:57:22 -07:00
Kai Fricke
8db2e5c23a
[release] Move xgboost tune small + microbenchmark release test to new release automation ( #15619 )
2021-05-08 20:38:39 +01:00
Eric Liang
0fb2b6560d
Remove unnecessary flaky branch of test_object_spilling_2 on OSX ( #15673 )
2021-05-07 11:59:38 -07:00
Ian Rodney
1d834bcbe3
[Client] Add gRPC Keep-Alive messages
2021-05-06 13:02:28 -07:00
Yi Cheng
d5379ba99e
[core] RuntimeEnv GC in gcs ( #14833 )
2021-05-06 11:31:33 -05:00
Simon Mo
513b0ed796
[Serve] Fix a small bug for mounted fastapi app ( #15654 )
2021-05-06 10:57:02 -05:00
Charles
74cbf026ce
Propagate Boto exception instead of overwriting. ( #15564 )
2021-05-06 00:19:59 -07:00