Commit Graph

  • ddc8855f41 Fix wrap (#6293) Eric Liang 2019-11-26 17:47:47 -08:00
  • 30b2fc1d81 Fix actor creation hang due to race in SWAP queue (#6280) Eric Liang 2019-11-26 15:21:03 -08:00
  • cafdaa346f Update glog (#6287) mehrdadn 2019-11-26 14:54:36 -08:00
  • 5340e5280a Patch prometheus-cpp internally (#6281) mehrdadn 2019-11-26 14:49:24 -08:00
  • 82d17888e0 Patch grpc for Windows (#6282) mehrdadn 2019-11-26 14:45:21 -08:00
  • 1ca8c427e3 Consistent Name for Process Title (#6276) Simon Mo 2019-11-26 11:56:28 -08:00
  • 141d667cee Fix bash syntax error in test-wheels.sh (#6290) Edward Oakes 2019-11-26 13:15:54 -06:00
  • ffb9c0ecae Fix bug in which remote function redefinition doesn't happen. (#6175) Robert Nishihara 2019-11-26 09:19:19 -08:00
  • 7f8de61441 [hotfix] Remove python/ray/tests/__init__.py (#6279) Edward Oakes 2019-11-25 18:04:20 -07:00
  • f6a0408173 Track pending tasks with TaskManager (#6259) Stephanie Wang 2019-11-25 16:37:26 -08:00
  • ed5154d7fe Modify RayLogLevel to avoid conflicts with DEBUG macro and ERROR macros that are defined externally (#6204) mehrdadn 2019-11-25 16:02:26 -08:00
  • ca08a8f479 Update grpc to version that fixes typo in third_party/py/python_configure.bzl (#6235) mehrdadn 2019-11-25 14:20:33 -08:00
  • 64a3a7239e Set RAY_FORCE_DIRECT=1 for run_rllib_tests, test_basic (#6171) Eric Liang 2019-11-25 14:12:11 -08:00
  • c9314098b9 Implement direct task worker lease timeouts (#6188) Edward Oakes 2019-11-25 14:48:19 -07:00
  • e72aef2ba6 [hotfix] Fix building linux wheels Edward Oakes 2019-11-25 12:45:31 -07:00
  • 71316fa8d0 wrap models with DistributionalQModel when running DQN (#6258) Ameer Haj Ali 2019-11-25 00:11:24 -08:00
  • 7917bbef78 Set progress report interval for bazel explicitly (#6262) Eric Liang 2019-11-24 22:37:59 -08:00
  • c8b69727cd ray stop only kills process with ray keyword (#6257) Simon Mo 2019-11-24 16:32:07 -08:00
  • e5b5c98558 Fix python PATH for build (#6260) Eric Liang 2019-11-24 15:32:06 -08:00
  • 53641f1f74 Move more unit tests to bazel (#6250) Eric Liang 2019-11-24 11:43:34 -08:00
  • aa8d5d2f6c Rate limit asyncio actor (#6242) Simon Mo 2019-11-24 11:39:28 -08:00
  • 9f0d005ce6 Use jobs 50 (#6255) Simon Mo 2019-11-24 00:32:38 -08:00
  • f6a5baf844 [tune] minor doc fix (#6248) Yuhao Yang 2019-11-23 21:54:41 -08:00
  • d2662fecea Miscellaneous bug fixes to throw unreconstructable errors for direct calls (#6245) Stephanie Wang 2019-11-23 15:05:49 -08:00
  • c4fa3b3afb fix (#6251) Stephanie Wang 2019-11-23 15:04:48 -08:00
  • ea270495a1 Remove stray change (#6247) Eric Liang 2019-11-23 00:07:45 -08:00
  • 94d37eee28 Update Boost via our own rule instead of managing our own fork (#6238) mehrdadn 2019-11-22 16:10:47 -08:00
  • ae5abc48a9 Fix race condition in redis_async_context.cc (#6231) Edward Oakes 2019-11-22 15:51:40 -08:00
  • f53f576120 Quiet Wget (#6244) Simon Mo 2019-11-22 14:32:14 -08:00
  • b052bcf1fc Bazelify tune tests in travis (#6219) Eric Liang 2019-11-22 13:58:50 -08:00
  • 68ac08332b Initial commit of new cluster resource scheduler (#6178) Ion 2019-11-22 11:14:46 -08:00
  • 05ce789e5b Reorganize ray_deps_setup.bzl to make all the GitHub rules uniform and download ZIP files for everything (#6193) mehrdadn 2019-11-22 09:59:32 -08:00
  • eb6a93c0f0 [hotfix] fix lint (#6236) Simon Mo 2019-11-21 18:30:57 -08:00
  • 7559fdb141 [rllib/tune] Cache get_preprocessor() calls, default max_failur… (#6211) Eric Liang 2019-11-21 15:55:56 -08:00
  • d3227f2f2d Fix bug in direct task calls for objects that were evicted (#6216) Stephanie Wang 2019-11-21 15:38:31 -08:00
  • eb7b73d731 Disconnect direct task workers that died (#6213) Stephanie Wang 2019-11-21 15:37:15 -08:00
  • ba86c75c21 Patch Cython in grpc to use our COPTS (#6223) mehrdadn 2019-11-21 15:32:48 -08:00
  • 57e101e648 [CI] Pass cloud cache secrets to linux wheel (#6232) Simon Mo 2019-11-21 14:41:13 -08:00
  • 29ba6bfc64 Basic Async Actor Call (#6183) Simon Mo 2019-11-21 11:56:46 -08:00
  • c4132b501b [CI] Add Remote Caching (#6210) Simon Mo 2019-11-21 11:36:36 -08:00
  • 7f52d019ca Inline memory_store_provider into memory_store (#6217) Eric Liang 2019-11-21 10:13:53 -08:00
  • a4437813eb [Projects] Unify hyphen vs underscore handling for arguments (#6208) Philipp Moritz 2019-11-20 23:52:41 -08:00
  • 1f9ab74293 Fix hang on Ray shutdown (#6201) Eric Liang 2019-11-20 23:30:35 -08:00
  • 425edb5cd9 Support NotifyBlocked/UnBlocked for direct call tasks (#6177) Eric Liang 2019-11-20 22:07:12 -08:00
  • db77595298 Fix segfault for task arguments passed by value (#6214) Stephanie Wang 2019-11-20 22:02:18 -08:00
  • 95bf977839 Rename UpdateResource due to conflict with Windows (#6205) mehrdadn 2019-11-20 20:44:13 -08:00
  • c0be9e6738 Resolve dependencies locally before submitting direct actor tasks (#6191) Stephanie Wang 2019-11-20 16:45:19 -08:00
  • 33c768ebe4 Fix worker signal.SIGTERM handler being installed from outside the main thread (#6176) Philipp Moritz 2019-11-20 11:14:28 -08:00
  • 0010382cc7 [tune] Report failures in a separate table (#6160) Ujval Misra 2019-11-20 10:53:47 -08:00
  • e7dbafa000 fix gcs::RedisAsioClient non-thread safe (#5946) micafan 2019-11-21 02:18:35 +08:00
  • 23ef58716d Fix crash on sys.exit of direct task calls (#6202) Eric Liang 2019-11-19 21:30:48 -08:00
  • d3c7a8fda5 [docs] yarn update (#6173) Richard Liaw 2019-11-19 16:15:08 -08:00
  • a1744f67fe Add hostname to nodeinfo(#6156) ashione 2019-11-19 15:03:46 +08:00
  • f9d2d106b1 Updates to .bazelrc to address some issues seen on Windows (#6187) mehrdadn 2019-11-18 20:54:23 -08:00
  • 4f583ec784 Improve Object Transfer Performance (#6067) Danyang Zhuo 2019-11-18 14:40:34 -08:00
  • d3ff2252c4 [doc] Fix link to getting involved Yuhao Yang 2019-11-18 12:59:14 -08:00
  • 8fc2272f43 [rllib] Reorganize trainer config, add warnings about high VF loss magnitude for PPO (#6181) Eric Liang 2019-11-18 10:39:07 -08:00
  • 2965dc1b72 [tune] Fault tolerance improvements (#5877) Ujval Misra 2019-11-18 01:14:41 -08:00
  • 66edebce3a Spillback scheduling for direct task calls (#6164) Stephanie Wang 2019-11-17 20:29:32 -08:00
  • fc655acfee Fix linting on master branch (#6174) Philipp Moritz 2019-11-16 10:02:58 -08:00
  • a68cda0a33 [rllib] remove exists call (#6168) Eric Liang 2019-11-15 21:59:40 -08:00
  • 30e2b6b91b Microbenchmark for inter-node object transfer (#6098) Danyang Zhuo 2019-11-15 21:39:06 -08:00
  • e8cce3fdd4 [autoscaler]: automatically pull new docker image (#6111) Adam Gleave 2019-11-15 21:26:28 -08:00
  • 1b80675206 Scheduling ids (#6137) Ion 2019-11-15 16:04:16 -08:00
  • dee696577f Fix passing object ids in local mode (#6170) Edward Oakes 2019-11-15 15:46:39 -08:00
  • 33040d734f Disable stopgap GC by default (#6165) Edward Oakes 2019-11-15 15:42:59 -08:00
  • 7aa06fb25c [tune] ExperimentalAnalysis in-memory cache (#5962) Hersh Godse 2019-11-15 12:47:50 -08:00
  • 7d33e9949b Integrate ref count module into local memory store (#6122) Eric Liang 2019-11-15 10:52:19 -08:00
  • 62cbc043b4 [tune] tbx logger (#6133) Richard Liaw 2019-11-15 08:45:44 -08:00
  • 8ff393a7bd Handle exchange of direct call objects between tasks and actors (#6147) Eric Liang 2019-11-14 17:32:04 -08:00
  • 385783fcec Ray on YARN + Skein Documentation (#6119) Edward Oakes 2019-11-14 15:06:05 -08:00
  • 2758cd0b34 Make log message debug (#6166) Edward Oakes 2019-11-14 15:05:36 -08:00
  • e3b95dafeb Fix sigterm_handler (#6141) Edward Oakes 2019-11-14 13:41:50 -08:00
  • 243b1b7281 [rllib] Add microbatch optimizer with A2C example (#6161) Eric Liang 2019-11-14 12:14:00 -08:00
  • 0a3623ded6 Fix memory store wait (#6152) Eric Liang 2019-11-14 10:17:30 -08:00
  • bbadde57e0 Pass through caller address when submitting a task (#6143) Stephanie Wang 2019-11-14 09:14:08 -08:00
  • e3e3ad4b25 Add timeout param to ray.get (#6107) Ujval Misra 2019-11-14 00:50:04 -08:00
  • e4c0843f60 Allow EntropyCoeffSchedule to accept custom schedule (#6158) waldroje 2019-11-14 03:45:43 -05:00
  • e4565c9cc6 Reduce RLlib log verbosity (#6154) Eric Liang 2019-11-13 18:50:45 -08:00
  • 51e76151d6 Use shared_ptr for gcs client in profiler (#6150) Edward Oakes 2019-11-13 15:24:01 -08:00
  • f24d96ec4f Revert "Try to enable dashboard (again) (#6069)" (#6159) Philipp Moritz 2019-11-13 12:32:12 -08:00
  • b924299833 Add large scale regression test for RLlib (#6093) Eric Liang 2019-11-13 12:22:55 -08:00
  • f3f86385d6 Minimal implementation of direct task calls (#6075) Eric Liang 2019-11-12 11:45:28 -08:00
  • 35d177f459 Use grpc for communication from worker to local raylet (task submission and direct actor args only) (#6118) Stephanie Wang 2019-11-11 21:17:25 -08:00
  • f48293f96d Fix deprecated warning (#6142) Siyuan (Ryans) Zhuang 2019-11-11 17:49:15 -08:00
  • c75ada9e04 [Autoscaler][K8s] Enforce memory limit in k8s yaml (#6138) Simon Mo 2019-11-11 14:06:34 -08:00
  • 776b071f3b [tune] Let Search Algorithms use early stopped trials (#5651) Adi Zimmerman 2019-11-11 09:38:14 -08:00
  • 5780ec1b62 Refresh ObjectIDs in raylet for stopgap GC (#6109) Edward Oakes 2019-11-10 23:12:59 -08:00
  • decaa65cd6 Use pickle by default for serialization (#5978) Philipp Moritz 2019-11-10 18:12:18 -08:00
  • 01aee8d970 [autoscaler] Retry creating EC2 instances in new AZ (#6129) Adam Gleave 2019-11-09 19:44:27 -08:00
  • d17ae5ad7a Update hyperband-cartpole.yaml (#6121) Miguel Morales 2019-11-09 20:39:03 -07:00
  • c157e93ba1 [tune] Retry failed tasks with checkpointing disabled (#6126) Adam Gleave 2019-11-09 19:35:27 -08:00
  • ccbcc4bafa Use GRCP and Bazel 1.0 (#6002) Philipp Moritz 2019-11-08 15:58:28 -08:00
  • afca6d3d87 Object store full with cyclic python references (#6114) Eric Liang 2019-11-08 14:08:24 -08:00
  • 83378a8610 Improve flaky test_warning_monitor_died (#6113) Edward Oakes 2019-11-08 12:11:15 -08:00
  • 4044af8520 Try to enable dashboard (again) (#6069) Eric Liang 2019-11-08 10:48:48 -08:00
  • 5a05eaaa54 Fix compilation on master (#6116) Philipp Moritz 2019-11-07 22:38:42 -08:00
  • 4a28306186 Allow large returns from direct actor calls (#6088) Eric Liang 2019-11-07 21:28:55 -08:00
  • ca53af4d0f Add pending task dependencies to ObjectID ref counting (#6054) Edward Oakes 2019-11-07 18:37:10 -08:00
  • 1f043daf69 [rllib] Fix and add test for LR annealing config Eric Liang 2019-11-07 12:17:27 -08:00