docker-compose-files/hyperledger_fabric/latest/raft/logs/dev_orderer.log

29 KiB

2019-02-28 03:15:33.126 UTC [localconfig] completeInitialization -> INFO 001 Kafka.Version unset, setting to 0.10.2.0
[002 02-28 03:15:33.37 UTC] [%{longpkg}] %{callpath} -> INFO Orderer config values:
General.LedgerType = "file"
General.ListenAddress = "0.0.0.0"
General.ListenPort = 7050
General.TLS.Enabled = true
General.TLS.PrivateKey = "/var/hyperledger/orderer/tls/server.key"
General.TLS.Certificate = "/var/hyperledger/orderer/tls/server.crt"
General.TLS.RootCAs = [/var/hyperledger/orderer/tls/ca.crt]
General.TLS.ClientAuthRequired = false
General.TLS.ClientRootCAs = []
General.Cluster.ListenAddress = ""
General.Cluster.ListenPort = 0
General.Cluster.ServerCertificate = ""
General.Cluster.ServerPrivateKey = ""
General.Cluster.ClientCertificate = ""
General.Cluster.ClientPrivateKey = ""
General.Cluster.RootCAs = [/etc/hyperledger/fabric/tls/ca.crt]
General.Cluster.DialTimeout = 5s
General.Cluster.RPCTimeout = 7s
General.Cluster.ReplicationBufferSize = 20971520
General.Cluster.ReplicationPullTimeout = 5s
General.Cluster.ReplicationRetryTimeout = 5s
General.Cluster.ReplicationBackgroundRefreshInterval = 5m0s
General.Cluster.ReplicationMaxRetries = 12
General.Cluster.SendBufferSize = 10
General.Keepalive.ServerMinInterval = 1m0s
General.Keepalive.ServerInterval = 2h0m0s
General.Keepalive.ServerTimeout = 20s
General.GenesisMethod = "file"
General.GenesisProfile = "SampleInsecureSolo"
General.SystemChannel = "test-system-channel-name"
General.GenesisFile = "/var/hyperledger/orderer/orderer.genesis.block"
General.Profile.Enabled = false
General.Profile.Address = "0.0.0.0:6060"
General.LocalMSPDir = "/var/hyperledger/orderer/msp"
General.LocalMSPID = "OrdererMSP"
General.BCCSP.ProviderName = "SW"
General.BCCSP.SwOpts.SecLevel = 256
General.BCCSP.SwOpts.HashFamily = "SHA2"
General.BCCSP.SwOpts.Ephemeral = false
General.BCCSP.SwOpts.FileKeystore.KeyStorePath = "/var/hyperledger/orderer/msp/keystore"
General.BCCSP.SwOpts.DummyKeystore =
General.BCCSP.SwOpts.InmemKeystore =
General.BCCSP.PluginOpts =
General.Authentication.TimeWindow = 15m0s
FileLedger.Location = "/var/hyperledger/production/orderer"
FileLedger.Prefix = "hyperledger-fabric-ordererledger"
RAMLedger.HistorySize = 1000
Kafka.Retry.ShortInterval = 1s
Kafka.Retry.ShortTotal = 30s
Kafka.Retry.LongInterval = 5m0s
Kafka.Retry.LongTotal = 12h0m0s
Kafka.Retry.NetworkTimeouts.DialTimeout = 10s
Kafka.Retry.NetworkTimeouts.ReadTimeout = 10s
Kafka.Retry.NetworkTimeouts.WriteTimeout = 10s
Kafka.Retry.Metadata.RetryMax = 3
Kafka.Retry.Metadata.RetryBackoff = 250ms
Kafka.Retry.Producer.RetryMax = 3
Kafka.Retry.Producer.RetryBackoff = 100ms
Kafka.Retry.Consumer.RetryBackoff = 2s
Kafka.Verbose = true
Kafka.Version = 0.10.2.0
Kafka.TLS.Enabled = false
Kafka.TLS.PrivateKey = ""
Kafka.TLS.Certificate = ""
Kafka.TLS.RootCAs = []
Kafka.TLS.ClientAuthRequired = false
Kafka.TLS.ClientRootCAs = []
Kafka.SASLPlain.Enabled = false
Kafka.SASLPlain.User = ""
Kafka.SASLPlain.Password = ""
Kafka.Topic.ReplicationFactor = 3
Debug.BroadcastTraceDir = ""
Debug.DeliverTraceDir = ""
Consensus = map[WALDir:/var/hyperledger/production/orderer/etcdraft/wal SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot EvictionSuspicion:10m]
Operations.ListenAddress = "0.0.0.0:8443"
Operations.TLS.Enabled = false
Operations.TLS.PrivateKey = ""
Operations.TLS.Certificate = ""
Operations.TLS.RootCAs = []
Operations.TLS.ClientAuthRequired = false
Operations.TLS.ClientRootCAs = []
Metrics.Provider = "prometheus"
Metrics.Statsd.Network = "udp"
Metrics.Statsd.Address = "127.0.0.1:8125"
Metrics.Statsd.WriteInterval = 30s
Metrics.Statsd.Prefix = ""
[003 02-28 03:15:33.86 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer with TLS enabled
[004 02-28 03:15:33.89 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage
[005 02-28 03:15:34.01 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Starting chain with last persisted offset -3 and last recorded block 0
[006 02-28 03:15:34.04 UTC] [%{longpkg}] %{callpath} -> INFO Starting system channel 'testchainid' with genesis block hash 771af1716c1f80986256250b678791d672cb8b75b2d5b8871393510f89d488d7 and orderer type kafka
[007 02-28 03:15:34.04 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer:
Version: 1.4.0
Commit SHA: development build
Go version: go1.11.5
OS/Arch: linux/amd64
[008 02-28 03:15:34.04 UTC] [%{longpkg}] %{callpath} -> INFO Beginning to serve requests
[009 02-28 03:15:34.06 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Setting up the topic for this channel...
[00a 02-28 03:15:56.71 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Setting up the producer for this channel...
[00b 02-28 03:15:56.72 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Producer set up successfully
[00c 02-28 03:15:56.72 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] About to post the CONNECT message...
[00d 02-28 03:15:58.65 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] CONNECT message posted successfully
[00e 02-28 03:15:58.65 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Setting up the parent consumer for this channel...
[00f 02-28 03:15:58.71 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Parent consumer set up successfully
[010 02-28 03:15:58.71 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Setting up the channel consumer for this channel (start offset: -2)...
[011 02-28 03:15:58.77 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Channel consumer set up successfully
[012 02-28 03:15:58.82 UTC] [%{longpkg}] %{callpath} -> INFO [channel: testchainid] Start phase completed successfully
[013 02-28 03:16:08.99 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage
[014 02-28 03:16:09.01 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:53832 grpc.code=OK grpc.call_duration=155.0212ms
[015 02-28 03:16:09.05 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Starting chain with last persisted offset -3 and last recorded block 0
[016 02-28 03:16:09.05 UTC] [%{longpkg}] %{callpath} -> INFO Created and starting new chain businesschannel
[017 02-28 03:16:09.05 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Setting up the topic for this channel...
[018 02-28 03:16:09.06 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53830 because of consenter error
[019 02-28 03:16:09.06 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53830 grpc.code=OK grpc.call_duration=224.5306ms
[01a 02-28 03:16:09.30 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53838 because of consenter error
[01b 02-28 03:16:09.30 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53838 grpc.code=OK grpc.call_duration=212.243ms
[01c 02-28 03:16:09.43 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Setting up the producer for this channel...
[01d 02-28 03:16:09.46 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Producer set up successfully
[01e 02-28 03:16:09.46 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] About to post the CONNECT message...
[01f 02-28 03:16:09.58 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53840 because of consenter error
[020 02-28 03:16:09.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53840 grpc.code=OK grpc.call_duration=200.4706ms
[021 02-28 03:16:09.80 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53846 because of consenter error
[022 02-28 03:16:09.80 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53846 grpc.code=OK grpc.call_duration=204.0983ms
[023 02-28 03:16:10.02 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53848 because of consenter error
[024 02-28 03:16:10.02 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53848 grpc.code=OK grpc.call_duration=202.0332ms
[025 02-28 03:16:10.23 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53854 because of consenter error
[026 02-28 03:16:10.24 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53854 grpc.code=OK grpc.call_duration=201.8249ms
[027 02-28 03:16:10.45 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53858 because of consenter error
[028 02-28 03:16:10.46 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53858 grpc.code=OK grpc.call_duration=204.577ms
[029 02-28 03:16:10.68 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53860 because of consenter error
[02a 02-28 03:16:10.68 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53860 grpc.code=OK grpc.call_duration=218.503ms
[02b 02-28 03:16:10.96 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53864 because of consenter error
[02c 02-28 03:16:10.96 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53864 grpc.code=OK grpc.call_duration=204.0672ms
[02d 02-28 03:16:11.24 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53866 because of consenter error
[02e 02-28 03:16:11.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53866 grpc.code=OK grpc.call_duration=222.4605ms
[02f 02-28 03:16:11.50 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] CONNECT message posted successfully
[030 02-28 03:16:11.50 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Setting up the parent consumer for this channel...
[031 02-28 03:16:11.51 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Parent consumer set up successfully
[032 02-28 03:16:11.51 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Setting up the channel consumer for this channel (start offset: -2)...
[033 02-28 03:16:11.53 UTC] [%{longpkg}] %{callpath} -> WARN [channel: businesschannel] Rejecting deliver request for 172.28.0.6:53868 because of consenter error
[034 02-28 03:16:11.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53868 grpc.code=OK grpc.call_duration=205.1203ms
[035 02-28 03:16:11.70 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Channel consumer set up successfully
[036 02-28 03:16:11.73 UTC] [%{longpkg}] %{callpath} -> INFO [channel: businesschannel] Start phase completed successfully
[037 02-28 03:16:11.84 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53874 grpc.code=OK grpc.call_duration=256.1619ms
[038 02-28 03:16:16.58 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53908: rpc error: code = Canceled desc = context canceled
[03a 02-28 03:16:16.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53908 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=69.4443ms
[039 02-28 03:16:16.58 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53910: rpc error: code = Canceled desc = context canceled
[03b 02-28 03:16:16.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:53910 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=56.0448ms
[03c 02-28 03:16:18.92 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53916: rpc error: code = Canceled desc = context canceled
[03d 02-28 03:16:18.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:53916 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=144.3606ms
[03e 02-28 03:16:18.94 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53918: rpc error: code = Canceled desc = context canceled
[03f 02-28 03:16:18.95 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:53918 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=140.6368ms
[040 02-28 03:16:24.24 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.14:47114 grpc.peer_subject="CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US" error="context finished before block retrieved: context canceled" grpc.code=Unknown grpc.call_duration=4.5387103s
[041 02-28 03:17:11.85 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53980: rpc error: code = Canceled desc = context canceled
[042 02-28 03:17:11.85 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:53980 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=43.5368747s
[043 02-28 03:17:55.56 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:53998: rpc error: code = Canceled desc = context canceled
[044 02-28 03:17:55.56 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:53998 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=46.1122ms
[045 02-28 03:17:58.26 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54012: rpc error: code = Canceled desc = context canceled
[046 02-28 03:17:58.26 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:54012 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=46.6709ms
[047 02-28 03:18:04.72 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54062: rpc error: code = Canceled desc = context canceled
[048 02-28 03:18:04.72 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54062 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=18.5046ms
[049 02-28 03:18:05.12 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54064: rpc error: code = Canceled desc = context canceled
[04a 02-28 03:18:05.12 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54064 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=21.9987ms
[04b 02-28 03:18:05.36 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54066: rpc error: code = Canceled desc = context canceled
[04c 02-28 03:18:05.36 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54066 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=13.2082ms
[04d 02-28 03:18:05.66 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54068: rpc error: code = Canceled desc = context canceled
[04e 02-28 03:18:05.66 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54068 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=32.1116ms
[04f 02-28 03:18:05.97 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54070: rpc error: code = Canceled desc = context canceled
[050 02-28 03:18:05.97 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54070 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=61.9088ms
[051 02-28 03:18:06.16 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54072: rpc error: code = Canceled desc = context canceled
[052 02-28 03:18:06.16 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54072 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=15.2948ms
[053 02-28 03:18:06.39 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54074: rpc error: code = Canceled desc = context canceled
[054 02-28 03:18:06.39 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54074 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=16.2278ms
[055 02-28 03:18:06.64 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54076: rpc error: code = Canceled desc = context canceled
[056 02-28 03:18:06.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54076 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=21.0671ms
[057 02-28 03:18:06.92 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54078: rpc error: code = Canceled desc = context canceled
[058 02-28 03:18:06.92 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54078 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=14.1341ms
[059 02-28 03:18:07.13 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54080: rpc error: code = Canceled desc = context canceled
[05a 02-28 03:18:07.13 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54080 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=13.0353ms
[05b 02-28 03:18:07.39 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54082: rpc error: code = Canceled desc = context canceled
[05c 02-28 03:18:07.40 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54082 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=17.0492ms
[05d 02-28 03:18:07.63 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54084: rpc error: code = Canceled desc = context canceled
[05e 02-28 03:18:07.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54084 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=8.009ms
[05f 02-28 03:18:19.75 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP57bc58e35af7f98e5c999a4dc02b50d567ed50514c1fd7131f9d0a54de794a60] at index 2 in signature set
[060 02-28 03:18:19.76 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP57bc58e35af7f98e5c999a4dc02b50d567ed50514c1fd7131f9d0a54de794a60] at index 2 in signature set
[061 02-28 03:18:19.81 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP57bc58e35af7f98e5c999a4dc02b50d567ed50514c1fd7131f9d0a54de794a60] at index 2 in signature set
[062 02-28 03:18:19.81 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP57bc58e35af7f98e5c999a4dc02b50d567ed50514c1fd7131f9d0a54de794a60] at index 2 in signature set
[063 02-28 03:18:19.82 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54086: rpc error: code = Canceled desc = context canceled
[064 02-28 03:18:19.82 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54086 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=89.9368ms
[065 02-28 03:18:19.82 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54088: rpc error: code = Canceled desc = context canceled
[066 02-28 03:18:19.82 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Broadcast grpc.peer_address=172.28.0.6:54088 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=77.9045ms
[067 02-28 03:18:22.00 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54112: rpc error: code = Canceled desc = context canceled
[068 02-28 03:18:22.00 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54112 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=6.8183ms
[069 02-28 03:18:22.18 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54114: rpc error: code = Canceled desc = context canceled
[06a 02-28 03:18:22.18 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54114 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=7.2779ms
[06b 02-28 03:18:22.84 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54116: rpc error: code = Canceled desc = context canceled
[06c 02-28 03:18:22.84 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54116 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=9.5206ms
[06d 02-28 03:18:23.05 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54118: rpc error: code = Canceled desc = context canceled
[06e 02-28 03:18:23.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54118 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=27.4903ms
[06f 02-28 03:18:23.26 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54120: rpc error: code = Canceled desc = context canceled
[070 02-28 03:18:23.26 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54120 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=8.6267ms
[071 02-28 03:18:23.52 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54122: rpc error: code = Canceled desc = context canceled
[072 02-28 03:18:23.52 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54122 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=10.9503ms
[073 02-28 03:18:23.75 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54124: rpc error: code = Canceled desc = context canceled
[074 02-28 03:18:23.75 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54124 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=10.2949ms
[075 02-28 03:18:23.98 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54126: rpc error: code = Canceled desc = context canceled
[076 02-28 03:18:23.98 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54126 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=14.5484ms
[077 02-28 03:18:24.20 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54128: rpc error: code = Canceled desc = context canceled
[078 02-28 03:18:24.20 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54128 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=11.6568ms
[079 02-28 03:18:24.44 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54130: rpc error: code = Canceled desc = context canceled
[07a 02-28 03:18:24.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54130 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=12.9623ms
[07b 02-28 03:18:24.72 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54132: rpc error: code = Canceled desc = context canceled
[07c 02-28 03:18:24.72 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54132 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=8.5518ms
[07d 02-28 03:18:24.99 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54134: rpc error: code = Canceled desc = context canceled
[07e 02-28 03:18:24.99 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54134 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=7.9978ms
[07f 02-28 03:18:25.21 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54136: rpc error: code = Canceled desc = context canceled
[080 02-28 03:18:25.21 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54136 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=11.8164ms
[081 02-28 03:18:25.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54138: rpc error: code = Canceled desc = context canceled
[082 02-28 03:18:25.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54138 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=13.071ms
[083 02-28 03:18:25.76 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.28.0.6:54140: rpc error: code = Canceled desc = context canceled
[084 02-28 03:18:25.76 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed grpc.service=orderer.AtomicBroadcast grpc.method=Deliver grpc.peer_address=172.28.0.6:54140 error="rpc error: code = Canceled desc = context canceled" grpc.code=Canceled grpc.call_duration=12.1155ms