Commit Graph

  • ddd4c42fe5 [Java] Add killActor API in Java (#6728) Kai Yang 2020-01-14 17:12:00 +08:00
  • 2bcf72e306 DQN distributional model: Replace all legacy tf.contrib imports with tf.keras.layers.xyz or tf.initializers.xyz. (#6772) Sven Mika 2020-01-13 21:48:16 -08:00
  • 3ea3b56eb1 Hotfix missing fields in multiprocessing.Pool (#6784) Edward Oakes 2020-01-13 16:39:33 -06:00
  • 4ee566129f Ignore io.UnsupportedOperation error when "Enabling nice stack traces on SIGSEGV etc." in worker.py::connect(). (#6771) Sven Mika 2020-01-13 14:31:13 -08:00
  • fc473e6a08 Use us-west-2 for application stress tests (#6782) Edward Oakes 2020-01-13 15:01:03 -06:00
  • a26431f587 Upgrade react-scripts to fix #6739 (#6769) Philipp Moritz 2020-01-13 11:58:21 -08:00
  • a950e95c7d Use exit() in __kill_actor__ (#6760) Edward Oakes 2020-01-13 11:37:59 -06:00
  • 36b2634479 [Java] Remove singleton exceptions (#6765) chaokunyang 2020-01-13 10:28:06 +08:00
  • 453a214571 Publish unexpected worker failures (#6734) Stephanie Wang 2020-01-11 10:39:22 -08:00
  • 723fe86882 [Java] Fix building Java with maven (#6764) chaokunyang 2020-01-11 14:26:28 +08:00
  • ed8b2a9b85 Add stats handler to gcs server (#6750) fangfengbin 2020-01-11 12:46:25 +08:00
  • ce8170db99 [GCS] Add StatsInfoAccessor to GCS Client (#6748) micafan 2020-01-10 13:55:10 +08:00
  • 4097d076d4 Package ray java jars into wheels (#6600) chaokunyang 2020-01-10 11:41:00 +08:00
  • e5dded917c SAC site changes (#6759) Michael Luo 2020-01-09 18:13:42 -08:00
  • f69081242e Ray operator travis (#6731) chenk008 2020-01-10 06:16:08 +08:00
  • 60d4d5e1aa Remove future imports (#6724) Sven 2020-01-09 09:15:48 +01:00
  • ca454c5c1b Add task reconstruction function to task info handler (#6711) fangfengbin 2020-01-09 15:37:42 +08:00
  • 3673835f30 Fix spurious warning message when submitting many tasks (#6752) Yunzhi Zhang 2020-01-08 22:52:46 -08:00
  • 1211e6a1fc [GCS] Add async register nodes to GCS Client (#6742) micafan 2020-01-09 10:51:22 +08:00
  • 69c5a2bc3c Warn if OMP_NUM_THREADS is set (#6729) Eric Liang 2020-01-08 14:59:07 -08:00
  • a745886242 Disable HTTP proxy for gRPC connections (#6744) Eric Liang 2020-01-08 09:23:22 -08:00
  • 0a5d0109a4 add actor table data creation method to pb_util.h (#6746) micafan 2020-01-08 22:39:17 +08:00
  • 70c7d47c09 [Streaming] java cross lang streaming graph (#6689) chaokunyang 2020-01-08 17:32:35 +08:00
  • 91a3fa0157 [GCS]access task reconstruction in TaskInfoAccessor (#6688) micafan 2020-01-08 16:59:06 +08:00
  • 859dbad155 Fix estimate_available_memory() in utils.py (#6302) Lixin Wei 2020-01-08 15:22:47 +08:00
  • 303d1a959b Add task lease method to task info handler (#6710) fangfengbin 2020-01-08 14:25:55 +08:00
  • 9dacebec1a [Streaming] Add configuration with owner config. (#6687) Tianyi Chen 2020-01-08 11:19:01 +08:00
  • 872a3522aa Add machinable to list of projects using Tune (#6737) Frithjof 2020-01-07 23:10:17 +00:00
  • 5f843cd998 Clean up stress_testing_config.yaml (#6738) Edward Oakes 2020-01-07 17:05:07 -06:00
  • a6c8c342b7 Better document guarantees provided by par iter API (#6726) Eric Liang 2020-01-07 14:41:50 -08:00
  • 329b9440ba fix missing override for HandleWaitForObjectEviction (#6733) Zhijun Fu 2020-01-08 05:20:35 +08:00
  • 72335dbe46 [rpc] refactor RPC server code (#6661) Zhijun Fu 2020-01-07 22:03:42 +08:00
  • aaeb3c44a5 [tune] Add _change_working_directory to RayTrialExecutor (#6228) (#6320) Michał Słapek 2020-01-07 10:51:04 +01:00
  • 5e43b25e8c Document fault tolerance behavior. (#6698) Robert Nishihara 2020-01-06 22:34:06 -08:00
  • 20ba7ef647 [tune] Move util to utils package (#6682) Ujval Misra 2020-01-06 21:11:03 -05:00
  • 78d6290a65 Add kubectl to autoscaler docker image (#6721) Edward Oakes 2020-01-06 17:30:51 -06:00
  • 2a4d2c6e9e Basic reference counting & pinning (#6554) Edward Oakes 2020-01-06 17:30:26 -06:00
  • c9855c9769 Remove std::move<std::shared_ptr>(...) to avoid bugs (#6720) mehrdadn 2020-01-06 15:17:26 -08:00
  • 63363e19be Update bug_report.md (#6704) Eric Liang 2020-01-06 10:55:04 -08:00
  • 5bb20f6ac9 remove unused params in grpc macros (#6677) Zhijun Fu 2020-01-06 21:35:40 +08:00
  • 76c986bdc7 Windows compatibility stubs (#6706) mehrdadn 2020-01-05 21:21:17 -08:00
  • e6165cb14b Fix master as it seems to have been broken via these conflicting commits: (#6708) mehrdadn 2020-01-05 20:29:21 -08:00
  • 1000e3322d Add gcs server task info handler (#6695) fangfengbin 2020-01-06 11:09:32 +08:00
  • c51fbfb453 [streaming] Message bundle use inplacement instance (#6606) Lingxuan Zuo 2020-01-06 11:04:29 +08:00
  • 2228079481 Fix missing overrides (#6703) mehrdadn 2020-01-05 17:00:23 -08:00
  • e15bd8ff1a Run core worker tests in thread sanitizer and fix thread safety issues (#6701) Philipp Moritz 2020-01-05 16:18:21 -08:00
  • cc110ff1e3 [GCS]Add task lease methods to TaskInfoAccessor (#6645) micafan 2020-01-05 13:54:33 +08:00
  • 6285851743 Add sphinx copy button (#6694) Simon Mo 2020-01-04 19:31:49 -06:00
  • 816b84808d [Dashboard] Display memory usage of nodes and core workers (#6671) Yunzhi Zhang 2020-01-03 20:12:42 -08:00
  • fd379934b6 rm DirectActorTable (#6684) micafan 2020-01-04 08:28:26 +08:00
  • ca876c1ecb Make sure dashboard link can be clicked directly. (#6683) Harrison Feng 2020-01-04 08:17:16 +08:00
  • 80e77f7025 Revert accidental changes to test file. (#6681) Robert Nishihara 2020-01-03 14:23:45 -08:00
  • b8669bc06c Add node resources methods to gcs server node info handler (#6685) fangfengbin 2020-01-03 20:06:49 +08:00
  • 5b40408678 [tune] Remove py2.7-specific code (#6665) Ujval Misra 2020-01-03 04:03:13 -05:00
  • 970cd78701 [GCS] refactor the GCS Client Dynamic Resource Interface (#6266) micafan 2020-01-03 14:07:37 +08:00
  • ca651af1d7 [tune] Async restores and S3/GCP-capable trial FT (#6376) Ujval Misra 2020-01-02 23:40:53 -05:00
  • 57061a15cf [docs] configure.rst with --num-cpus (#6678) Harrison Feng 2020-01-03 12:33:41 +08:00
  • 92e44a5dc8 Deprecate redis_address argument in favor of address. (#6654) Robert Nishihara 2020-01-02 20:18:34 -08:00
  • d39e76f2ce rename interface and class for task assigner based on suitable pattern. (#6664) Jing Ge 2020-01-03 11:13:36 +08:00
  • 9fe90cdafc Fix async actor recursion limitation (#6672) Simon Mo 2020-01-02 19:45:13 -06:00
  • 39a3459886 Remove (object) from class declarations. (#6658) Robert Nishihara 2020-01-02 17:42:13 -08:00
  • f1b56fa5ee PG unify/cleanup tf vs torch and PG functionality test cases (tf + torch). (#6650) Sven 2020-01-02 19:08:03 -05:00
  • d206445caf Use Travis deploy v2. (#6674) Robert Nishihara 2020-01-02 16:00:51 -08:00
  • 8a0a30b5f0 [Dashboard] display actor status and infeasible tasks (#6652) Yunzhi Zhang 2020-01-02 14:27:59 -08:00
  • 895f2727fb Add experimental parallel iterators API (#6644) Eric Liang 2020-01-02 13:45:26 -08:00
  • 3dddbef6d9 Release cpu blocked (#6611) Ion 2020-01-02 13:43:25 -08:00
  • 3a2a4335b6 Ray operator go.mod file (#6660) chenk008 2020-01-03 01:55:16 +08:00
  • a13781d70e Add actor checkpoint methods to gcs server actor info handler (#6663) fangfengbin 2020-01-02 19:31:54 +08:00
  • a7e9d63979 [GCS] Add actor checkpoint related methods to accessor (#6605) micafan 2020-01-02 12:36:52 +08:00
  • 255aa0796a Add heartbeat methods to gcs server node info handler (#6647) fangfengbin 2020-01-02 12:36:23 +08:00
  • 9baa002069 Remove deprecated global state. (#6655) Robert Nishihara 2019-12-31 22:40:47 -08:00
  • 4150d444a1 ray-operator support bazel build (#6639) chenk008 2020-01-01 14:28:51 +08:00
  • 91a98d2295 [rpc] refactor GRPC client (#6637) Zhijun Fu 2020-01-01 14:28:25 +08:00
  • f4b29dae9c Perform Bazel install directly in Windows CI (#6653) mehrdadn 2019-12-31 20:48:08 -08:00
  • 480206eef8 Remove some Python 2 compatibility code. (#6624) Robert Nishihara 2019-12-31 17:14:58 -08:00
  • ecddaafd94 Add actor table to global state API (#6629) Philipp Moritz 2019-12-31 15:11:59 -08:00
  • a4d64de39a Perform LLVM install directly inside Windows CI (#6588) mehrdadn 2019-12-31 13:23:19 -08:00
  • d2c6457832 Remove public facing references to --redis-address. (#6631) Robert Nishihara 2019-12-31 13:21:53 -08:00
  • 1cb335487e SAC for Mujoco Environments (#6642) Michael Luo 2019-12-31 00:16:54 -08:00
  • cdc1ce4ebf [GCS]Add heartbeat methods to NodeInfoAccessor (#6604) micafan 2019-12-31 14:17:35 +08:00
  • 65acb54553 [Dashboard] Logical view backend for dashboard (#6590) Yunzhi Zhang 2019-12-30 13:08:08 -08:00
  • 8b16847c02 Get utils ready for better Agent torch support. (#6561) Sven 2019-12-30 15:27:32 -05:00
  • 735f282494 Use 0.9.0.dev0 as the version tag (#6630) Philipp Moritz 2019-12-30 10:14:07 -08:00
  • 646643a588 [doc] remove redundant PS example (#6634) Richard Liaw 2019-12-29 20:54:42 -08:00
  • 2a66529fb7 Add multiprocessing.Pool API (#6194) Edward Oakes 2019-12-29 21:40:58 -06:00
  • e2bc489a18 Port webui nits from original pr that enables it (#6628) Eric Liang 2019-12-29 19:19:43 -08:00
  • 3e0f07468f Make JSON schema for projects more explicit (#6550) Mitchell Stern 2019-12-29 19:41:53 -05:00
  • 10338fde0c Ray operator: controller code and guide to use (#6501) Qstar 2019-12-30 00:14:47 +08:00
  • 7c1e0e5715 Implement wait_local for wait (#6524) Eric Liang 2019-12-28 17:40:49 -08:00
  • 677004ee3d Add 'ray stat' command for debugging (#6622) Eric Liang 2019-12-28 14:40:32 -08:00
  • 92db13023c Fix unused variable compilation error. (#6625) Robert Nishihara 2019-12-28 12:50:14 -08:00
  • 022954ac09 [rllib] Tuple action dist tensors not reduced properly in eager mode (#6615) Eric Liang 2019-12-28 09:51:09 -08:00
  • 8a51efebfb Add gcs server object info handler (#6621) fangfengbin 2019-12-28 22:44:27 +08:00
  • ff82613b66 Fix test_actor.py test_kill. (#6623) Robert Nishihara 2019-12-27 22:39:17 -08:00
  • a76fadb899 [Serve] Adding BackendConfig (#6541) alindkhare 2019-12-28 00:34:50 -05:00
  • 96f2f8ff10 Stop testing Python 2.7 and building Python 2.7 wheels. (#6601) Robert Nishihara 2019-12-27 20:47:49 -08:00
  • 8724e5ffd5 Start WebUI by default. (#6493) Robert Nishihara 2019-12-27 13:49:07 -08:00
  • 088ce2d1e1 Fix hang on actor creation task failure (#6617) Zhijun Fu 2019-12-28 02:48:18 +08:00
  • a492333f4e [GCS] refactor the GCS Client Object Interface (#5695) micafan 2019-12-27 15:18:54 +08:00
  • 3814b6d5f3 Add gcs server node info handler (#6595) fangfengbin 2019-12-27 15:08:38 +08:00