From c8a6fcc0ffa321f7c178e7f9ea1721fe19c40d67 Mon Sep 17 00:00:00 2001 From: Yacov Manevich Date: Thu, 14 Mar 2024 15:24:34 +0100 Subject: [PATCH] Clarify replication policy in orderer.yaml Signed-off-by: Yacov Manevich --- sampleconfig/orderer.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sampleconfig/orderer.yaml b/sampleconfig/orderer.yaml index 36f70aa2a80..e6d77b70752 100644 --- a/sampleconfig/orderer.yaml +++ b/sampleconfig/orderer.yaml @@ -119,6 +119,12 @@ General: # Permitted values: # in BFT: "simple" | "consensus" (default); # in etcdraft: ignored, (always "simple", regardless of value in config). + # When running a Raft orderer or with ReplicationPolicy set to 'simple', an orderer + # replicates blocks from a single orderer node. + # When running a BFT orderer with ReplicationPolicy set to 'consensus', the orderer + # replicates blocks from a single orderer node, but replicates block headers with signatures + # from other orderer nodes, and if it suspects the former node withholds blocks from it, + # it switches to a new orderer as a source of blocks. ReplicationPolicy: # Bootstrap method: The method by which to obtain the bootstrap block