Skip to content

Commit d63efa0

Browse files
committed
FAB-16573 Improved CCVC def in glossary
Signed-off-by: Paritosh Ranjan <paranjan@in.ibm.com> Change-Id: I9e1a7694c8abb5ee517c1937a4115d8b766c79ab
1 parent 538bc88 commit d63efa0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/glossary.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ as valid or invalid.
146146
Concurrency Control Version Check
147147
---------------------------------
148148

149-
Concurrency Control Version Check is a method of keeping state in sync across
150-
peers on a channel. Peers execute transactions in parallel, and before commitment
151-
to the ledger, peers check that the data read at execution time has not changed.
152-
If the data read for the transaction has changed between execution time and
153-
commitment time, then a Concurrency Control Version Check violation has
149+
Concurrency Control Version Check is a method of keeping ledger state in sync across
150+
peers on a channel. Peers execute transactions in parallel, and before committing
151+
to the ledger, peers check whether the state read at the time the transaction was executed
152+
has been modified. If the data read for the transaction has changed between execution time and
153+
commit time, then a Concurrency Control Version Check violation has
154154
occurred, and the transaction is marked as invalid on the ledger and values
155155
are not updated in the state database.
156156

0 commit comments

Comments
 (0)