Skip to content

Add Job for new peers to join channels with the help of ledger snapshots #9

@runitmisra

Description

@runitmisra

If administrators decide to add new peers to established channels, it can take a long time for a peer to catch up to the current ledger height and build the ledger from world state. To make this process easier, we can use Snapshots to capture the minimum required data for the peer to join the channel without it having to do the long process of building the ledger from world state.

Detailed info of this feature can be found here: https://hyperledger-fabric.readthedocs.io/en/latest/peer_ledger_snapshot.html

Create a Job that can take a snapshot of the existing ledger in a channel and can add a peer to the channel using that snapshot (This can be a separate job)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions