Commit Graph
100 Commits
Author SHA1 Message Date
Philipp MoritzandGitHub bf6577c8f4 Switch debugger to sockets and support unicode (#13004) 2020-12-20 12:10:28 -08:00
Philipp MoritzandGitHub ec9ad4a56b Documentation for Ray debugger stepping (#12845) 2020-12-20 00:43:27 -08:00
Philipp MoritzandGitHub ad036fd564 Fix continue for debugger (#12862) 2020-12-16 16:09:13 -08:00
Philipp MoritzandGitHub 343b479ae2 [TEST] Fix Ray windows build for debugger (#12671)
* Fix Ray windows build for debugger

* update
2020-12-08 18:12:48 -08:00
Philipp MoritzandGitHub 73a1a232b9 Ray debugger stepping between tasks (#12075) 2020-12-06 21:50:18 -08:00
Philipp MoritzandGitHub cf73ccddae Allow more fields for object metadata (#12484) 2020-11-29 21:50:18 -08:00
Philipp MoritzandGitHub ff82af1588 Clean up requirements.txt (#12136) 2020-11-19 09:27:09 -08:00
Philipp MoritzandGitHub b96516e9d3 [core] Remove google dependency (#12085) 2020-11-17 19:01:00 -08:00
28e7439cf0 [doc] Add documentation for Ray debugger (#11815)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-05 16:25:27 -08:00
Philipp MoritzandGitHub 39ce0eadbe Ray PDB support (#11739) 2020-11-03 09:49:23 -08:00
Philipp MoritzandGitHub a91073d9da Don't pin boto instead set lower limit on its version (#10711) 2020-09-11 13:22:32 -07:00
Philipp MoritzandGitHub b8673e5697 [autoscaler] Make KeyName optional in AWS autoscaler (#10336) 2020-08-27 11:08:44 -07:00
Philipp MoritzandGitHub c7adb464e4 [autoscaler] Fix run_env='host' for initialization commands (#10137) 2020-08-15 15:25:54 -07:00
Philipp MoritzandGitHub e95f0afe4c [autoscaler] Expand key path for hashing with expanduser (#10125) 2020-08-14 18:50:27 -07:00
Philipp MoritzandGitHub 6b53df9599 Hash contents of SSH key instead of key path (#10103) 2020-08-14 00:10:31 -07:00
Philipp MoritzandGitHub a5f4659d9f Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
Philipp MoritzandGitHub 325aec81bd Hide aliased autoscaler commands (#8348) 2020-05-07 10:17:59 -07:00
Philipp MoritzandGitHub d7da25eee1 Use RAY_ADDRESS to connect to an existing Ray cluster if present (#7977) 2020-04-27 09:59:37 -07:00
Philipp MoritzandGitHub b4656ca244 Fix dashboard profiling (#8013) 2020-04-14 08:30:16 -07:00
Philipp MoritzandGitHub eb61036ba2 Revert "Pyarrow Segfault Regression Test (#7568)" (#7805)
This reverts commit 57599f075c.
2020-03-29 20:59:05 -07:00
Philipp MoritzandGitHub 0d7ef46c83 Bazel improvements (#7427)
* Make wget quiet

* Make sphinx-build quiet

* Remove -q from pip install in CI script as config already takes care of it

* Add documentation on custom dependencies

* formatting

* python
2020-03-04 13:13:21 -08:00
Philipp MoritzandGitHub de0c99876e Fix fate_share not being passed to Redis shards (#7432) 2020-03-04 11:29:45 -08:00
Philipp MoritzandGitHub fb1c1e2d27 Revert "Keep cloudpickle up-to-date with the upstream (#7406)" (#7437)
This reverts commit f6883bf725.
2020-03-03 18:36:15 -08:00
Philipp MoritzandGitHub c2c6d96490 Fix install documentation on readthedocs (#7423) 2020-03-03 11:03:18 -08:00
Philipp MoritzandGitHub cc43c9c1a2 Increase limit for autoscaler keys (#7007) 2020-02-01 22:29:40 -08:00
Philipp MoritzandGitHub 96e2c1ae74 [Projects] Add small tutorial for projects (#6641) 2020-01-20 09:33:41 -08:00
Philipp MoritzandGitHub a26431f587 Upgrade react-scripts to fix #6739 (#6769) 2020-01-13 11:58:21 -08:00
Philipp MoritzandGitHub e15bd8ff1a Run core worker tests in thread sanitizer and fix thread safety issues (#6701) 2020-01-05 16:18:21 -08:00
Philipp MoritzandGitHub ecddaafd94 Add actor table to global state API (#6629) 2019-12-31 15:11:59 -08:00
Philipp MoritzandGitHub 735f282494 Use 0.9.0.dev0 as the version tag (#6630) 2019-12-30 10:14:07 -08:00
Philipp MoritzandGitHub eaee672b7f Revert "Perform Bazel install directly in Windows CI (#6529)" (#6593)
This reverts commit c5f141013b.
2019-12-24 16:39:07 -08:00
Philipp MoritzandEdward Oakes bbe5d83eb8 Windows CI for Ray on github actions (#6519)
* Windows CI for Ray

* Update main.yml

* Does this work?

* Download Bazel to current directory

* Install required packages via Chocolatey

* Improve the Windows CI script
2019-12-17 17:33:33 -08:00
Philipp MoritzandEdward Oakes 4d71ab83cf require packaging (#6517) 2019-12-17 12:01:14 -08:00
Philipp MoritzandGitHub f5d10eea0b [Projects] Refactor cluster specification (#6488) 2019-12-14 22:43:06 -08:00
Philipp MoritzandEdward Oakes afae8406da Make sure numpy >= 1.16.0 is installed for fast pickling support (#6486)
* Make sure numpy >= 1.16.0 is installed

* Works for 1.15.4

* lint

* formatting

* update

* put check into the right place

* lint
2019-12-14 16:36:49 -08:00
Philipp MoritzandGitHub 74b454c614 Fix overriding of params dictionary (#6445) 2019-12-12 19:15:13 -08:00
Philipp MoritzandGitHub 16be483af7 [Projects] Return parameters for a command (#6409) 2019-12-10 10:25:01 -08:00
Philipp MoritzandRichard Liaw 8c34e8391c Update issue templates (#6407) 2019-12-09 15:09:46 -08:00
Philipp MoritzandGitHub a454c815f1 Fix long running stress tests (#6374) 2019-12-05 18:29:41 -08:00
Philipp MoritzandGitHub dd27bfbb75 Rename .rayproject to ray-project (#6278) 2019-12-05 16:15:42 -08:00
Philipp MoritzandRobert Nishihara 22fa9b564b fix linting (#6322) 2019-12-01 14:06:35 -08:00
Philipp MoritzandGitHub a4437813eb [Projects] Unify hyphen vs underscore handling for arguments (#6208) 2019-11-20 23:52:41 -08:00
Philipp MoritzandGitHub 33c768ebe4 Fix worker signal.SIGTERM handler being installed from outside the main thread (#6176) 2019-11-20 11:14:28 -08:00
Philipp MoritzandGitHub fc655acfee Fix linting on master branch (#6174) 2019-11-16 10:02:58 -08:00
Philipp MoritzandEric Liang f24d96ec4f Revert "Try to enable dashboard (again) (#6069)" (#6159)
This reverts commit 4044af8520.
2019-11-13 12:32:12 -08:00
Philipp MoritzandGitHub decaa65cd6 Use pickle by default for serialization (#5978) 2019-11-10 18:12:18 -08:00
Philipp MoritzandGitHub ccbcc4bafa Use GRCP and Bazel 1.0 (#6002) 2019-11-08 15:58:28 -08:00
Philipp MoritzandEric Liang 5a05eaaa54 Fix compilation on master (#6116) 2019-11-07 22:38:42 -08:00
Philipp MoritzandGitHub fefe050a58 Fix running out of file descriptors in the WebUI (#6086) 2019-11-04 21:17:36 -08:00
Philipp MoritzandGitHub 1c5446851a Use Plasma with LRU refreshing integrated (#6050) 2019-11-03 16:19:05 -08:00
Philipp MoritzandEric Liang 894885593c Fix prometheus-cpp failure (#6073) 2019-11-03 15:05:47 -08:00
Philipp MoritzandGitHub f7455839bf Expose raylet info to dashboard (#6045) 2019-10-31 17:36:59 -07:00
Philipp MoritzandGitHub 80c01617a3 Optimize python task execution (#6024) 2019-10-27 00:43:34 -07:00
Philipp MoritzandGitHub 010270b3dc Cleanup left over shell scripts in build process (#6017) 2019-10-26 15:46:46 -07:00
Philipp MoritzandSimon Mo 0bb922c29f Revert "Use plasma with batched CreateAndSeal implemented (#5864)" (#6022)
This reverts commit 875c84ed63.
2019-10-25 23:02:21 -07:00
Philipp MoritzandGitHub 09d05bb3fa Reduce actor submission python overhead (#5949) 2019-10-23 00:11:32 -07:00
Philipp MoritzandGitHub b6e7ed20ce Fix random numbers on linux wheel build (#5975) 2019-10-22 17:52:12 -07:00
Philipp MoritzandGitHub d23696de17 Introduce flag to use pickle for serialization (#5805) 2019-10-18 22:29:36 -07:00
Philipp MoritzandGitHub 29eee7f970 Forward multiple ports for autoscaler (#5893) 2019-10-18 16:50:46 -07:00
Philipp MoritzandGitHub 32b2907457 Update max resource label and give better error message (#5916) 2019-10-16 22:37:01 -07:00
Philipp MoritzandRichard Liaw 5382a26c2e Deactivate bazel caching for linux wheels (#5915) 2019-10-14 15:48:23 -07:00
Philipp MoritzandGitHub 8fd23c0c3f Add back TensorFlow test (#5885) 2019-10-14 11:26:02 -07:00
Philipp MoritzandGitHub 1100556ba2 Fix linux wheel build (#5881) 2019-10-10 16:15:26 -07:00
Philipp MoritzandEric Liang 24b79fd0a6 temporarily remove tensorflow test (#5866) 2019-10-08 14:13:54 -07:00
Philipp MoritzandGitHub 785670bc18 Fix class attributes and methods for actor classes (#5802) 2019-10-07 23:56:07 -07:00
Philipp MoritzandGitHub 0dee225ce1 Make it possible to run ray examples as projects (#5816) 2019-10-03 14:52:37 -07:00
Philipp MoritzandGitHub 9a71d6ce3a Build dashboard only once in the wheel build and make sure caching is working for wheel builds (#5784)
* build dashboard only once

* update

* debug

* caching?

* update

* update
2019-10-02 16:29:11 -07:00
Philipp MoritzandGitHub 26834bcf94 Add message about tests passing and flaky tests to PR template (#5833) 2019-10-02 15:23:34 -07:00
Philipp MoritzandGitHub 01d6362472 Serialize StringIO with pickle (#5781) 2019-09-26 12:55:14 -07:00
Philipp MoritzandGitHub 57a5871ea6 Convert long running stress tests to projects (#5641) 2019-09-26 11:25:09 -07:00
Philipp MoritzandGitHub 5f5873b182 [Projects] Start multiple sessions via session start (#5740) 2019-09-22 01:36:23 -07:00
Philipp MoritzandRobert Nishihara a6dd794818 [Projects] Fix template path (#5716) 2019-09-16 19:58:54 -07:00
Philipp MoritzandGitHub b1aadd863b Fix project templates in wheel (#5714) 2019-09-16 15:21:59 -07:00
Philipp MoritzandGitHub e4e1a57ca5 [Projects] Allow named sessions (#5706) 2019-09-16 13:00:46 -07:00
Philipp MoritzandRobert Nishihara f4deecb5ab Fix travis error in direct_actor_transport.cc (#5710) 2019-09-15 22:19:20 -07:00
Philipp MoritzandGitHub 9ce6dd9b88 [Projects] Add "session execute" (#5681) 2019-09-11 00:50:05 -07:00
Philipp MoritzandRobert Nishihara d0125d4212 Fix log monitor process error when attempting to read raylet PID. (#5655) 2019-09-07 15:51:09 -07:00
Philipp MoritzandSimon Mo 744f6e45d4 Update release documentation after 0.7.4 release (#5646)
* Update release documentation after 0.7.4 release

* update

* update
2019-09-06 00:03:57 -07:00
Philipp MoritzandGitHub 747daff2cb Fix impala stress test (#5596) 2019-08-31 01:20:53 -07:00
Philipp MoritzandRobert Nishihara 85a92bcb8b Bump version string to 0.8.0.dev4 (#5523) 2019-08-29 21:25:28 -07:00
Philipp MoritzandGitHub 04b869678e Fix O(n^2) behavior in the log_monitor (#5569) 2019-08-29 14:46:31 -07:00
Philipp MoritzandGitHub e9d2d0432a Make RAY_CHECK for actor re-creation non-fatal (#5553) 2019-08-28 21:07:52 -07:00
Philipp MoritzandRobert Nishihara ddfababb82 Fix log files being opened as unicode files (#5545) 2019-08-27 12:47:00 -07:00
Philipp MoritzandGitHub f1dcce5a47 [projects] Add named commands to sessions (#5525) 2019-08-26 14:16:17 -07:00
Philipp MoritzandGitHub dbf7089c79 Bump version to 0.7.4 (#5474) 2019-08-23 17:08:16 -07:00
Philipp MoritzandGitHub c852213b83 [projects] Project examples and documentation (#5407) 2019-08-20 20:49:15 -07:00
Philipp MoritzandGitHub e065f55998 Fix impala stress test (#5491) 2019-08-20 19:49:46 -07:00
Philipp MoritzandGitHub cf98b1bb13 [autoscaler] Fix ssh control path length issue (#5476) 2019-08-19 16:18:08 -07:00
Philipp MoritzandGitHub 599cc2be60 Revert raylet to worker GRPC communication back to asio (#5450) 2019-08-17 19:11:32 -07:00
Philipp MoritzandGitHub 8d6c50c821 Fix compiler warnings and make warnings fatal (#5375) 2019-08-07 14:04:05 -07:00
Philipp MoritzandGitHub e8d9cfc1f1 Ray projects schema and validation (#5329) 2019-08-06 14:36:04 -07:00
Philipp MoritzandRobert Nishihara 322b5166ad Update arrow to include user defined status for plasma (#5156) 2019-07-12 22:51:14 -07:00
Philipp MoritzandStephanie Wang ccee77aafd fix node_failures.py (#5167) 2019-07-11 11:40:13 -07:00
Philipp MoritzandStephanie Wang e6a81d40a5 [stability] Make task result for RemoveTask optional (#5146)
* make task result for RemoveTask optional

* lint

* update

* update

* update

* rename

* lint
2019-07-10 13:33:41 -07:00
Philipp MoritzandRobert Nishihara c5253cc300 Add job table to state API (#5076) 2019-07-06 00:05:48 -07:00
Philipp MoritzandRobert Nishihara a6a02fccd0 Do not compile redis twice (#5074) 2019-07-01 15:42:54 -07:00
Philipp MoritzandRobert Nishihara 4e82313891 Update to latest arrow (#5011) 2019-06-30 20:36:36 -07:00
Philipp MoritzandEric Liang bbe3e5b4ed [rllib] Give error if sample_async is used with pytorch for A3C (#5000)
* give error if sample_async is used with pytorch

* update

* Update a3c.py
2019-06-25 22:06:35 -07:00
Philipp MoritzandEric Liang 2e342ef71f Fix tensorflow-1.14 installation in jenkins (#5007) 2019-06-21 11:04:40 -07:00
Philipp MoritzandRobert Nishihara 3b23d94cb8 Fix valgrind build by installing new version of valgrind (#5008) 2019-06-20 22:22:37 -07:00