Commit graph

8005 commits

Author SHA1 Message Date
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
Ashwin Hegde
4d8ed6dd5c
#13890 [new-dashboard] add object store memory column (#15697) 2021-05-11 15:36:16 -05:00
Simon Mo
4459a5a2b1
[Serve] Fix ASGI Lifespan (#15732) 2021-05-11 10:43:56 -07:00
qicosmos
4795048f1b
[C++ Worker] Support ray remote in one line (#14979)
Co-authored-by: qicosmos <chufeng.qy@antgroup.com>
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-05-11 16:29:21 +08:00
Edward Oakes
bf6f1cfa9a
[serve] Clean up package ref (#15690) 2021-05-11 01:23:58 -07:00
mwtian
285885c86e
Mention MacOS in the instructions to build Ray from source (#15731) 2021-05-11 00:19:45 -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
Ian Rodney
90ce25cb35
[dashboard] Avoid global min_workers (#15660) 2021-05-10 15:47:51 -07:00
Tom Dörr
3c99f1db4c
[Docs] Tune Contributors fix (#15719) 2021-05-10 12:22:47 -07:00
Tom Dörr
b5c03b6458
Fix Link (#15722) 2021-05-10 12:19:32 -07:00
Ian Rodney
c50490ccef
[Lint] Pin Prettier to 2.3.0 (#15721) 2021-05-10 11:46:29 -07:00
Ian Rodney
11b5c6c702
[HotFix][Lint] Fix Lint because of Prettier update (#15720) 2021-05-10 09:51:41 -07:00
SongGuyang
b8ff86adb9
Add objectStore stats to dashboard API. (#15677) 2021-05-10 11:32:14 -05:00
Sven Mika
a495759f06
[RLlib] Discussion 2022: PPO should auto-adjust rollout_fragment_length if other settings do not align with train_batch_size. (#15611) 2021-05-10 16:16:02 +02:00
Sven Mika
461d73ddf1
[RLlib] simple_optimizer should not be used by default for tf+MA. (#15365) 2021-05-10 16:10:44 +02:00
Sven Mika
46f6fa2361
[RLlib] Example script for restoring 1 agent (out of n) from a checkpoint (multi-agent). (#15540) 2021-05-10 16:09:05 +02: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
Eric Liang
0dfd43c61b
Add nightly release test directory and add shuffle release test (#15671)
* update

* udpate

* update

* update

* update

* Adjust script/release test json

* remove

* update

* lint

Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-05-08 14:21:55 -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
996a002b00
Add prepopulate plasma memory flag for debugging (#15669)
* add prepopulate flag

* fix build

* warn
2021-05-07 15:17:31 -07:00
Clark Zinzow
edb0d1b376
[Core] Fix event loop instrumentation causing Java segfaults in tests. (#15349)
* Reenable event loop instrumentation.

* Take stats handle by copy in post() handler closure.

* Revert "Take stats handle by copy in post() handler closure."

This reverts commit e46777939bcc3bb4bb101e136e9d3348ea4ae1a1.
2021-05-07 15:01:00 -07: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
Simon Mo
56c103bb7e
[Serve] Move the doc warning location (#15667) 2021-05-06 12:08:51 -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
Simon Mo
7bbf482070
[Serve] Skip test_router on Windows (#15651)
The test is platform agnostic anyway and no need to test it on windows.
2021-05-05 15:21:24 -07:00
Eric Liang
ff36ae594b
Remove flaky tag from newly unflaky tests (#15639) 2021-05-05 12:15:46 -07:00
Ian Rodney
ca43e61949
[docker] Make Docker Build More Human Friendly (#15543) 2021-05-05 11:22:17 -07:00
Alex Wu
18d85d2de9
Grpc based resource broadcast (#15466) 2021-05-05 11:20:08 -07:00
architkulkarni
cb2aa978f4
[hotfix] Fix worker setup hook default when starting Ray from CLI (#15641) 2021-05-05 11:37:51 -05:00
Ian Rodney
f543f9c918
[metrics] Allow counter to increment by more than 1 (#15599) 2021-05-05 09:12:13 -07:00
Kai Fricke
16381625db
[tune] Reduce default number of maximum pending trials to max(16, cluster_cpus) (#15628) 2021-05-05 15:54:27 +01:00
Sumanth Ratna
b45840737e
Add validation to ray.ray_constants.env_integer (#15541) 2021-05-05 00:32:45 -07:00
Yi Cheng
d8fcac892b
[core] Fix the bug where ray.init failed when starting with a job_config to create a cluster (#15638)
* up

* fix
2021-05-04 23:54:48 -07:00
Dmitri Gekhtman
8f83053e35
[autoscaler][Kubernetes] Operator subprocess error reporting, configuration fixes (#15526) 2021-05-04 16:45:37 -05:00
dependabot[bot]
2c865a01f6
[tune](deps): Bump lightgbm from 3.1.1 to 3.2.1 in /python/requirements (#15629)
Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/microsoft/LightGBM/releases)
- [Commits](https://github.com/microsoft/LightGBM/compare/v3.1.1...v3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 14:29:05 -07:00
Simon Mo
e2546c9d3c
[CI] Stop Wheel Builds from Spamming Logs (#15640) 2021-05-04 14:19:50 -07:00
Kai Fricke
1d52ab819f
[release] release 1.3.0 results and test updates (#15366)
Convert a number of release tests and add logs for release 1.3.0
2021-05-04 22:10:04 +01:00
Ian Rodney
86cd358f1e
[docs] Add get_actor as top level API (#15484) 2021-05-04 12:25:53 -07:00
Jenna Kwon
15da948214
Support object spilling mode and data load failure mode in dask_on_ra… (#15601)
* Support object spilling mode and data load failure mode in dask_on_ray_large_scale_test.py

* Remove freq and time decimation

Co-authored-by: Jenna Kwon <jkkwon@amazon.com>
2021-05-04 10:57:49 -07:00
Sven Mika
c7563a32ed
[RLlib] DD-PPO not supported on Win (add meaningful error message). (#15631) 2021-05-04 19:26:17 +02:00
Michael Luo
4cbe13cdfd
[RLlib] CQL loss fn fixes, MuJoCo + Pendulum benchmarks, offline-RL example script w/ json file. (#15603)
Co-authored-by: Sven Mika <sven@anyscale.io>
Co-authored-by: sven1977 <svenmika1977@gmail.com>
2021-05-04 19:06:19 +02:00
dependabot[bot]
66ebcf269c
[tune](deps): Bump wandb from 0.10.23 to 0.10.29 in /python/requirements (#15630)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 14:59:18 +01:00