File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,10 @@ removes the performance penalty of linearized accesses' reliance on live consens
87
87
Watches make guarantees about events:
88
88
* Ordered - events are ordered by revision.
89
89
An event will never appear on a watch if it precedes an event in time that
90
- has already been posted.
90
+ has already been posted. For transactions without nested TXNs, the order of
91
+ generated events is guaranteed to be the same as in its list of operations.
92
+ For transactions with nested TXNs, the order of generated events is not
93
+ specified.
91
94
* Unique - an event will never appear on a watch twice.
92
95
* Reliable - a sequence of events will never drop any subsequence of events
93
96
within the available history window. If there are events ordered in time as
Original file line number Diff line number Diff line change @@ -87,7 +87,10 @@ removes the performance penalty of linearized accesses' reliance on live consens
87
87
Watches make guarantees about events:
88
88
* Ordered - events are ordered by revision.
89
89
An event will never appear on a watch if it precedes an event in time that
90
- has already been posted.
90
+ has already been posted. For transactions without nested TXNs, the order of
91
+ generated events is guaranteed to be the same as in its list of operations.
92
+ For transactions with nested TXNs, the order of generated events is not
93
+ specified.
91
94
* Unique - an event will never appear on a watch twice.
92
95
* Reliable - a sequence of events will never drop any subsequence of events
93
96
within the available history window. If there are events ordered in time as
Original file line number Diff line number Diff line change @@ -87,7 +87,10 @@ removes the performance penalty of linearized accesses' reliance on live consens
87
87
Watches make guarantees about events:
88
88
* Ordered - events are ordered by revision.
89
89
An event will never appear on a watch if it precedes an event in time that
90
- has already been posted.
90
+ has already been posted. For transactions without nested TXNs, the order of
91
+ generated events is guaranteed to be the same as in its list of operations.
92
+ For transactions with nested TXNs, the order of generated events is not
93
+ specified.
91
94
* Unique - an event will never appear on a watch twice.
92
95
* Reliable - a sequence of events will never drop any subsequence of events
93
96
within the available history window. If there are events ordered in time as
You can’t perform that action at this time.
0 commit comments