Skip to content

Commit

Permalink
spec: correct typo in createSnapshot explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Humble Chirammal <[email protected]>
  • Loading branch information
humblec authored and jdef committed Sep 22, 2022
1 parent ad238e5 commit 54bef03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ Note that CreateSnapshot no longer blocks after the snapshot is cut.
A gRPC error code SHALL be returned if an error occurs during any stage of the snapshotting process.
A CO SHOULD explicitly delete snapshots when an error occurs.

Based on this information, CO can issue repeated (idemponent) calls to CreateSnapshot, monitor the response, and make decisions.
Based on this information, CO can issue repeated (idempotent) calls to CreateSnapshot, monitor the response, and make decisions.
Note that CreateSnapshot is a synchronous call and it MUST block until the snapshot is cut.

```protobuf
Expand Down

0 comments on commit 54bef03

Please sign in to comment.