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
Currently at the block commit time, coordinator retrieves from the
transient store required private read write sets, while doesn't
validate whenever hash of extracted private rwset matches the hash
value published on rwset of the transaction in the block. As a
consequence peer fails to commit thus leading to panic. This commit
adds a test to cover this use case and provides a fix, which takes care
to filter out private rwsets with unexpcted hash values.
Change-Id: I8c603327bcbb2a1ddc2bd819b85bc927df0c036e
Signed-off-by: Artem Barger <bartem@il.ibm.com>
0 commit comments