Skip to content

Commit

Permalink
more clarifications to the timeout behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Feb 2, 2024
1 parent 19cd325 commit 0c1d8f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpc/gnmi/gnmi-commit-confirmed.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ When a commit is on-going, the existing rollback duration can be reset to a new
by providing `SetRollbackDurationRequest` as action in the extension. The value of `id` should
be equivalent to the id of the on-going commit.

Note, that the rollback duration value provided in the `SetRollbackDurationRequest` action
will effectively overwrite the existing rollback duration timer. It will not append to the
existing rollback duration time but set it to the new value provided.

The value of `rollback_duration` should be provided and be greater than 0. If the value is 0 or not
provided then INVALID_ARGUMENT error is returned.

Expand Down

0 comments on commit 0c1d8f4

Please sign in to comment.