You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a XXX in the multichain manager to push the blockcutter
batchSize into the blockcutter via sharedconfig, rather than to pass it
at construction time. This is necessary to be able to dynamically
change the value of the batch size after genesis.
This changeset also introduces a sharedconfig mock structure in the
orderer/mocks package as it will likely be more broadly useful to other
tests going forward.
Change-Id: I1af47c3ca62a545236efa1e03280203ec5e75a76
Signed-off-by: Jason Yellick <[email protected]>
Copy file name to clipboardexpand all lines: orderer/multichain/chainsupport.go
+1-2
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,7 @@ func newChainSupport(
94
94
consentersmap[string]Consenter,
95
95
) *chainSupport {
96
96
97
-
batchSize:=sharedConfigManager.BatchSize() // XXX this needs to be pushed deeper so that the blockcutter queries it after each write for reconfiguration support
0 commit comments