Sven Mika
8acb469b04
[RLlib; Testing] Green all RLlib nightly tests. ( #18073 )
2021-08-26 14:09:20 +02:00
Kai Fricke
089dd9b949
[release] Add release logs for 1.6.0 ( #18067 )
2021-08-26 12:13:15 +02:00
gjoliver
a8813675f4
[RLlib] Issue 17900: Set seed
in single vectorized sub-envs properly, if num_envs_per_worker > 1
( #18110 )
...
* In case a worker runs multiple envs, make sure a different seed can be deterministically set on all of them.
* Revert a couple of whitespace changes.
* Fix a few style errors.
Co-authored-by: Jun Gong <jungong@mbpro.local>
2021-08-26 11:32:58 +02:00
Raphael CHEN
edac59f18f
[tune] correctly validate initial points for random search ( #17282 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-08-26 10:24:51 +02:00
xwjiang2010
3fa20962cf
[Tune] Fix local mode. Add explicit concurrency limiter for local mode. ( #18023 )
...
Co-authored-by: Kai Fricke <krfricke@users.noreply.github.com>
2021-08-26 09:31:40 +02:00
Chen Shen
a29b157e2e
[core] better error message for lost objects ( #18068 )
2021-08-26 00:03:29 -07:00
Clark Zinzow
52bd0e1737
[Datasets] Drop empty tables when reading Parquet pieces. ( #18098 )
2021-08-26 00:02:08 -07:00
Eric Liang
e1f69ceb5e
Add documentation for DatasetPipeline.from_iterable ( #18106 )
2021-08-25 22:31:23 -07:00
Yi Cheng
f66c51de2d
[workflow] Support named step in workflow ( #17915 )
2021-08-25 19:51:45 -07:00
Clark Zinzow
ab0a638411
[Datasets] Add pyarrow minimum version check. ( #18082 )
2021-08-25 15:59:12 -07:00
Clark Zinzow
db1bdd28fc
Add pyarrow filesystem test coverage for Parquet reading. ( #18087 )
2021-08-25 15:58:57 -07:00
Tao Wang
15a7514cf6
[Core] Some request counts are missing in debug info ( #18069 )
2021-08-25 14:02:03 -07:00
Edward Oakes
406dc0b458
[core] Disallow empty string namespace + add validation tests ( #18048 )
2021-08-25 15:37:02 -05:00
Eric Liang
451c501bbd
[doc] Add API stability annotations to developer guide ( #18052 )
2021-08-25 13:34:43 -07:00
SangBin Cho
c2d488a504
[Usability] Add backpressure to log monitor ( #17774 )
...
* Add backpressure to log monitor
* Added a test and addressed code review.
* Addressed code review.
2021-08-25 13:07:18 -07:00
Sasha Sobol
fcb044d47c
[autoscaler] make 0 default min/max workers for head node ( #17757 )
...
* make 0 default min/max workers for head node
* fix helm charts, test, defaults for head
* fix test, docs
* make 0 default min/max workers for head node
* fix helm charts, test, defaults for head
* fix test, docs
* comments. logging
* better wording (logs)
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
* fix logging message
* fix max workers in raycluster.yaml
* use default values of 0 for min/max workders in a helm chart
* add missing line back
Co-authored-by: Dmitri Gekhtman <62982571+DmitriGekhtman@users.noreply.github.com>
2021-08-25 14:56:20 -04:00
Jiao
b52c873027
[serve] Use list_deployments in benchmark ( #18050 )
2021-08-25 12:26:46 -05:00
Simon Mo
7c01ea7d2f
[Serve][Hotfix] Skip get_deployment on windows ( #18029 )
2021-08-25 11:27:31 -05:00
Simon Mo
ca61e43e76
[dashboard] Fix GCS retry error message in dashboard_head ( #18057 )
2021-08-25 11:23:36 -05:00
Edward Oakes
18ae99d8d8
[codeowners] Add @kombuchafox as code owner for dashboard snapshot ( #18051 )
2021-08-25 10:56:11 -05:00
Nikita Vemuri
a9c731edd3
[serve] Remove requirement to specify namespace for serve.start(detached=True) ( #17470 )
2021-08-25 10:39:32 -05:00
Kai Fricke
4c3276644e
[release] After buildkite ask step, use RAY_TEST_REPO pipeline ( #18074 )
2021-08-25 15:58:38 +02:00
Sven Mika
b6aa8223bc
[RLlib] Fix final_scale
's default value to 0.02 (see OrnsteinUhlenbeck exploration). ( #18070 )
2021-08-25 14:22:09 +02:00
Guyang Song
16502cc438
[Event] support multi-thread context copy ( #17919 )
2021-08-25 14:03:20 +08:00
Tao Wang
0b5f5890f7
[Named Actor] Throw RayException when getting named actor timed out ( #17998 )
...
* [Named Actor]throw RayException when getting named actor timed out
* lint
* correct the message
* lint
* nice catch
2021-08-25 13:50:53 +08:00
SangBin Cho
43da68e657
Fix a nightly dask on ray test ( #18060 )
2021-08-24 22:15:34 -07:00
Chen Shen
08193b8e0a
fix more windows failures ( #18058 )
2021-08-24 21:19:45 -07:00
Eric Liang
5571d2436d
Deprecate MLDataset ( #18030 )
2021-08-24 13:04:11 -07:00
Chen Shen
69fd5fb678
[CI] increase object spill test timeout for mac ( #18036 )
2021-08-24 13:03:50 -07:00
Jiajun Yao
25ef452b15
[Core] Fix typo in local_mode_task_submitter.cc ( #18046 )
2021-08-24 13:03:05 -07:00
Sven Mika
9883505e84
[RLlib] Add [LSTM=True + multi-GPU]-tests to nightly RLlib testing suite (for all algos supporting RNNs, except R2D2, RNNSAC, and DDPPO). ( #18017 )
2021-08-24 21:55:27 +02:00
architkulkarni
97dd13be09
[Serve] [dashboard] Fix formatting bugs in cluster snapshot ( #17977 )
...
* show "unversioned" in actor metadata
* hash deployment names
* update test
* replace "Unversioned" with "None"
* bypass convert to camelCase for deployment names
* fix convert_case default to match previous setting
* lint
* replace deployment_name_hash with underscore
2021-08-24 12:06:26 -07:00
gjoliver
9c7456933c
[RLlib] Small parallel iterator doc fix. ( #18043 )
2021-08-24 19:57:58 +02:00
Yi Cheng
995d3cb487
Update id_specification.md ( #18035 )
2021-08-24 10:49:56 -07:00
xwjiang2010
5d68657246
[Tune] Sanitize trial checkpoint filename. ( #17985 )
2021-08-24 10:08:36 -07:00
Antoni Baum
88163c4755
[docs] Add a TPU example to the docs ( #17959 )
...
* Add a TPU example to the docs
* Add a line about TPU API
* Add link to TPU pods
* Clarify
2021-08-24 10:08:26 -07:00
Chen Shen
3a04cb0d73
fix windows test failures ( #18022 )
2021-08-24 09:28:51 -07:00
Sven Mika
ff7740e508
[RLlib] Fix the git-bisect helper/debugging script. ( #18040 )
2021-08-24 18:08:29 +02:00
Antoni Baum
1f8ce1ede8
[tune] Explicitly instantiate skopt categorical spaces ( #18005 )
2021-08-24 17:11:21 +02:00
Alex Wu
6e3dd7b3cf
Revert "[Core]make thread of client manager in gcs server configurable ( #17978 )" ( #18041 )
...
This reverts commit f0edbf0d30
.
2021-08-24 07:57:59 -07:00
Qing Wang
7c1f14ddd8
Do not connect in constructor to avoid potential risk. ( #17916 )
...
* Do not connect in ctor.
* Fix lint.
Co-authored-by: Qing Wang <jovany.wq@antgroup.com>
2021-08-24 16:41:30 +08:00
Kai Fricke
ff68251f89
[release] Add python 3.9 to fix-docker-latest.sh ( #18037 )
2021-08-24 10:07:03 +02:00
Chen Shen
7e3e0d1535
[Test] Add C++ tsan test ( #17875 )
2021-08-24 00:57:32 -07:00
wanxing
abb46de4dc
[object store refactor 5/n] Add eviction policy tests ( #17984 )
...
* add eviction policy tests
* fix object_lifecycle_manager_test build
* make IsObjectExists private
2021-08-24 00:50:28 -07:00
Kai Fricke
d058f98546
[RLlib] Add GPU tests to CI (run per-PR). ( #17891 )
...
Co-authored-by: simon-mo <simon.mo@hey.com>
2021-08-24 09:20:45 +02:00
Tao Wang
f0edbf0d30
[Core]make thread of client manager in gcs server configurable ( #17978 )
2021-08-24 11:27:35 +08:00
dependabot[bot]
15adedc72c
[tune](deps): Bump sigopt in /python/requirements/tune ( #17996 )
...
Bumps [sigopt](https://sigopt.com/ ) from 7.4.0 to 7.5.0.
---
updated-dependencies:
- dependency-name: sigopt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 15:18:59 -07:00
dependabot[bot]
f97a292867
[tune](deps): Bump dask[complete] in /python/requirements/tune ( #17997 )
...
Bumps [dask[complete]](https://github.com/dask/dask ) from 2021.06.1 to 2021.8.1.
- [Release notes](https://github.com/dask/dask/releases )
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md )
- [Commits](https://github.com/dask/dask/compare/2021.06.1...2021.08.1 )
---
updated-dependencies:
- dependency-name: dask[complete]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 15:18:37 -07:00
Yi Cheng
5849f80e41
[Core] Fix typo of actor repr ( #18011 )
2021-08-23 14:33:51 -07:00
Edward Oakes
1a61082ed4
[serve] Remove deprecated endpoints code ( #17989 )
2021-08-23 13:53:09 -07:00