-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-18521] Replicate block metadata with block while OSN catching up
While OSN catches up replicating block from the up-to-date replica the metadata information omitted, i.e. `` c.support.WriteBlock(block, nil) `` where `nil` substitutes for block's metadata. In this commit, the consenters metadata extracted from the replicated block and being written with the block. Signed-off-by: Artem Barger <[email protected]>
- Loading branch information
Showing
2 changed files
with
222 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters