Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen committed Jan 9, 2024
1 parent 9546d6d commit 47dd338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ option (rustproto.lite_runtime_all) = true;
option java_package = "org.tikv.kvproto";

enum PrepareSnapshotBackupRequestType {
// Update the lease of suspending new ingest / admin commands to be proposed.
// Update the lease of suspending some commands (Which may impact the
// disk snapshot backup) to be proposed.
// As long as the lease is kept, those commands may not be proposed.
// If the client has gone, the lease will be destroyed after its TTL.
UpdateLease = 0;
// Wait a region apply to the last index.
WaitApply = 1;
Expand Down

0 comments on commit 47dd338

Please sign in to comment.