[FAB-12205] fix data race creating fs blocksItr
updateCheckpoint can run concurrent with the construction of a blocks
iterator. When this happens, serialization is needed between the update
of the checkpoint info and the read done by the construction of the
iterator.
Change-Id: I4fba0400820abd2c6d7c511286a8382b801563e9
Signed-off-by:
Matthew Sykes <sykesmat@us.ibm.com>
Please register or sign in to comment