You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-4202] Fix race condition in orderer json ledger.
If the block file is read before a writing is finished, it
would yield 'unexpected EOF' error. Therefore, a file lock
is added to prevent concurrent write/read to the same block
file.
Change-Id: I22601dcf6066e02a00c57c405abd4e8dfa74dece
Signed-off-by: Jay Guo <[email protected]>
0 commit comments