ray/python/ray
SangBin Cho b0550aa440
[Core] Fix the named actor get or create race condition (#20126)
* Fix done.

* Fixed.

* clean up

* Done
2021-11-09 02:27:54 -08:00
..
_private [job submission] Rename log files to job-driver-{job_id}.{out,err} (#20170) 2021-11-08 23:10:56 -08:00
autoscaler [Core][CoreWorker] increase the default port range (#19541) 2021-11-05 09:25:44 -07:00
cloudpickle [Serialization] Update cloudpickle to v2.0.0 (#19383) 2021-10-15 02:37:29 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
data [Datasets] Multi-aggregations [1/3]: Add basic support for groupby multi-aggregations. (#20044) 2021-11-04 22:48:49 -07:00
experimental [gcs] use gcs kv in internal kv (#19933) 2021-11-04 09:57:39 -07:00
includes [Core] Encode job ID in randomized task IDs for user-created threads (#19320) 2021-11-08 21:00:40 +08:00
internal [Core] Add TLS/SSL support to gRPC channels (#18631) 2021-10-20 22:39:11 -07:00
ray_operator [k8s] Refactored k8s operator to use kopf for controller logic (#15787) 2021-06-01 12:00:55 -07:00
scripts [Core][CoreWorker] increase the default port range (#19541) 2021-11-05 09:25:44 -07:00
serve [Serve] Fix HTTP error handling behavior and add tests (#20093) 2021-11-05 10:15:54 -05:00
sgd [Train] Rename Ray SGD v2 to Ray Train (#19436) 2021-10-18 22:27:46 -07:00
tests [Core] Fix the named actor get or create race condition (#20126) 2021-11-09 02:27:54 -08:00
train [train] add simple Ray Train release tests (#19817) 2021-11-01 18:25:19 -07:00
tune [tune] Deprecate DurableTrainable (#19880) 2021-11-08 20:56:07 +00:00
util [Placement group] Raise an exception when invalid resources are specified with the placement group. (#19680) 2021-11-04 14:41:00 -07:00
workers [runtime env] Move container related code to runtime env (#19067) 2021-10-29 16:31:11 -07:00
workflow [workflow] fix s3 storage path (#20115) 2021-11-07 15:57:33 -08:00
__init__.py [docs/usability] Apple Silicon support (#19705) 2021-10-25 14:49:28 -07:00
_raylet.pxd [Core] Port concurrency groups with asyncio (#18567) 2021-10-21 21:46:56 +08:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx [Usabiilty] Improve the serialization failure message (#19691) 2021-10-28 14:25:51 -07:00
actor.py [Placement group] Raise an exception when invalid resources are specified with the placement group. (#19680) 2021-11-04 14:41:00 -07:00
client_builder.py [Client] Add deprecation warnings for direct ray.client().connect() calls (#18783) 2021-10-28 22:06:11 -07:00
cluster_utils.py [RFC] Fake multi-node mode for autoscaler (#18987) 2021-10-11 18:27:29 -07:00
cross_language.py Force disable placement_group for all dataset tasks (#19208) 2021-10-08 10:16:09 -07:00
dashboard [dashboard] Rename "new_dashboard" -> "dashboard" (#18214) 2021-09-15 11:17:15 -05:00
exceptions.py [core] Evict lineage to bound memory usage (#19946) 2021-11-08 21:53:40 -08:00
external_storage.py Add more shuffle tests to CI (#17684) 2021-11-02 08:07:59 -07:00
job_config.py [job submission] Add job_config in subprocess driver script (#19765) 2021-10-28 12:12:51 -05:00
nightly-wheels.yaml fix wheel links (#17973) 2021-08-23 13:43:34 -07:00
node.py [RFC] Fake multi-node mode for autoscaler (#18987) 2021-10-11 18:27:29 -07:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_constants.py [Core] Don't unpickle and run functions exported by other jobs (#19576) 2021-10-22 17:13:20 -07:00
remote_function.py [Placement group] Raise an exception when invalid resources are specified with the placement group. (#19680) 2021-11-04 14:41:00 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [Serve] Use ray core metrics for autoscaling (#19038) 2021-10-18 19:32:49 -07:00
serialization.py [core] Evict lineage to bound memory usage (#19946) 2021-11-08 21:53:40 -08:00
serialization_addons.py [Serialization] Pydantic -> serialization_addons.py and Ray Client support. (#15181) 2021-04-14 15:21:13 -07:00
setup-dev.py [Train] Fixed HorovodBackend to automatically detect network interfaces (#19533) 2021-10-21 09:13:11 -07:00
state.py [Placement Group] Add stats to pg scheduling (#19841) 2021-11-05 06:51:42 -07:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
types.py [data] Fix the ObjectRef type in the dataset docs (#17111) 2021-07-15 09:50:37 -07:00
utils.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
worker.py [gcs] use gcs kv in internal kv (#19933) 2021-11-04 09:57:39 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00