Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replicate block metadata with block while OSN catching up (backport #2748) #2758

Closed
wants to merge 1 commit into from

Commits on Jul 15, 2021

  1. [FAB-18521] Replicate block metadata with block while OSN catching up (

    …#2748)
    
    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 <artem@bargr.net>
    (cherry picked from commit 44ab2bf)
    
    # Conflicts:
    #	integration/raft/cft_test.go
    C0rWin authored and mergify-bot committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    29cbe91 View commit details
    Browse the repository at this point in the history