Jason Chen

Results 4 issues of Jason Chen

Sync to the newest internal code. Module compile state: src/main - [x] streaming-api - [x] streaming-state - [x] streaming-runtime - [x] streaming-common src/test - [x] streaming-api - [x] streaming-state -...

## Why are these changes needed? In TEE(Trusted Execution Environment), there are some security-related restriction in OS level, like: No /dev/shm, `fork` system call is banned, etc., in which running...

enhancement

Now that we separate `ray.init` from `fed.init`, there's no way to reach the cluster-level information, since each `fed.init` starts and only starts a job session. Unless there's a global actor...

question

ProxyActor need a external port to send / recv RPCs across parties, and in many senarioes, the port can only be opened on certain Nodes for safety reasons. However, as...

enhancement