Lixin Wei
2b95e71dac
[Streaming] Test build fixed ( #10617 )
2020-09-08 14:31:54 +08:00
Lixin Wei
66e125d6e6
[Streaming] Remove useless generated protobuf directory to fix CI. ( #10616 )
2020-09-08 12:19:59 +08:00
kisuke95
b7003839bd
[Core] Use core worker options to initialize ( #10467 )
...
* fix
* fix
* .
2020-09-07 16:36:43 -07:00
Lixin Wei
f31ee84bfd
[Streaming] Fault Tolerance Implementation ( #10595 )
2020-09-05 16:40:47 +08:00
chaokunyang
7ee0fdba3d
[Java] Throw exception if Ray.init() is not called and users try to access ray API ( #10497 )
2020-09-05 10:09:19 +08:00
SangBin Cho
cb919c5e5c
Revert "[Streaming] Fault Tolerance Implementation ( #10008 )" ( #10582 )
...
This reverts commit 1b1466748f
.
2020-09-04 13:21:18 -07:00
Lixin Wei
1b1466748f
[Streaming] Fault Tolerance Implementation ( #10008 )
2020-09-04 20:44:34 +08:00
Clark Zinzow
0c0b0d0a73
[Core] Added support for submission-time task names. ( #10449 )
...
* Added support for submission-time task names.
* Suggestions from code review: add missing consts
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
* Add num_returns arg to actor method options docstring example.
* Add process name line and proctitle assertion to submission-time task name section of advanced docs.
* Add submission-time task name --> proctitle test for Python worker.
* Added Python actor options tests for num_returns and name.
* Added Java test for submission-time task names.
* Add dashboard image to task name docs section.
* Move to fstrings.
Co-authored-by: SangBin Cho <rkooo567@gmail.com>
2020-09-03 11:45:24 -07:00
Lixin Wei
d8ac4bc719
[Streaming] Remove is_direct_call param ( #10525 )
2020-09-03 17:13:18 +08:00
Lixin Wei
2597b56f48
[Streaming] Change ID caption ( #10523 )
2020-09-03 14:15:33 +08:00
Lixin Wei
2f03bb5100
Fix streaming py test for 1.0 APIs ( #10520 )
2020-09-03 14:15:09 +08:00
chaokunyang
f10a5a40b0
[Java] Simplify ray cmd params ( #10394 )
2020-09-02 19:47:52 +08:00
Lixin Wei
6bde6b493e
[Streaming]Format java code using IDEA ( #10440 )
2020-08-31 19:45:00 +08:00
Stephanie Wang
f75dfd60a3
[api] API deprecations and cleanups for 1.0 (internal_config and Checkpointable actor) ( #10333 )
...
* remove
* internal config updates, remove Checkpointable
* Lower object timeout default
* remove json
* Fix flaky test
* Fix unit test
2020-08-27 10:19:53 -07:00
kisuke95
24a7a8a04d
[Streaming] Build fix ( #10233 )
2020-08-25 11:37:21 -07:00
Ian Rodney
b14c56e599
fix lint ( #10315 )
2020-08-25 10:07:20 -07:00
wanxing
e816e3aefb
[Streaming]Streaming queue support failover ( #8161 )
2020-08-25 14:19:45 +08:00
chaokunyang
7ffb37f711
[Java] add maven repo ( #10109 )
2020-08-14 11:31:01 -07:00
Barak Michener
8e76796fd0
ci: Redo format.sh --all
script & backfill lint fixes ( #9956 )
2020-08-07 16:49:49 -07:00
SangBin Cho
ec2f1a225e
[Stats] Metrics Export User Interface Part 1 ( #9913 )
...
* Metrics export port expose done.
* Support exposing metrics port + metrics agent service discovery through ray.nodes()
* Formatting.
* Added a doc.
* Linting.
* Change the location of metrics agent port.
* Addressed code review.
* Addressed code review.
2020-08-06 16:16:29 -07:00
chaokunyang
64d6446cf3
change version from 0.1-SNAPSHOT to 0.9.0-SNAPSHOT ( #9778 )
2020-08-01 22:38:22 +08:00
Kai Yang
02fd950252
[Java] Local and distributed ref counting in Java ( #9371 )
2020-07-31 11:49:31 +08:00
chaokunyang
6464bf55c6
[dist] Mvn deploy ( #9777 )
2020-07-30 11:48:31 +08:00
chaokunyang
5aba53e9b2
[dist] Fix travis deploy for java dist ( #9768 )
2020-07-30 10:59:11 +08:00
SangBin Cho
423dc96cc4
Revert "[dist] swap mac/linux wheel build order ( #9746 )" and "Fix package and upload ray jar ( #9742 )" ( #9758 )
...
* Revert "[dist] swap mac/linux wheel build order (#9746 )"
This reverts commit a9340565ff
.
* Revert "Fix package and upload ray jar (#9742 )"
This reverts commit c290c308fe
.
2020-07-28 15:34:29 -07:00
chaokunyang
c290c308fe
Fix package and upload ray jar ( #9742 )
2020-07-28 11:53:25 +08:00
Simon Mo
7740136b93
Revert "Package and upload ray cross-platform jar ( #9540 )" ( #9730 )
...
This reverts commit 881032593d
.
2020-07-27 10:40:21 -07:00
chaokunyang
881032593d
Package and upload ray cross-platform jar ( #9540 )
2020-07-27 17:20:20 +08:00
Siyuan (Ryans) Zhuang
54a0d8b69e
[Core] Try remove all windows compat shims ( #9671 )
...
* try remove compat for arrow
* remove unistd.h
* remove socket compat
* delete arrow windows patch
2020-07-25 12:00:36 -07:00
Lingxuan Zuo
58a38e81d1
use help proto-init-macro for streaming config ( #9272 )
2020-07-24 17:59:33 +08:00
mehrdadn
b14728d999
Shellcheck quoting ( #9596 )
...
* Fix SC2006: Use $(...) notation instead of legacy backticked `...`.
* Fix SC2016: Expressions don't expand in single quotes, use double quotes for that.
* Fix SC2046: Quote this to prevent word splitting.
* Fix SC2053: Quote the right-hand side of == in [[ ]] to prevent glob matching.
* Fix SC2068: Double quote array expansions to avoid re-splitting elements.
* Fix SC2086: Double quote to prevent globbing and word splitting.
* Fix SC2102: Ranges can only match single chars (mentioned due to duplicates).
* Fix SC2140: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"?
* Fix SC2145: Argument mixes string and array. Use * or separate argument.
* Fix SC2209: warning: Use var=$(command) to assign output (or quote to assign string).
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-21 21:56:41 -05:00
mehrdadn
2554a1a997
Bazel fixes ( #9519 )
2020-07-19 12:53:08 -07:00
mehrdadn
37942ea1e7
Windows cleanup ( #9508 )
...
* Remove unneeded code for Windows
* Get rid of usleep()
* Make platform_shims includes non-transitive
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-17 02:08:15 -07:00
Hao Chen
d49dadf891
Change Python's ObjectID
to ObjectRef
( #9353 )
2020-07-10 17:49:04 +08:00
mehrdadn
b6c11f3dd7
Bazel move more shell to native rules ( #9314 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-09 09:02:35 -07:00
Stephanie Wang
b42d6a1ddc
[core] Refactor task arguments and attach owner address ( #9152 )
...
* Add intended worker ID to GetObjectStatus, tests
* Remove TaskID owner_id
* lint
* Add owner address to task args
* Make TaskArg a virtual class, remove multi args
* Set owner address for task args
* merge
* Fix tests
* Fix
* build
* update
* build
* java
* Move code
* build
* Revert "Fix Google log directory again (#9063 )"
This reverts commit 275da2e400
.
* Fix free
* x
* build
* Fix java
* Revert "Revert "Fix Google log directory again (#9063 )""
This reverts commit 4a326fcb148ca09a35bc7de11d89df10edbb56e7.
* lint
2020-07-06 21:25:14 -07:00
Lixin Wei
aea3d53545
[Streaming] Supports multiple downstream collector ( #9240 )
2020-07-03 11:05:07 +08:00
mehrdadn
7135cb2aec
Fix .exe file extensions ( #9197 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-07-02 15:29:34 -05:00
mehrdadn
29acf272b7
Build with Visual C++ ( #9190 )
...
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
2020-07-02 09:34:24 -07:00
Simon Mo
b6d425526d
Move actor task submission to io service ( #9093 )
2020-06-23 10:07:33 -07:00
chaokunyang
acd765cb22
[Streaming] fix source loop ( #9085 )
2020-06-23 11:57:06 +08:00
Lingxuan Zuo
a734f77757
[Streaming] fix cv hang in multithread variables race ( #8984 )
2020-06-19 12:16:40 +08:00
chaokunyang
5edddf6eac
[Streaming] operator chain ( #8910 )
2020-06-18 15:11:07 +08:00
Siyuan (Ryans) Zhuang
b68fede30b
Convert include guard to pragma once ( #8957 )
2020-06-16 01:29:43 -07:00
chaokunyang
cb6f337372
[Java] Refine python function ( #8943 )
2020-06-16 16:22:49 +08:00
mehrdadn
101c215125
Get more tests running on Windows ( #6537 )
...
* Get rid of system() calls
* Work around '/usr/share/mini' showing up on GitHub Actions (probably due to psutil truncation)
https://github.com/ray-project/ray/runs/722480047?check_suite_focus=true
* Don't check for socket max path length on Windows
* Don't check for socket existence on Windows
* Fix race condition in Windows fate-sharing
* Work around missing .exe extension for Redis tests
* Add more tests to GitHub Actions
Co-authored-by: Mehrdad <noreply@github.com>
2020-06-12 21:32:10 -07:00
chaokunyang
dfa4768fc6
[Java] Refactor java api ( #8858 )
2020-06-12 10:49:01 +08:00
chaokunyang
700d81fa20
[Java] Remove java api sub package from test module ( #8853 )
2020-06-11 14:59:45 +08:00
Tianyi Chen
ec5ecb661f
[Streaming] Implement streaming job-worker. ( #8780 )
2020-06-10 14:13:55 +08:00
chaokunyang
d2ef29f0d2
[Streaming] Fix streaming word count tests ( #8697 )
2020-06-09 11:49:19 +08:00