1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-17 08:36:38 -04:00
Commit graph

9830 commits

Author SHA1 Message Date
Sven Mika
2bcf72e306 DQN distributional model: Replace all legacy tf.contrib imports with tf.keras.layers.xyz or tf.initializers.xyz. ()
- This fixes a test case in test_evaluators.py.
2020-01-13 21:48:16 -08:00
Edward Oakes
3ea3b56eb1
Hotfix missing fields in multiprocessing.Pool () 2020-01-13 16:39:33 -06:00
Sven Mika
4ee566129f Ignore io.UnsupportedOperation error when "Enabling nice stack traces on SIGSEGV etc." in worker.py::connect(). ()
- Fixes RLlib tf-eager test cases for all agents when run locally on Ubuntu and Mac.
2020-01-13 14:31:13 -08:00
Edward Oakes
fc473e6a08
Use us-west-2 for application stress tests () 2020-01-13 15:01:03 -06:00
Philipp Moritz
a26431f587
Upgrade react-scripts to fix () 2020-01-13 11:58:21 -08:00
Edward Oakes
a950e95c7d
Use exit() in __kill_actor__ () 2020-01-13 11:37:59 -06:00
chaokunyang
36b2634479 [Java] Remove singleton exceptions () 2020-01-13 10:28:06 +08:00
Stephanie Wang
453a214571
Publish unexpected worker failures ()
* Publish unexpected worker failures

* comment

* Move failure handler to NodeManager, update comments
2020-01-11 10:39:22 -08:00
chaokunyang
723fe86882 [Java] Fix building Java with maven ()
* lint

* gen_maven_deps for ray_java_pkg
2020-01-11 14:26:27 +08:00
fangfengbin
ed8b2a9b85 Add stats handler to gcs server () 2020-01-11 12:46:24 +08:00
micafan
ce8170db99 [GCS] Add StatsInfoAccessor to GCS Client () 2020-01-10 13:55:10 +08:00
chaokunyang
4097d076d4 Package ray java jars into wheels () 2020-01-10 11:41:00 +08:00
Michael Luo
e5dded917c SAC site changes () 2020-01-09 18:13:42 -08:00
chenk008
f69081242e Ray operator travis () 2020-01-09 16:16:08 -06:00
Sven
60d4d5e1aa Remove future imports ()
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
fangfengbin
ca454c5c1b Add task reconstruction function to task info handler () 2020-01-09 15:37:42 +08:00
Yunzhi Zhang
3673835f30 Fix spurious warning message when submitting many tasks () 2020-01-08 22:52:46 -08:00
micafan
1211e6a1fc [GCS] Add async register nodes to GCS Client () 2020-01-09 10:51:22 +08:00
Eric Liang
69c5a2bc3c
Warn if OMP_NUM_THREADS is set () 2020-01-08 14:59:07 -08:00
Eric Liang
a745886242
Disable HTTP proxy for gRPC connections ()
* disable http proxy for grpc

* add test
2020-01-08 09:23:22 -08:00
micafan
0a5d0109a4 add actor table data creation method to pb_util.h () 2020-01-08 22:39:17 +08:00
chaokunyang
70c7d47c09 [Streaming] java cross lang streaming graph () 2020-01-08 17:32:35 +08:00
micafan
91a3fa0157 [GCS]access task reconstruction in TaskInfoAccessor ()
* add task lease interface to TaskInfoAccessor

* impl of task lease

* support accessing task lease in TaskInfoAccessor

* update raylet usage of task lease

* add comment

* fix lint

* fix UT of TaskDependencyManager

* fix UT of ReconstructionPolicy

* rm useless code from UT

* add task reconstruction methods to gcs

* fix ut of RedisGcsClient

* update test

* update comments
2020-01-08 16:59:06 +08:00
Lixin Wei
859dbad155 Fix estimate_available_memory() in utils.py () 2020-01-08 15:22:47 +08:00
fangfengbin
303d1a959b Add task lease method to task info handler ()
* add task lease methods to task info handler

* rebase master
2020-01-08 14:25:55 +08:00
Tianyi Chen
9dacebec1a [Streaming] Add configuration with owner config. () 2020-01-08 11:19:01 +08:00
Frithjof
872a3522aa Add machinable to list of projects using Tune () 2020-01-07 15:10:17 -08:00
Edward Oakes
5f843cd998
Clean up stress_testing_config.yaml ()
* Clean up stress_testing_config.yaml

* comment
2020-01-07 17:05:07 -06:00
Eric Liang
a6c8c342b7
Better document guarantees provided by par iter API ()
* update

* Update doc/source/iter.rst

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>

* Update doc/source/iter.rst

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>

Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-01-07 14:41:50 -08:00
Zhijun Fu
329b9440ba fix missing override for HandleWaitForObjectEviction () 2020-01-07 13:20:35 -08:00
Zhijun Fu
72335dbe46
[rpc] refactor RPC server code ()
* refactor RPC client

* remove unused code

* format

* fix

* resolve comments

* format

* update

* refactor rpc server

* update

* format

* fix

* fix

* Update src/ray/rpc/worker/core_worker_server.h

Co-Authored-By: Edward Oakes <ed.nmi.oakes@gmail.com>

* resolve comments

* format

* update

* update

* add a comment

* fix

Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2020-01-07 22:03:42 +08:00
Michał Słapek
aaeb3c44a5 [tune] Add _change_working_directory to RayTrialExecutor () ()
* [tune] Add _switch_working_directory to RayTrialExecutor ()

* Make _switch_working_directory before warn_if_slow

* Rename _switch_working_directory to _change_working_directory
2020-01-07 01:51:04 -08:00
Robert Nishihara
5e43b25e8c
Document fault tolerance behavior. () 2020-01-06 22:34:06 -08:00
Ujval Misra
20ba7ef647 [tune] Move util to utils package ()
* Move util.py to utils

* Fix import
2020-01-06 18:11:02 -08:00
Edward Oakes
78d6290a65
Add kubectl to autoscaler docker image () 2020-01-06 17:30:51 -06:00
Edward Oakes
2a4d2c6e9e
Basic reference counting & pinning () 2020-01-06 17:30:26 -06:00
mehrdadn
c9855c9769 Remove std::move<std::shared_ptr>(...) to avoid bugs () 2020-01-06 17:17:26 -06:00
Eric Liang
63363e19be
Update bug_report.md () 2020-01-06 10:55:04 -08:00
Zhijun Fu
5bb20f6ac9
remove unused params in grpc macros ()
* remove unused params in grpc macros

* format

* fix

* format

* fix
2020-01-06 21:35:40 +08:00
mehrdadn
76c986bdc7 Windows compatibility stubs () 2020-01-05 21:21:17 -08:00
mehrdadn
e6165cb14b Fix master as it seems to have been broken via these conflicting commits: ()
c51fbfb453
2228079481

Co-authored-by: GitHub Web Flow <noreply@github.com>
2020-01-06 12:29:21 +08:00
fangfengbin
1000e3322d Add gcs server task info handler () 2020-01-06 11:09:32 +08:00
Lingxuan Zuo
c51fbfb453 [streaming] Message bundle use inplacement instance ()
* streaming message bundle use inplacement instance

* fix typo & enable common test

* fix compiler warning

* block copy for serilization

* add reference

* remove streaming common test to travis script
2020-01-06 11:04:29 +08:00
mehrdadn
2228079481 Fix missing overrides () 2020-01-05 17:00:23 -08:00
Philipp Moritz
e15bd8ff1a
Run core worker tests in thread sanitizer and fix thread safety issues () 2020-01-05 16:18:21 -08:00
micafan
cc110ff1e3 [GCS]Add task lease methods to TaskInfoAccessor () 2020-01-05 13:54:33 +08:00
Simon Mo
6285851743
Add sphinx copy button ()
* Add sphinx copy button

* Update requirements-doc.txt

Co-authored-by: Robert Nishihara <robertnishihara@gmail.com>
2020-01-04 19:31:49 -06:00
Yunzhi Zhang
816b84808d [Dashboard] Display memory usage of nodes and core workers () 2020-01-03 20:12:42 -08:00
micafan
fd379934b6 rm DirectActorTable () 2020-01-03 16:28:26 -08:00
Harrison Feng
ca876c1ecb Make sure dashboard link can be clicked directly. () 2020-01-03 16:17:16 -08:00