mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserverpb: update comment for txn request
This commit is contained in:
parent
98ceb3cdbd
commit
4a5b94478e
@ -127,11 +127,10 @@ message Compare {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// First all the compare requests are processed.
|
// If the comparisons succeed, then the success requests will be processed in order,
|
||||||
// If all the compare succeed, all the success
|
// and the response will contain their respective responses in order.
|
||||||
// requests will be processed.
|
// If the comparisons fail, then the failure requests will be processed in order,
|
||||||
// Or all the failure requests will be processed and
|
// and the response will contain their respective responses in order.
|
||||||
// all the errors in the comparison will be returned.
|
|
||||||
|
|
||||||
// From google paxosdb paper:
|
// From google paxosdb paper:
|
||||||
// Our implementation hinges around a powerful primitive which we call MultiOp. All other database
|
// Our implementation hinges around a powerful primitive which we call MultiOp. All other database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user