Skip to content

Commit f7170e8

Browse files
committed
Fix the description of duplicate ray object id.
Signed-off-by: septicmk <[email protected]>
1 parent 642f333 commit f7170e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reps/2022-03-10-plasma_alternative.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ The `PlasmaProxy` will share fate with raylet, if vineyard is running into issue
160160

161161
We believe that if a third-party object store client can follow the above invariants when implementation the `ClientImplInterface`. Then the ray logic can be seamlessly built on top of the third-party object store.
162162

163-
#### Dupilicate IDs in multiple raylet.
163+
#### Dupilicate IDs in multiple ray cluster.
164164

165-
The third-party object store should not break the invariants within Ray. e.g when we start multiple raylet connect to the third-party object store (there could be lots of duplicated object ids).
165+
The third-party object store should not break the invariants within Ray. e.g when we have multiple ray clusters all connect to the third-party object store (there could be lots of duplicated object ids).
166166

167167
**[with visbility]** For vineyard-like third-party object store which has session/visibility/isolation mechanism, we can open a new session for each raylet (it is ok to have duplicated object ids which are seperated in different sessions.)
168168

0 commit comments

Comments
 (0)