Hao Chen
|
77cd0d5a21
|
Fix a crash problem caused by GetActorHandle in ActorManager (#13164)
|
2021-01-08 12:11:08 +08:00 |
|
mehrdadn
|
fb5280f21b
|
Fix some Windows CI issues (#9708)
Co-authored-by: Mehrdad <noreply@github.com>
|
2020-07-28 18:10:23 -07:00 |
|
Hao Chen
|
d49dadf891
|
Change Python's ObjectID to ObjectRef (#9353)
|
2020-07-10 17:49:04 +08:00 |
|
SangBin Cho
|
8f19f1eafb
|
[Core] Actor handle refactoring (#8895)
* Marking needed changes.
* Resolve basic dependencies.
* In progress.
* linting.
* In progress 2.
* Linting.
* Refactor done. Cleanup needed.
* Linting.
* Recover kill actor in core worker because it is used inside raylet
* Cleanup.
* Use unique pointer instead. Unit tests are broken now.
* Fix the upstream change.
* Addressed code review 1.
* Lint.
* Addressed code review 2.
* Fix weird github history.
* Lint.
* Linting using clang 7.0.
* Use a better check message.
* Revert cpp stuff.
* Fix weird linting errors.
* Manuall fix all lint issues.
* Update a newline.
* Refactor some interface.
* Addressed all code review.
* Addressed code review
|
2020-07-07 11:11:41 -07:00 |
|
mehrdadn
|
92f67cd2ae
|
Add Optional Fast Build Configuration (#8925)
* Fast builds by default
* Update doc/source/development.rst
Co-authored-by: Simon Mo <xmo@berkeley.edu>
Co-authored-by: Mehrdad <noreply@github.com>
Co-authored-by: Simon Mo <xmo@berkeley.edu>
|
2020-06-18 14:12:12 -07:00 |
|
Edward Oakes
|
2677b71003
|
Implement named actors using the GCS service (#8328)
|
2020-05-09 08:58:10 -05:00 |
|
Kai Yang
|
48b48cc8c2
|
Support multiple core workers in one process (#7623)
|
2020-04-07 11:01:47 +08:00 |
|
ijrsvt
|
9bfc2c4b54
|
Moving Local Mode to C++ (#7670)
|
2020-04-01 15:50:57 -05:00 |
|
Simon Mo
|
b804d40c04
|
Stop vendoring pyarrow (#7233)
|
2020-02-19 19:01:26 -08:00 |
|
Simon Mo
|
7bef7031c2
|
Revert "Revert "Revert "Removing Pyarrow dependency (#7146)" (#7209) (#7214)" (#7232)
|
2020-02-19 13:35:29 -08:00 |
|
Simon Mo
|
e8941b1b79
|
Revert "Revert "Removing Pyarrow dependency (#7146)" (#7209) (#7214)
|
2020-02-19 10:08:52 -08:00 |
|
Eric Liang
|
0aa9373d62
|
Revert "Removing Pyarrow dependency (#7146)" (#7209)
This reverts commit 2116fd3bca.
|
2020-02-18 14:12:06 -08:00 |
|
ijrsvt
|
2116fd3bca
|
Removing Pyarrow dependency (#7146)
|
2020-02-17 18:00:13 -08:00 |
|
Simon Mo
|
0e94e1dc2a
|
[Asyncio] Increase recursion limit manually (#7142)
|
2020-02-12 14:15:36 -08:00 |
|
fyrestone
|
0648bd28ef
|
[xlang] Cross language Python support (#6709)
|
2020-02-08 13:01:28 +08:00 |
|
Edward Oakes
|
984490d2be
|
Collect object IDs during serialization (#6946)
|
2020-02-03 18:38:11 -08:00 |
|
Edward Oakes
|
2a4d2c6e9e
|
Basic reference counting & pinning (#6554)
|
2020-01-06 17:30:26 -06:00 |
|
Chaokun Yang
|
6272907a57
|
[Streaming] Streaming data transfer and python integration (#6185)
|
2019-12-10 20:33:24 +08:00 |
|