From 0db7c2e75cc7e5507619042a1af92899badd0b5d Mon Sep 17 00:00:00 2001 From: Baohua Yang Date: Fri, 19 Jul 2019 11:41:57 -0700 Subject: [PATCH] Update v1.4.0 --- hyperledger_fabric/latest/Makefile | 1 - hyperledger_fabric/latest/base-solo.yaml | 24 - hyperledger_fabric/latest/base.yaml | 24 +- .../latest/scripts/download_images.sh | 1 + hyperledger_fabric/v1.4.0/Makefile | 32 +- hyperledger_fabric/v1.4.0/base-solo.yaml | 1 - hyperledger_fabric/v1.4.0/base.yaml | 2 +- hyperledger_fabric/v1.4.0/crypto-config.yaml | 2 +- .../v1.4.0/scripts/download_images.sh | 5 +- .../channel-artifacts/businesschannel_0.block | Bin 15805 -> 15806 bytes .../channel-artifacts/businesschannel_1.block | Bin 17645 -> 17646 bytes .../channel-artifacts/businesschannel_2.block | Bin 17705 -> 17704 bytes .../channel-artifacts/businesschannel_3.block | Bin 5405 -> 5406 bytes .../channel-artifacts/businesschannel_4.block | Bin 4868 -> 4866 bytes .../channel-artifacts/businesschannel_5.block | Bin 4867 -> 4868 bytes .../channel-artifacts/businesschannel_6.block | Bin 28577 -> 28578 bytes .../businesschannel_config.block | Bin 28577 -> 28578 bytes .../businesschannel_config.block.json | 24 +- .../solo/channel-artifacts/config_delta.pb | Bin 4757 -> 4757 bytes .../channel-artifacts/config_delta_env.pb | Bin 7583 -> 7585 bytes .../solo/channel-artifacts/original_config.pb | Bin 12717 -> 12717 bytes .../channel-artifacts/testchainid_1.block | Bin 18566 -> 18569 bytes .../solo/channel-artifacts/updated_config.pb | Bin 17233 -> 17233 bytes .../v1.4.0/solo/logs/dev_all.log | 1492 ++++++++--------- .../v1.4.0/solo/logs/dev_orderer.log | 180 +- .../v1.4.0/solo/logs/dev_peer0.log | 350 ++-- 26 files changed, 1031 insertions(+), 1107 deletions(-) diff --git a/hyperledger_fabric/latest/Makefile b/hyperledger_fabric/latest/Makefile index 5e4e5203..32ccef70 100644 --- a/hyperledger_fabric/latest/Makefile +++ b/hyperledger_fabric/latest/Makefile @@ -196,7 +196,6 @@ test_fetch_blocks: # test fetching channel blocks fetch @echo "Test fetching block files" @docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/test_fetch_blocks.sh" - test_eventsclient: # test get event notification in a loop @echo "Test fetching event notification" @docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/start_eventsclient.sh" diff --git a/hyperledger_fabric/latest/base-solo.yaml b/hyperledger_fabric/latest/base-solo.yaml index e1dcbce1..749b42d1 100644 --- a/hyperledger_fabric/latest/base-solo.yaml +++ b/hyperledger_fabric/latest/base-solo.yaml @@ -188,27 +188,3 @@ services: hostname: prometheus ports: - "9090:9090" - - #deprecated - event-listener: - extends: - file: base.yaml - service: event-listener-base - container_name: fabric-event-listener - hostname: fabric-event-listener - environment: - - CORE_PEER_ADDRESS=peer0.org1.example.com:7051 # default to operate on peer0.org1 - - CORE_PEER_LOCALMSPID=Org1MSP - - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt - - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.Org1.example.com/msp - volumes: - - ./scripts:/tmp/scripts - - ./crypto-config.yaml:/etc/hyperledger/fabric/crypto-config.yaml - - ./crypto-config:/etc/hyperledger/fabric/crypto-config - - ./solo/configtx.yaml:/etc/hyperledger/fabric/configtx.yaml - - ./solo/channel-artifacts:/tmp/channel-artifacts - - ./examples:/opt/gopath/src/examples - command: bash -c 'while true; do sleep 1; block-listener -events-address=peer0.org1.example.com:7053 -events-mspdir=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp/ -events-mspid=Org1MSP; done' - #command: bash -c 'while true; do sleep 20170504; done' diff --git a/hyperledger_fabric/latest/base.yaml b/hyperledger_fabric/latest/base.yaml index 97fba924..97f5be98 100644 --- a/hyperledger_fabric/latest/base.yaml +++ b/hyperledger_fabric/latest/base.yaml @@ -98,7 +98,7 @@ services: network_mode: ${NETWORK} tty: true environment: - - FABRIC_LOGGING_SPEC=INFO + - FABRIC_LOGGING_SPEC=DEBUG - FABRIC_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{module}] %{shortfunc} -> %{level:.4s}%{color:reset} %{message} - CORE_PEER_TLS_ENABLED=true # to enable TLS, change to true - ORDERER_CA=/etc/hyperledger/fabric/crypto-config/ordererOrganizations/example.com/orderers/orderer0.example.com/msp/tlscacerts/tlsca.example.com-cert.pem @@ -113,28 +113,6 @@ services: volumes: - ./prometheus.yml:/etc/prometheus/prometheus.yml - #deprecated - event-listener: - extends: - file: base.yaml - service: event-listener-base - container_name: fabric-event-listener - hostname: fabric-event-listener - environment: - - CORE_PEER_ADDRESS=peer0.org1.example.com:7051 # default to operate on peer0.org1 - - CORE_PEER_LOCALMSPID=Org1MSP - - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.crt - - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/server.key - - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls/ca.crt - - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/fabric/crypto-config/peerOrganizations/org1.example.com/peers/peer0.Org1.example.com/msp - volumes: - - ./scripts:/tmp/scripts - - ./crypto-config.yaml:/etc/hyperledger/fabric/crypto-config.yaml - - ./crypto-config:/etc/hyperledger/fabric/crypto-config - - ./solo/configtx.yaml:/etc/hyperledger/fabric/configtx.yaml - - ./solo/channel-artifacts:/tmp/channel-artifacts - - ./examples:/opt/gopath/src/examples - zookeeper-base: image: hyperledger/fabric-zookeeper:${EXT_IMG_TAG} restart: always diff --git a/hyperledger_fabric/latest/scripts/download_images.sh b/hyperledger_fabric/latest/scripts/download_images.sh index e6a56429..9ba90b4e 100644 --- a/hyperledger_fabric/latest/scripts/download_images.sh +++ b/hyperledger_fabric/latest/scripts/download_images.sh @@ -39,6 +39,7 @@ echo "=== Pulling yeasy/hyperledger-fabric-* images with tag ${FABRIC_IMG_TAG}.. for IMG in base peer orderer ca; do pull_image yeasy/hyperledger-fabric-${IMG}:$FABRIC_IMG_TAG & done + pull_image yeasy/hyperledger-fabric:$FABRIC_IMG_TAG # pull_image yeasy/blockchain-explorer:0.1.0-preview # TODO: wait for official images diff --git a/hyperledger_fabric/v1.4.0/Makefile b/hyperledger_fabric/v1.4.0/Makefile index cd47c653..2a437f32 100644 --- a/hyperledger_fabric/v1.4.0/Makefile +++ b/hyperledger_fabric/v1.4.0/Makefile @@ -126,18 +126,11 @@ test_channel_update: # send the channel update transaction ################## Configtxlator testing operations ################ test_configtxlator: # Test change config using configtxlator - if [ "$(HLF_MODE)" = "kafka" ]; then \ - bash scripts/test_configtxlator.sh kafka; \ - else \ - bash scripts/test_configtxlator.sh solo; \ - fi + @echo "Testing decoding and encoding with configtxlator" + bash scripts/test_configtxlator.sh ${HLF_MODE} test_config_update: # Test change config to add new org - if [ "$(HLF_MODE)" = "kafka" ]; then \ - bash scripts/test_config_update.sh kafka; \ - else \ - bash scripts/test_config_update.sh solo; \ - fi + bash scripts/test_config_update.sh ${HLF_MODE} ################## Chaincode testing operations ################ test_cc: # test chaincode, deprecated @@ -148,7 +141,7 @@ test_cc: # test chaincode, deprecated fi test_cc_install: # Install the chaincode - @echo "Install chaincode on the fabric network" + @echo "Install chaincode to all peers" @docker exec -it fabric-cli bash -c "cd /tmp; bash scripts/test_cc_install.sh" test_cc_instantiate: # Instantiate the chaincode @@ -210,12 +203,13 @@ clean: # clean up containers and chaincode images @-docker ps -a | awk '{ print $$1,$$2 }' | grep "hyperledger/fabric" | awk '{ print $$1 }' | xargs -r -I {} docker rm -f {} @-docker ps -a | awk '$$2 ~ /dev-peer/ { print $$1 }' | xargs -r -I {} docker rm -f {} @-docker images | awk '$$1 ~ /dev-peer/ { print $$3 }' | xargs -r -I {} docker rmi -f {} - echo "May clean the config: HLF_MODE=solo make clean_config_channel" + echo "May clean the config: HLF_MODE=${HLF_MODE} make clean_config_channel" # Clean deeply by removing all generated files: container, artifacts, credentials purge: clean HLF_MODE=solo make clean_config_channel HLF_MODE=kafka make clean_config_channel + HLF_MODE=raft make clean_config_channel make clean_config_crypto env_clean: # clean up Docker environment @@ -267,21 +261,13 @@ gen_config_crypto: # generate crypto config bash scripts/gen_config_crypto.sh gen_config_channel: # generate channel artifacts - if [ "$(HLF_MODE)" = "kafka" ]; then \ - bash scripts/gen_config_channel.sh kafka; \ - else \ - bash scripts/gen_config_channel.sh solo; \ - fi + bash scripts/gen_config_channel.sh ${HLF_MODE} clean_config_channel: # clean channel related artifacts - if [ "$(HLF_MODE)" = "kafka" ]; then \ - rm -rf kafka/channel-artifacts/*; \ - else \ - rm -rf solo/channel-artifacts/*; \ - fi + rm -rf ${HLF_MODE}/channel-artifacts/* clean_config_crypto: # clean config artifacts - echo "Warning: Cleaning credentials will affect artifacts in both solo and kafka mode" + echo "Warning: Cleaning credentials will affect artifacts in solo/kafka/raft mode" rm -rf crypto-config/* rm -rf org3/crypto-config/* diff --git a/hyperledger_fabric/v1.4.0/base-solo.yaml b/hyperledger_fabric/v1.4.0/base-solo.yaml index 6a25f220..479cde6c 100644 --- a/hyperledger_fabric/v1.4.0/base-solo.yaml +++ b/hyperledger_fabric/v1.4.0/base-solo.yaml @@ -73,7 +73,6 @@ services: - CORE_PEER_CHAINCODELISTENADDRESS=peer0.org1.example.com:7052 - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org1.example.com:7051 - CORE_PEER_LOCALMSPID=Org1MSP - - GOMAXPROCS=8 volumes: - ./crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/etc/hyperledger/fabric/msp - ./crypto-config/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/etc/hyperledger/fabric/tls diff --git a/hyperledger_fabric/v1.4.0/base.yaml b/hyperledger_fabric/v1.4.0/base.yaml index 73261831..8b726d20 100644 --- a/hyperledger_fabric/v1.4.0/base.yaml +++ b/hyperledger_fabric/v1.4.0/base.yaml @@ -34,6 +34,7 @@ services: - FABRIC_LOGGING_SPEC=INFO # default: INFO - FABRIC_LOGGING_FORMAT=%{color}[%{id:03x} %{time:01-02 15:04:05.00 MST}] [%{longpkg}] %{callpath} -> %{level:.4s}%{color:reset} %{message} - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 # default: 127.0.0.1 + - ORDERER_GENERAL_LISTENPORT=7050 - ORDERER_GENERAL_GENESISMETHOD=file # default: provisional - ORDERER_GENERAL_GENESISFILE=/var/hyperledger/orderer/orderer.genesis.block - ORDERER_GENERAL_LOCALMSPID=OrdererMSP # default: DEFAULT @@ -43,7 +44,6 @@ services: - ORDERER_GENERAL_BATCHTIMEOUT=1s - ORDERER_GENERAL_MAXMESSAGECOUNT=10 - ORDERER_GENERAL_MAXWINDOWSIZE=1000 - - ORDERER_GENERAL_LISTENPORT=7050 - ORDERER_OPERATIONS_LISTENADDRESS=0.0.0.0:8443 # operation RESTful API - ORDERER_METRICS_PROVIDER=prometheus # prometheus will pull metrics from orderer via /metrics RESTful API #- ORDERER_RAMLEDGER_HISTORY_SIZE=100 #only useful when use ram ledger diff --git a/hyperledger_fabric/v1.4.0/crypto-config.yaml b/hyperledger_fabric/v1.4.0/crypto-config.yaml index beaeff36..64e490d7 100644 --- a/hyperledger_fabric/v1.4.0/crypto-config.yaml +++ b/hyperledger_fabric/v1.4.0/crypto-config.yaml @@ -19,7 +19,7 @@ OrdererOrgs: # Template: # Count: 2 # --------------------------------------------------------------------------- - # "Specs" - See PeerOrgs below for complete description + # "Specs" - See OrdererOrgs below for complete description # --------------------------------------------------------------------------- Specs: - Hostname: orderer0 diff --git a/hyperledger_fabric/v1.4.0/scripts/download_images.sh b/hyperledger_fabric/v1.4.0/scripts/download_images.sh index bc44e3c1..5098b258 100644 --- a/hyperledger_fabric/v1.4.0/scripts/download_images.sh +++ b/hyperledger_fabric/v1.4.0/scripts/download_images.sh @@ -23,10 +23,9 @@ pull_image() { echo "Downloading images from DockerHub... need a while" # TODO: we may need some checking on pulling result? -echo "=== Pulling fabric images ${FABRIC_IMG_TAG} from yeasy repo... ===" +echo "=== Pulling yeasy/hyperledger-fabric-* images with tag ${FABRIC_IMG_TAG}... ===" for IMG in base peer orderer ca; do - HLF_IMG=yeasy/hyperledger-fabric-${IMG}:$FABRIC_IMG_TAG - pull_image $HLF_IMG + pull_image yeasy/hyperledger-fabric-${IMG}:$FABRIC_IMG_TAG & done pull_image yeasy/hyperledger-fabric:$FABRIC_IMG_TAG diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_0.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_0.block index a5b02fc6521000104c566496b197ea5c2013bd12..e2801b71029a56362446d5eb3f7a4b302e4845cf 100644 GIT binary patch delta 507 zcmdm6y|3DuOG!$>wAT5ptjMud_ijwLJXWPp_c!H#?(Z-2+_}Fr>rcsS<`L?x=IW~E z+E>MOiH%E|gHei&ejto=-K8L z<~pv)8hq`OBaEdd%kXhemgd)){KTkavp@e^fywy_3nptCsZLH%;M>fvcm*V&JGsk9 zXYvUJt;sw_0h537Do?&=(J*^mQk7QD?I;H5Zr0C1JsG{psFd%b%*3L+XHP%M5J>6aqr+(#^#F~fJ8QCJ^>iinOa<%TCr9$_Om5{!Ea ziF*pYdJ5783L6Lk8U_fZ=j-UPJ1+woe>JwP>*Vl&Ds&j|6om;fmZdCkzk>9}66Ldm z1AYpVzcLyGF%ke8lll#hlL#|Nlj%4mldujelTb4VvriB05R-&5BnB}}Q&12AliD#h zlW8DxvkxKE5R;Z5DU)V0P?O>@T9dXiF_Q~3MU&|`B$Ku>E|VcNER$F>qmxZEbrYr$ z3fmA0^9BkV2m%@g2&L!i=(E){Py-suOPrk@(#dr4*~bh@Io6DN`#FSH6S341;w;14F$B&j!<+J zhuDlm5=JmY0w6+#3VCbew;=Q9=sG!k+){M(S6Fw-_CWW1lM)Pbp_E?&Ab-N+nb{q! zS1Gd7twwM3?`qVvbD+Z|lxR!G-_L0Y=@LgUMFJrJ^;9eT5=q=j9L|`rM|LVLRe17a z#$&X)f}a}c`G_8`0w5_Aus!_CVs^;iY8;Nay&&~Mn7Mq$j^IUO%?{biy%!n?3IGZK H3IGZKfmPSg diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_1.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_1.block index 52dc1fc3ef52b2a4fb24ad28bd364fd5ffaca190..8eed2c6c3b60adacbd11028a2ba7ecc2b0425ce1 100644 GIT binary patch delta 739 zcmV<90v!GAi2?430bdG62mulx`VYYaN@5a+9>+67$9zV<1CKGJA+6{t)#_k9v6Tu2 z8X#iNrQ(F?0XCf$y_=Rb?`t(M=Y_5vX=Xo$9&h=RSAY_ddkT+x3d4E|(gq3}2mu-f z2=$!E>9Jog0~*QqRJ^)Dnp8U^THKZWWt{yazH}t8%ZU=}v#0~%3$u11%Mg?FASsi? zGEkG5ATE<`GAsxx20>(PX>N0~h!5=%lN>WCllC+rlhY1J0VE95DN1K3L6Ll8U_gUoXF|3Gc`~H8gy+Mc|?A}k-4rK1I6h>Rp>+!J=jUe zBoeK&oj45v0iUz0IX?q`+BBqkkTs#b!lN58-3o>J`6-Yfw&MFJrJ#`7c7jlxWySk^AC**VdCNA6%f6#KV-ahM+WBdcz17y=+E z5#`nSd8hjbA%q|ctdLBvczg;zlI>bPll5qS5T42sM=(VKApp$p5mED&pD^*IsA$RF z9Plvarsxv)dn3tMd!A38a7zLp6B6j5%%!4;cmGyfqq1;Ce(i*>nv z8X%=lKD#Sm|H#V?w7v%1XV$xUe}bkY=Cnw56lpg zK{73q`yecnnldVreIQVi9S#YT9WyACX){HW8xJG_DwB9LGn2M6$&+R?NRt~6BpfOR zL1b-dZgUdw5DKLb3iAdE8wdg#1_-I=>*%vHHBbW@Rp&{7+;|l;RZ`pWRA9+lIrUgl z*_Rkl60EbGI1K>-p0letKLdZ$aZ^ley+IZ$hp>a?0opQ!QNufv&8KV5g!y%S%wA=z9 zC^iS9?p}c?=O)b-NY0KA(N4_)U3x8astPjmZ=GjA5=Ssa0wDms-D~}Xf6;MY1}mGq zmmmT2Q9HX`xwYc!QGx>&%8xfyoSf^wbUIiD1^5=JmY0w6Um zq)#5y2n*om7}w+)ql>i5msUCDI{!s|C!08s)U4e7r(Q9e_jrDL)C3LB3&j1c`h zi&j0_0~oCCh3^w}3WWy>0tf*T{|d& b8rqMg#n$+`Uo&S;3IGZK+ZQnv diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_2.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_2.block index fbed49a93523e9f67fbf7ae28a47b1e8aea707ab..7d3ccff83c30336e81b4a1e6aa42239c9d999069 100644 GIT binary patch delta 762 zcmV(%nPj z8X%WKAk;hy@cr06csj99Jog0~jNZQv~@=ze*V5kCDb|KV4Kd?IfMDcC)jl1KSCc>G+=rnP&@H1@z5T+0c^9BkV2m%@g2=|=G>9cJ$ zPy-rLSOdB-P4{vGzxZis3X!qeSM0cNkHy;(t+UrS4FLn62MV)*H9Z4=*FDypJ8n40 z!k4!EJJA#e3s7F3PgKE_5=Ssa0wDm&pesRQi1HOvg`=^ib{_j$k9GHV7WN@cq6wjj zRr%BcARz(`eJKK&y+Fcm$$$ONrXH>NMJSH>{)&CE20-3BH4;WJL;@gE=VL)eo_!~f2g0w4@dE8O}+CmInV-2}mRtZ%RGb*c868;7XvIYvXBR&}eVIwyWbb^S( z@rx;Ux)rsW>@IGBws4%)EfPmCMFJrJp0dyd&B*R+eu*}gT-RjJw+4{4cK_>%cEY($4n!ft%-^c-c==;DvkCwT0623?oB#j- delta 769 zcmV+c1OEJ|iUFyL0bdG62m%ryZE5K6-({~d8&rLe%e|WK#G@C5juMb_6|TJ`GfAN> z8X)!HJRw;Pzy_6_iy6hcOtqSj9rU6~mMS-iZo%3jQg#x{dkV;V3jBHs(gq3}2mu-f z2&?Do=&@ff0~j|}1KSCcwhd>KeGN5}9S*sZ z$1@?5KMyREYY!d}>LUsVPjY85O;b=3-XjPBlT{!flVUO$vw9)O5R>gt*FD!OGB9{n=!wstf4(4?z4ug z#IusImP9e~r~)7jAOkWWH@ZSv@Sl7G=Qdo!f0Vw$Vwm?8tkHGQ;VF3%M=(VKApn*6 zD6MCp z;Ow0@Tm?=%>3@@r=@LgUMFJrJsQDBYJor}VDi~Mv@++vuTb|x$gHX0K;e&-c2DwBz z0w6v^d*5MqI|3H&s$Wa14uL!gehxK%N;7cuW0GL5#?Bg$4hn$>68;7XvIesuJ{kjI zowk$xb&_sFQ?H8bIyurJaU%l)`VW<~5=Ssa0wDl}92wN204YE$MraLp7w@jP)Mpzt zUxWc`bV3}q=W*x)AZoQ{;9ZjMaV3LxUab(OcjlNL=i*kU)^;c)?Q}AQ3bUL+Cj({o z=Pk=eh@v5kA{yJ9yjo&RT>Nw3bBkjVM=(VKApoE6vFpU9apD0~XSxMA5xjfy6~VI#{3MNUX9SZ%*18Rk%dOi5m*l;F-WywSt#6jMw2*jJ z&etOqR?8z^Ig3g4^Kmt>Z=NZrz?^Py`Bta%*SyxU!fSGKcqeb0yV&}VZ{S*IAvXgT zCWYLJnX=-WcK&|4=2-l7?i$wrGW(l9@+;klQgHdXq*h9nNg>ixYW8m>%bV2)<2`O2 z)YLl^=zb&7U80xI|H|!Wk1L*YwX$3DIIfCPGuQb;uDXydJT)7;~Qal`+ zp1*#{T1dTz_D49#Ra$Q>qP};*D$_RJSjGPb(-Ubqs;t|*H_H>YS8=qZpZWW^AkrdIImzey4xWtVLhc5x zOo|MPl*P6?F8uS@r83=b`?HRQ8P^n5@|+tje{==>*->@>Fq48_hub-mT~aDutMrY} z^Msi2@~zjoQkTM&cgrJw^217Yt`>GKCJrW{zieEa*tn*$adG(AQ?&r?>HI zF6-!@Xx;yyIO476u?{8$jmM?}_A6%?F-6GlPRhNuRxQCk`F6Q06VFH861F?rs<{}r F7y$5T7{CAk diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_4.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_4.block index 9774878f01accb1d5a8e74a6d0159ae50c99a099..dc068490d144e06389a9dd9a0053d8950e3939c5 100644 GIT binary patch delta 703 zcmZosYf`J{a^qkTQaFCl_-Y3ak3i{~fS)@Rc3)ZEIlp!}Yqk7-SCjCr;wk1*3IzI}JlS+#-^HPh8lQR)65Lgl2Z)K zQZ3AqOp=U@EDem)QjCp^laiAXjZ#dEO-+o`l8g*Y(o$0_jSMW4jSM#K^kkNOH+ve- zfz8f-ANSj^9{xDlhP`IX`KIR%j6&V~TpgR`S?rmma4K0pxq@9?y`6)rfssproBh7% zWwZ2}qcV)PK3&E-$^v_`e+H|nM=YCEuyN|~eUp!|$1^r=R^zZ{u6HwVVNy`JA>19o zyy72kwe&xxy|)e&Ip=4l-r)$Z%3eyM&wt_Jqa4g3ns^-*oP>)no) z>ln@GEq`UUIAfN+uSUsb=Q4<8;i|G)h4XTv_Pal^@H~_yxx@0Pn)S2|J5twu4>-L? z@+6aj^=r<&wvq*+J+%SLKQ6f4U|qcZiFicQ_U*fk%fh@f=5w{Ob1`u+3H@W^+Qh~+ zm5qzbzbGZOD7DBpI6$b4ZLY?{BtB+I$3b`A& zGAS}_GuANgGLl=`qZRx|?%grp*vpzXYBWXMH|N;jzaX#-7`Unn-YoU}Fy&a~%wMf7 cU%%`&SnDS_f3b`LZ+7niGl9<`TntAJx zPW1vUzcVct*gl@JCUc6)maI7!TjE2foZqCtP%SOAT%2o(IM)p^u4C+6c^u4AJRBV_ zUcX=!I5Bau^G;^S8^Ca^m%hW{EXMmXd#n&d*z{XGunc-sT!3C_3(3bZkA`UXO_aLWW(eNc6Id*4z319E`^?=WSRfz zZTv>-(;q~hnDjL2D~tX2uQG|#xP9Kwb)9QD`51dVW7B3e4r}ImcLP@@MTWI(NB+$Z zym8jprY!8M+dr;=9n9_5R>sP`JNU2vQTVC%ObTq5Wj0nUJeA1Gf3|DRV~ZDx+7Y*8 zJL|TpG@aP92GGFgh>N;>n_eSBqK{p zGjj{$By*Eg6GID26N?lh!!!dU<7A7p6r)7bG}AHeUa<{ti$jFE`MEka%dyxqOW{s zp=$ZGT|30v4rFh%3M;q#CAl(Tqu{|05p!N#JMnyqtK9;7sR?{sjqF1IHaGIiF=u_N zxYcSjbNQ*NGdINBnVai{Sa+4M{&Qh~+IQogwa%(f!QYNg{d&pFGpYA)jJ3F}%er+_ zyNus=EL7gXq@c9Mn5|%;Vws|Ro5+?A)#<1Iaow%Iuk!4YXReNdV1ol!D?1kx2NTr3 zRKCfJ{>1vW%-P?s$@!(Rce?&v;YB=a>!(5Oo7mpMaxt*+F~^w$e=eGQnD&_Z7&i%1)=d^Z%7J+L*%fz`Bi*sEU<2uUDmCL~_#m&+E z;`IwwfrhUS%$4|)N{ch|Qj3d|GZORiQggH%5|fe*%?ykzQY@2FQ!SIsEsRVo(o)S5 zlMT~S4AU&kOiT{c`1Hi6Yq}`6Smq5_3(3bZkA`UXO_aLWW(eNc6Id*4z319E`@teDf{>q zIesZ?Obin5uduEVRB&E#o_UIfaKZE!2|@akkFm!yHf>hpux74zH*jTAWVpKG*A|{5 z>kU&RLzmWD9%Fx?G<&H_ky6rD=0;Hkoj?DX6oM7cOx6*VC`vwKsuj8-Zu>#4ZSfMz zKgjNiS+GB5*;fG}h(TYN8TT(gIpgWhKTI`?g4|>@jm7V2-u5%mIpsaWrm*uNlY+*( z)McICIicb4x;I~sY}0=GAgbY%lC{UY)HOnG1};nrmcQ>$ZQwd<(#v+!antd(a_%J) zj>cI1QcdVu^|a$}lOK~pwhl{oc~r;_yD5bkM@`I{ov#WxFdENsPXt<`XG64$3f=jd+NT6zuO@HB*|&rRy`>N z`B#gKC74rEJX58l^30`cYgPBT)a#Xd&OK*gzPWE{kI<0|j9dqR`15&2u1joO(j1IZ zY#fK@o_NWs#Gh1JoSBzeT%4Sdn3tEDBeaQ)YbqNTmw!>p#(E)UHSg2f!6n{@S!B{5 z9L>2AA$s%h%M-c}=id>Ub&`?mVjCj|i_qyd#?99)Rkl&b^#paljo0(TE zG&hHf+p(Y^Co?&*Br`uxs5gg$N$8a_7rTE^x}k4yfY3c<4#v$pL{A7z*0fNVyg*c9 z@-Y#;&Fj>*2u_|NqB2?Ck`E*>x!$@Y@XOM@PpdQ{V<{rQ-Rs60%|CWvaiUFJ@(|Cv<1Cp!2*XoQyW4WrOyAo)VPfQ;DhH(3NEunzZ9{YPd0ImJR4Ja z-y!ZqZK0B--;4eGF1|b&Aep>5I>nK>e&*#YqX&wt?z68UVo@H z{}<&;Cmzt*b*wgN<_Au$<>#xqvRDpo@p8>N>;0KWeHxQO{Qoqm749zA%6`i?3n&Eb z@N#tD_MEz4-m2hlQ_p60 zN={V7=?O4kq?hP_IL*WqU>xgLV`sIxa^bsOjR&(%Tv{{jmC1R=G^mSyF4PYH&B-V9 z{KW*h=S!=(j7~_-6)q0)xY=&;;mgwt`^z|YdAy%+oTt) z_`=xW<>R^FqEtU0S0gZ1*|;{bZJw1O#hlfby~vOI>9#6mQ>&{xZfbYr9Ge!vs{iGbIOVW7r$`FYn`5b51&o^5#fBp z>%NutJig12u#&uz#Zn$)Cnt58Sy5?43P;xpSB80>)lXcnJlwQSEF>o;e0H@Q!0ssI2 delta 1060 zcmV+<1l#+f-vOcD0e=cc2nG@${YYEZW(efyHJnn3=ENtq%4>S;f4BnvAjz}O<|!Ga z8X%ygCB`bA2ifT6BBF?h9d+CnNZO#jknatM5zDQY0YnnQ&;bg*&;bhZ&jAY31_~Pp z0U8Dfn&|831tJe(b#rNMWpi_5Xkl({Wo#0%1`3r13JOnhWU+q|13Lyrbo5(*2R>`^ zea6$Cy@3;HGo07VQpXaQ$pH${h5-l!63d1G5}j-c3qf#jY-wX*bZKvH5{+yK0<&B* zqY)7j>LUsVPjY85O;b=3-XjPBlSncklZPM}v!4&h5R+C!F0;)bv=Nh_AT5(OGZd5c zGGCJ;L?s3?O;b=10h8}UIg_*%u8-eG?WPQ1YW zuoH@ci=mrt11s9AQHOYA{~Lj8gaROE#MkDI%Ok!mNRZLJBc#*a zgNCYrS_Se;Fg%ugGS})7p0mARKLcQsg&bP7K*$VWP|c{)bsVmAwFh~@t^L6gMleJI zAS_nqoZ7_~Vgy?&G-FPmz54F|LAfadk(h_-BET2UxdI?-1t;?lWVo=ki;JdzYt%v) zRY?D3Xa^n0gA1H)mJr0VU1UK6e@p`2p&t2#XWt@>ic@M_wOZopY#LfixfV2CB}1fATdv+$FMS2{0w6}16d`bE=$4-x=qT0_wSzzF zMO_Upob{z2-qTVyR7VmoPrwvSJa1yBK)2nC|siBoLK{0|ee@Eo~LAT!C zm;xXQJ*acw%LKt2SO4RX&hJ)6LKhoFy<%R#HlESO+#^~NM=(VKAprXEWb2gN1F>=v z-8e82Mym&LXACU}(=5N!{`VjmA{PQ61ODG&7XZH}^_I%YN1W8TQ6-F_vdY^ds8jOE zY9za~8jubOfd>-)1`4tUvm|U918RnDNuSWz%_=|v)IW5^*}2BgrKW2q;ENJRFhv3( z0LOew?kBM^R^Nvw*o-o+u={f-M{V6yzEOl`;u|;dCITQ0tf}US4-IF;>PMqB|14YC z;u(2ym1k+i=DXNkP#Lufg$D`(2nG`Vvmk6917&t)zfXN5Es)=FWuzgfAXY@xv6`;y zbjuP)Fhv3(0D=D|FasP*q$vz8KELIaZ!b7SeqIpK$@L diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block index 458a3172d577b01f84ff796717910ed4c21d4348..c1656228874d6cb1a56413c1cdccd549a6bf7ff9 100644 GIT binary patch delta 1070 zcmZ2@pK;NB#(FL{4mKeLCjZkLl-M>NsPXt<`XG64$3f=jd+NT6zuO@HB*|&rRy`>N z`B#gKC74rEJX58l^30`cYgPBT)a#Xd&OK*gzPWE{kI<0|j9dqR`15&2u1joO(j1IZ zY#fK@o_NWs#Gh1JoSBzeT%4Sdn3tEDBeaQ)YbqNTmw!>p#(E)UHSg2f!6n{@S!B{5 z9L>2AA$s%h%M-c}=id>Ub&`?mVjCj|i_qyd#?99)Rkl&b^#paljo0(TE zG&hHf+p(Y^Co?&*Br`uxs5gg$N$8a_7rTE^x}k4yfY3c<4#v$pL{A7z*0fNVyg*c9 z@-Y#;&Fj>*2u_|NqB2?Ck`E*>x!$@Y@XOM@PpdQ{V<{rQ-Rs60%|CWvaiUFJ@(|Cv<1Cp!2*XoQyW4WrOyAo)VPfQ;DhH(3NEunzZ9{YPd0ImJR4Ja z-y!ZqZK0B--;4eGF1|b&Aep>5I>nK>e&*#YqX&wt?z68UVo@H z{}<&;Cmzt*b*wgN<_Au$<>#xqvRDpo@p8>N>;0KWeHxQO{Qoqm749zA%6`i?3n&Eb z@N#tD_MEz4-m2hlQ_p60 zN={V7=?O4kq?hP_IL*WqU>xgLV`sIxa^bsOjR&(%Tv{{jmC1R=G^mSyF4PYH&B-V9 z{KW*h=S!=(j7~_-6)q0)xY=&;;mgwt`^z|YdAy%+oTt) z_`=xW<>R^FqEtU0S0gZ1*|;{bZJw1O#hlfby~vOI>9#6mQ>&{xZfbYr9Ge!vs{iGbIOVW7r$`FYn`5b51&o^5#fBp z>%NutJig12u#&uz#Zn$)Cnt58Sy5?43P;xpSB80>)lXcnJlwQSEF>o;e0H@Q!0ssI2 delta 1060 zcmV+<1l#+f-vOcD0e=cc2nG@${YYEZW(efyHJnn3=ENtq%4>S;f4BnvAjz}O<|!Ga z8X%ygCB`bA2ifT6BBF?h9d+CnNZO#jknatM5zDQY0YnnQ&;bg*&;bhZ&jAY31_~Pp z0U8Dfn&|831tJe(b#rNMWpi_5Xkl({Wo#0%1`3r13JOnhWU+q|13Lyrbo5(*2R>`^ zea6$Cy@3;HGo07VQpXaQ$pH${h5-l!63d1G5}j-c3qf#jY-wX*bZKvH5{+yK0<&B* zqY)7j>LUsVPjY85O;b=3-XjPBlSncklZPM}v!4&h5R+C!F0;)bv=Nh_AT5(OGZd5c zGGCJ;L?s3?O;b=10h8}UIg_*%u8-eG?WPQ1YW zuoH@ci=mrt11s9AQHOYA{~Lj8gaROE#MkDI%Ok!mNRZLJBc#*a zgNCYrS_Se;Fg%ugGS})7p0mARKLcQsg&bP7K*$VWP|c{)bsVmAwFh~@t^L6gMleJI zAS_nqoZ7_~Vgy?&G-FPmz54F|LAfadk(h_-BET2UxdI?-1t;?lWVo=ki;JdzYt%v) zRY?D3Xa^n0gA1H)mJr0VU1UK6e@p`2p&t2#XWt@>ic@M_wOZopY#LfixfV2CB}1fATdv+$FMS2{0w6}16d`bE=$4-x=qT0_wSzzF zMO_Upob{z2-qTVyR7VmoPrwvSJa1yBK)2nC|siBoLK{0|ee@Eo~LAT!C zm;xXQJ*acw%LKt2SO4RX&hJ)6LKhoFy<%R#HlESO+#^~NM=(VKAprXEWb2gN1F>=v z-8e82Mym&LXACU}(=5N!{`VjmA{PQ61ODG&7XZH}^_I%YN1W8TQ6-F_vdY^ds8jOE zY9za~8jubOfd>-)1`4tUvm|U918RnDNuSWz%_=|v)IW5^*}2BgrKW2q;ENJRFhv3( z0LOew?kBM^R^Nvw*o-o+u={f-M{V6yzEOl`;u|;dCITQ0tf}US4-IF;>PMqB|14YC z;u(2ym1k+i=DXNkP#Lufg$D`(2nG`Vvmk6917&t)zfXN5Es)=FWuzgfAXY@xv6`;y zbjuP)Fhv3(0D=D|FasP*q$vz8KELIaZ!b7SeqIpK$@L diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block.json b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block.json index 70484a69..1f7147a5 100644 --- a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block.json +++ b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/businesschannel_config.block.json @@ -823,13 +823,13 @@ }, "signatures": [ { - "signature": "MEQCIG2HFa2ow85LQ5kpmzG/qayhPSPus4arxLOSsZZEMfKoAiANIAMyIDe6Qlrwn3wD5zZcw3+UvsJimPcVrNF10OEpeQ==", + "signature": "MEUCIQDJoCtBYojyFVOFo7Gmdh77Wo9193cW9iFNogmhilX51AIgIQINfSkCmb1Awm/Jf/3Pph6t+UUojvn+in2xBkDeOzU=", "signature_header": { "creator": { "id_bytes": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNLakNDQWRDZ0F3SUJBZ0lRQVhwNnBiWXZYT1ExOU85NzQ5UEVKakFLQmdncWhrak9QUVFEQWpCek1Rc3cKQ1FZRFZRUUdFd0pWVXpFVE1CRUdBMVVFQ0JNS1EyRnNhV1p2Y201cFlURVdNQlFHQTFVRUJ4TU5VMkZ1SUVaeQpZVzVqYVhOamJ6RVpNQmNHQTFVRUNoTVFiM0puTWk1bGVHRnRjR3hsTG1OdmJURWNNQm9HQTFVRUF4TVRZMkV1CmIzSm5NaTVsZUdGdGNHeGxMbU52YlRBZUZ3MHhPREV5TVRrd09EQTJNREJhRncweU9ERXlNVFl3T0RBMk1EQmEKTUd3eEN6QUpCZ05WQkFZVEFsVlRNUk13RVFZRFZRUUlFd3BEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIRXcxVApZVzRnUm5KaGJtTnBjMk52TVE4d0RRWURWUVFMRXdaamJHbGxiblF4SHpBZEJnTlZCQU1NRmtGa2JXbHVRRzl5Clp6SXVaWGhoYlhCc1pTNWpiMjB3V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVFmT2MxWlFxL0sKOEVqa1VwemVwTTJzVFAwSHhQUVk1a1Fnd1g0ZDk1Yk05UGVTblRQclB1QU1ZcHpxTUlkL3MxUXBHV01Wa1czMApzQXp5SHJPbW0yZDNvMDB3U3pBT0JnTlZIUThCQWY4RUJBTUNCNEF3REFZRFZSMFRBUUgvQkFJd0FEQXJCZ05WCkhTTUVKREFpZ0NCV1ZnOFNuT1o5aUNJbzNPcXR0UUoweGR0bXNhaXFsdmtCYXRMYmFMM1lnekFLQmdncWhrak8KUFFRREFnTklBREJGQWlFQXkxcjNmaVR6aDhWNjJrTklCMmc1WCtaNkxub0NKdzV1MzZrSVM2MG1FQVlDSUV3OApDSWZXMlNvYXptRFR4NmRZVHl0b2I0cE52aUl6a0loRHpkVUFmV0c0Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", "mspid": "Org2MSP" }, - "nonce": "55kXGzenI5CfWaaViZnxzCFtRROTy+T9" + "nonce": "1z3WnDtuOMjCl7b8O9EUBwtQXp5PVMGU" } } ] @@ -839,7 +839,7 @@ "channel_id": "businesschannel", "epoch": "0", "extension": null, - "timestamp": "2019-07-02T06:03:23Z", + "timestamp": "2019-07-19T18:39:51Z", "tls_cert_hash": null, "tx_id": "", "type": 2, @@ -850,11 +850,11 @@ "id_bytes": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNLakNDQWRDZ0F3SUJBZ0lRQVhwNnBiWXZYT1ExOU85NzQ5UEVKakFLQmdncWhrak9QUVFEQWpCek1Rc3cKQ1FZRFZRUUdFd0pWVXpFVE1CRUdBMVVFQ0JNS1EyRnNhV1p2Y201cFlURVdNQlFHQTFVRUJ4TU5VMkZ1SUVaeQpZVzVqYVhOamJ6RVpNQmNHQTFVRUNoTVFiM0puTWk1bGVHRnRjR3hsTG1OdmJURWNNQm9HQTFVRUF4TVRZMkV1CmIzSm5NaTVsZUdGdGNHeGxMbU52YlRBZUZ3MHhPREV5TVRrd09EQTJNREJhRncweU9ERXlNVFl3T0RBMk1EQmEKTUd3eEN6QUpCZ05WQkFZVEFsVlRNUk13RVFZRFZRUUlFd3BEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIRXcxVApZVzRnUm5KaGJtTnBjMk52TVE4d0RRWURWUVFMRXdaamJHbGxiblF4SHpBZEJnTlZCQU1NRmtGa2JXbHVRRzl5Clp6SXVaWGhoYlhCc1pTNWpiMjB3V1RBVEJnY3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVFmT2MxWlFxL0sKOEVqa1VwemVwTTJzVFAwSHhQUVk1a1Fnd1g0ZDk1Yk05UGVTblRQclB1QU1ZcHpxTUlkL3MxUXBHV01Wa1czMApzQXp5SHJPbW0yZDNvMDB3U3pBT0JnTlZIUThCQWY4RUJBTUNCNEF3REFZRFZSMFRBUUgvQkFJd0FEQXJCZ05WCkhTTUVKREFpZ0NCV1ZnOFNuT1o5aUNJbzNPcXR0UUoweGR0bXNhaXFsdmtCYXRMYmFMM1lnekFLQmdncWhrak8KUFFRREFnTklBREJGQWlFQXkxcjNmaVR6aDhWNjJrTklCMmc1WCtaNkxub0NKdzV1MzZrSVM2MG1FQVlDSUV3OApDSWZXMlNvYXptRFR4NmRZVHl0b2I0cE52aUl6a0loRHpkVUFmV0c0Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", "mspid": "Org2MSP" }, - "nonce": "CTNVoy9EfFPehyoQoD/eHISb/T5C5ro3" + "nonce": "UlgDujFN93IDv/hpaQqRsdpX7Lhvj8Xb" } } }, - "signature": "MEUCIQCV+SitZ7Z3E3AnOlK6esQAQH+ocItzk555XwGoASgg7gIgEEDwhc2m2WioJPV54Qi6LteHpeDsnTdcBU486X+Tjek=" + "signature": "MEQCIFLnaPgi4wMxjcc15Ylc9scDzjRyFvrlQEPYk0rD/86XAiAMTivc+kMnGhEi3QTBd6xvr+51qfbddGZ/JLAI8Ps3Gg==" } }, "header": { @@ -862,7 +862,7 @@ "channel_id": "businesschannel", "epoch": "0", "extension": null, - "timestamp": "2019-07-02T06:03:23Z", + "timestamp": "2019-07-19T18:39:51Z", "tls_cert_hash": null, "tx_id": "", "type": 1, @@ -873,23 +873,23 @@ "id_bytes": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNEVENDQWJTZ0F3SUJBZ0lSQUp6ZzE3bXlLSm42K1ZyUlhwaTdsalF3Q2dZSUtvWkl6ajBFQXdJd2FURUwKTUFrR0ExVUVCaE1DVlZNeEV6QVJCZ05WQkFnVENrTmhiR2xtYjNKdWFXRXhGakFVQmdOVkJBY1REVk5oYmlCRwpjbUZ1WTJselkyOHhGREFTQmdOVkJBb1RDMlY0WVcxd2JHVXVZMjl0TVJjd0ZRWURWUVFERXc1allTNWxlR0Z0CmNHeGxMbU52YlRBZUZ3MHhPREV5TVRrd09EQTJNREJhRncweU9ERXlNVFl3T0RBMk1EQmFNRmt4Q3pBSkJnTlYKQkFZVEFsVlRNUk13RVFZRFZRUUlFd3BEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIRXcxVFlXNGdSbkpoYm1OcApjMk52TVIwd0d3WURWUVFERXhSdmNtUmxjbVZ5TUM1bGVHRnRjR3hsTG1OdmJUQlpNQk1HQnlxR1NNNDlBZ0VHCkNDcUdTTTQ5QXdFSEEwSUFCQVN5UUUwY0l3MFNGMzVkSjE5QlpUa1JPQnVBdksrL096Vy9lRE9mWHdmRDVSR3YKd2dyMld0VXBKaURMOU1wRjZTTENqT1Q0RFMvMlJPem1GUVpWMWdTalRUQkxNQTRHQTFVZER3RUIvd1FFQXdJSApnREFNQmdOVkhSTUJBZjhFQWpBQU1Dc0dBMVVkSXdRa01DS0FJRU9lOEErQk83Z3prWVVpd0hMYTJuV2dSK3J1CjBTZ2lBcm91cWVnclkrSm9NQW9HQ0NxR1NNNDlCQU1DQTBjQU1FUUNJR1AxNEk1ejVLZ0kwZVJjc2MyQjlVUHIKNnMyc2NFYWZQRWdEbTZuZUhSNmhBaUJOdU9MOUtad1ZQYlBHdVZrU1U5d1B6bVVwOGdvQzhIR28zaTF3V0ZCaAo0UT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K", "mspid": "OrdererMSP" }, - "nonce": "N0x7ZCir2lSWdEBmkybO+p6LllsfreJr" + "nonce": "I49TBPlOv0oY4o+Rxmo/XVQ27SSdsnaz" } } }, - "signature": "MEUCIQCo+RQWPPhW6CoYV/TyK6jGW57eZ4NQtjThg4U7BrlEOQIgPkN732F3OwIW7qpfS6sOgTwJfg41f0ozcPRjkmCuxs4=" + "signature": "MEQCIBuKTPP3WV8g+Y1ZsvnuQFmYBq4TrLNBIPSKcSypWpXkAiB057kW0ntLLTryNpJknuI+Nm1K/n1fD081OaMyBk9/uQ==" } ] }, "header": { - "data_hash": "9eA8IVkNwAaVnYsZxbtMtZqQHfSiSpYqN4luwdoiUnY=", + "data_hash": "l0Ig1DwL8P3YPng6sY+3MbtgZQIliNdJi1ql7N1c6AM=", "number": "2", - "previous_hash": "bWno8N9lrzIbVH2Qy72a78SjF4WOEpBzFa69JDNJoS0=" + "previous_hash": "/wPqtugh8WFIvshtHz0c5b+4kXF2raBOmaghktLdQ+M=" }, "metadata": { "metadata": [ - "Ev4GCrIGCpUGCgpPcmRlcmVyTVNQEoYGLS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNEVENDQWJTZ0F3SUJBZ0lSQUp6ZzE3bXlLSm42K1ZyUlhwaTdsalF3Q2dZSUtvWkl6ajBFQXdJd2FURUwKTUFrR0ExVUVCaE1DVlZNeEV6QVJCZ05WQkFnVENrTmhiR2xtYjNKdWFXRXhGakFVQmdOVkJBY1REVk5oYmlCRwpjbUZ1WTJselkyOHhGREFTQmdOVkJBb1RDMlY0WVcxd2JHVXVZMjl0TVJjd0ZRWURWUVFERXc1allTNWxlR0Z0CmNHeGxMbU52YlRBZUZ3MHhPREV5TVRrd09EQTJNREJhRncweU9ERXlNVFl3T0RBMk1EQmFNRmt4Q3pBSkJnTlYKQkFZVEFsVlRNUk13RVFZRFZRUUlFd3BEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIRXcxVFlXNGdSbkpoYm1OcApjMk52TVIwd0d3WURWUVFERXhSdmNtUmxjbVZ5TUM1bGVHRnRjR3hsTG1OdmJUQlpNQk1HQnlxR1NNNDlBZ0VHCkNDcUdTTTQ5QXdFSEEwSUFCQVN5UUUwY0l3MFNGMzVkSjE5QlpUa1JPQnVBdksrL096Vy9lRE9mWHdmRDVSR3YKd2dyMld0VXBKaURMOU1wRjZTTENqT1Q0RFMvMlJPem1GUVpWMWdTalRUQkxNQTRHQTFVZER3RUIvd1FFQXdJSApnREFNQmdOVkhSTUJBZjhFQWpBQU1Dc0dBMVVkSXdRa01DS0FJRU9lOEErQk83Z3prWVVpd0hMYTJuV2dSK3J1CjBTZ2lBcm91cWVnclkrSm9NQW9HQ0NxR1NNNDlCQU1DQTBjQU1FUUNJR1AxNEk1ejVLZ0kwZVJjc2MyQjlVUHIKNnMyc2NFYWZQRWdEbTZuZUhSNmhBaUJOdU9MOUtad1ZQYlBHdVZrU1U5d1B6bVVwOGdvQzhIR28zaTF3V0ZCaAo0UT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0KEhidtpP9dZJuQ1Oviuw6OdIicSMDAvoPlbQSRzBFAiEAhRwZ1KIAKUAsRmgNdxfvrrjUZxs1X4QBa3RCHLbncegCIGq1ZuBdku9xJYN2Xq0QpnfmmB7n4lan1nYoJO10MoUK", - "CgIIAhL+BgqyBgqVBgoKT3JkZXJlck1TUBKGBi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDRFRDQ0FiU2dBd0lCQWdJUkFKemcxN215S0puNitWclJYcGk3bGpRd0NnWUlLb1pJemowRUF3SXdhVEVMCk1Ba0dBMVVFQmhNQ1ZWTXhFekFSQmdOVkJBZ1RDa05oYkdsbWIzSnVhV0V4RmpBVUJnTlZCQWNURFZOaGJpQkcKY21GdVkybHpZMjh4RkRBU0JnTlZCQW9UQzJWNFlXMXdiR1V1WTI5dE1SY3dGUVlEVlFRREV3NWpZUzVsZUdGdApjR3hsTG1OdmJUQWVGdzB4T0RFeU1Ua3dPREEyTURCYUZ3MHlPREV5TVRZd09EQTJNREJhTUZreEN6QUpCZ05WCkJBWVRBbFZUTVJNd0VRWURWUVFJRXdwRFlXeHBabTl5Ym1saE1SWXdGQVlEVlFRSEV3MVRZVzRnUm5KaGJtTnAKYzJOdk1SMHdHd1lEVlFRREV4UnZjbVJsY21WeU1DNWxlR0Z0Y0d4bExtTnZiVEJaTUJNR0J5cUdTTTQ5QWdFRwpDQ3FHU000OUF3RUhBMElBQkFTeVFFMGNJdzBTRjM1ZEoxOUJaVGtST0J1QXZLKy9PelcvZURPZlh3ZkQ1Ukd2CndncjJXdFVwSmlETDlNcEY2U0xDak9UNERTLzJST3ptRlFaVjFnU2pUVEJMTUE0R0ExVWREd0VCL3dRRUF3SUgKZ0RBTUJnTlZIUk1CQWY4RUFqQUFNQ3NHQTFVZEl3UWtNQ0tBSUVPZThBK0JPN2d6a1lVaXdITGEybldnUitydQowU2dpQXJvdXFlZ3JZK0pvTUFvR0NDcUdTTTQ5QkFNQ0EwY0FNRVFDSUdQMTRJNXo1S2dJMGVSY3NjMkI5VVByCjZzMnNjRWFmUEVnRG02bmVIUjZoQWlCTnVPTDlLWndWUGJQR3VWa1NVOXdQem1VcDhnb0M4SEdvM2kxd1dGQmgKNFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tChIY9+cty0eIoiGMIhrbm7xaYkxc/HPgc4tjEkcwRQIhAJ/vsevEpnHiAVRnugU4Ebx78hVaHhvBDAa+fHHBUG2DAiBeFLnDTlAcJ3clUGUxYWgdK9RxtVRWRuCLcqYqayMWuw==", + "Ev4GCrIGCpUGCgpPcmRlcmVyTVNQEoYGLS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNEVENDQWJTZ0F3SUJBZ0lSQUp6ZzE3bXlLSm42K1ZyUlhwaTdsalF3Q2dZSUtvWkl6ajBFQXdJd2FURUwKTUFrR0ExVUVCaE1DVlZNeEV6QVJCZ05WQkFnVENrTmhiR2xtYjNKdWFXRXhGakFVQmdOVkJBY1REVk5oYmlCRwpjbUZ1WTJselkyOHhGREFTQmdOVkJBb1RDMlY0WVcxd2JHVXVZMjl0TVJjd0ZRWURWUVFERXc1allTNWxlR0Z0CmNHeGxMbU52YlRBZUZ3MHhPREV5TVRrd09EQTJNREJhRncweU9ERXlNVFl3T0RBMk1EQmFNRmt4Q3pBSkJnTlYKQkFZVEFsVlRNUk13RVFZRFZRUUlFd3BEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIRXcxVFlXNGdSbkpoYm1OcApjMk52TVIwd0d3WURWUVFERXhSdmNtUmxjbVZ5TUM1bGVHRnRjR3hsTG1OdmJUQlpNQk1HQnlxR1NNNDlBZ0VHCkNDcUdTTTQ5QXdFSEEwSUFCQVN5UUUwY0l3MFNGMzVkSjE5QlpUa1JPQnVBdksrL096Vy9lRE9mWHdmRDVSR3YKd2dyMld0VXBKaURMOU1wRjZTTENqT1Q0RFMvMlJPem1GUVpWMWdTalRUQkxNQTRHQTFVZER3RUIvd1FFQXdJSApnREFNQmdOVkhSTUJBZjhFQWpBQU1Dc0dBMVVkSXdRa01DS0FJRU9lOEErQk83Z3prWVVpd0hMYTJuV2dSK3J1CjBTZ2lBcm91cWVnclkrSm9NQW9HQ0NxR1NNNDlCQU1DQTBjQU1FUUNJR1AxNEk1ejVLZ0kwZVJjc2MyQjlVUHIKNnMyc2NFYWZQRWdEbTZuZUhSNmhBaUJOdU9MOUtad1ZQYlBHdVZrU1U5d1B6bVVwOGdvQzhIR28zaTF3V0ZCaAo0UT09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0KEhgjNw90gojD8Yspd7oVtZrsLm6BtnCc1S0SRzBFAiEAnrLQBc3I7mt+iTa1I8EOeH6xoXIwlRase0DrbKl36GYCIG/1JptUKtWkwIAwCQKTAUj6rDgo+RiTg0q73erMpNn6", + "CgIIAhL+BgqyBgqVBgoKT3JkZXJlck1TUBKGBi0tLS0tQkVHSU4gQ0VSVElGSUNBVEUtLS0tLQpNSUlDRFRDQ0FiU2dBd0lCQWdJUkFKemcxN215S0puNitWclJYcGk3bGpRd0NnWUlLb1pJemowRUF3SXdhVEVMCk1Ba0dBMVVFQmhNQ1ZWTXhFekFSQmdOVkJBZ1RDa05oYkdsbWIzSnVhV0V4RmpBVUJnTlZCQWNURFZOaGJpQkcKY21GdVkybHpZMjh4RkRBU0JnTlZCQW9UQzJWNFlXMXdiR1V1WTI5dE1SY3dGUVlEVlFRREV3NWpZUzVsZUdGdApjR3hsTG1OdmJUQWVGdzB4T0RFeU1Ua3dPREEyTURCYUZ3MHlPREV5TVRZd09EQTJNREJhTUZreEN6QUpCZ05WCkJBWVRBbFZUTVJNd0VRWURWUVFJRXdwRFlXeHBabTl5Ym1saE1SWXdGQVlEVlFRSEV3MVRZVzRnUm5KaGJtTnAKYzJOdk1SMHdHd1lEVlFRREV4UnZjbVJsY21WeU1DNWxlR0Z0Y0d4bExtTnZiVEJaTUJNR0J5cUdTTTQ5QWdFRwpDQ3FHU000OUF3RUhBMElBQkFTeVFFMGNJdzBTRjM1ZEoxOUJaVGtST0J1QXZLKy9PelcvZURPZlh3ZkQ1Ukd2CndncjJXdFVwSmlETDlNcEY2U0xDak9UNERTLzJST3ptRlFaVjFnU2pUVEJMTUE0R0ExVWREd0VCL3dRRUF3SUgKZ0RBTUJnTlZIUk1CQWY4RUFqQUFNQ3NHQTFVZEl3UWtNQ0tBSUVPZThBK0JPN2d6a1lVaXdITGEybldnUitydQowU2dpQXJvdXFlZ3JZK0pvTUFvR0NDcUdTTTQ5QkFNQ0EwY0FNRVFDSUdQMTRJNXo1S2dJMGVSY3NjMkI5VVByCjZzMnNjRWFmUEVnRG02bmVIUjZoQWlCTnVPTDlLWndWUGJQR3VWa1NVOXdQem1VcDhnb0M4SEdvM2kxd1dGQmgKNFE9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tChIY49xy2a55rm9PPyrBEREuJ7xCnDz5ug9cEkcwRQIhAKjfGMwOLNpBnTiFC8Sc8Flno1/YLFWM7FlC4mZdrA2GAiBg7GOsm1XRtA7qMDkeMoPp4ebiDkQhw8zfqu94+WM3sw==", "", "" ] diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/config_delta.pb b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/config_delta.pb index 9696ef2284832fdf13c1383ada3481f62aaf9c46..4c122bd01ab5f2ea1f9a0a91ee45b9f47c4948d8 100644 GIT binary patch delta 112 zcmbQLI#qRou7HtmaDWgK2cr-#7rTE^y5VF$A*qQe5*$k0TvLQ&>bHD delta 133 zcmbQLI#qRou7II$aDWgK2cr-#7rTE^y3u4mAt?oJF81)E%#zfiVj%`4E-p65l-$fb q5F02Fl$w~bvHYpPvM8BO!JG diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/config_delta_env.pb b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/config_delta_env.pb index 49322857ae4a65f301abffa54e0ee63d0bb81ae9..33ce215c537ef0468721618b09f166f4e3e86bfa 100644 GIT binary patch delta 342 zcmV-c0jd69G+|0~*i&cMB<~g~p;e50n>n72k9Y zx#gegRl^e8vwH)Y5&@sH78XAPW0sT6L3-adA=O{QK|Kb1cVk!2-wZ8D-4aJIMFJrJ zp+@48O&pIIit)x()V4IfMiz07jl_M*Q7pu>E9E!H0w4~i?<%vDYoDg%0cR8Q1xlE# zm|;)zeWD#D5#T@*%V!dwv$q*P1Akfc{e@Q^h8ExTMn6~dz0-lfE#ySKNsJOlFhv3( z0Mx9+zH&YXUCG>Lpp7%^n-%nO1kYnMLs`vSdEY=@ z$bE4lIZo)mzR~H)P#I$qM=(VKApo1)Qg6>)gel_lZgAGpabBcx67pSh;wzeGeSn3J ofRU>LAV&Y?MbbgI8Nom}B5fX`vbL0#w>Nnf35T_8BUkC~qT|b%jQ{`u delta 340 zcmV-a0jvI@JD)od3e!3Y^9BkV2m%@g2%6~Y=&=z{0~)VpIV#n~%=5$!(4FEd^4?Oe z#GpP*qTmwRvwH)Y5&@pG78XAPVt=#CV%aR;*rCz9eygNrqb05r$v8{aloCcTL;@gL zK3gViF#5dawaolRllhCGn{ERu+N)8Acw_$?fop^UAZNta=8nrFzAZ?Q(Y+(2)7^uH zs(@Mr@=Gv0mV7eT>Jpx_xEVhKf0KnATD3sP3}8^rsM2*Du5`5rdBLsy!4gI=L;@fz zR_2`A#TQ}(TPrkUPM^K{?*Bo#DFcz1hw3807tXl?AZrCD^ABXWu(gYerhjYHLKjs? z|7BX}aV)5~Jinry6JIQg5N%VbMK)yXIItJQ>ld2n$% z78K-UCMT9;=I05$^59?;x~I&=?q8H{SQ18YM?5$$xjVJCc79^1I0=JaxyoJ diff --git a/hyperledger_fabric/v1.4.0/solo/channel-artifacts/testchainid_1.block b/hyperledger_fabric/v1.4.0/solo/channel-artifacts/testchainid_1.block index 01160c5519533b3864b7750c160f65a7f2df0b01..4dda140d61226bddafec20fc52346c5208243391 100644 GIT binary patch delta 836 zcmZph$k;iNae{`G1dD^U%J>t)|bB?&yv(y`S$DFEn7cTt@aY? zs^;2P#dV2|OPYfbs$ug^W_@NU#c$y!B-9O#FA+<4?lAfEYyWWX&0pQRw+lVn%*0;D zHF=p}`{Zk8(vxQia!;Nqq%%3mtYq_9p|=8)-zqPdyi?hDbFa!35Jz`%m#N5P88eB= zZYo+pcEIFvLFLIYHVuwcf(7EZPn8_uam;>V(FOBIZpOu5thUrCKlKX5hl4P;;p9v&628xBta1usEJo z`)}&~;719nCk*R-muzF^erz7eq+oSQ(O*f?mvd1?*Qv-Y?=B=wwSPIO@aD9VUuKda z8_(>4x~Tn;u9@w3t*5$NPn8T;!iG##Q0#Vz4!2FH?7j#L~qlD>mK#>Ygl} z`60CLCcoPpCWY)4Z^7QHb7T#&mEH1RJ)bGHJXN5U&ocVkCne_UpDa;QJ$zh^>_Y!G zH#*8Or`_JN_VF~KJMCw>*iIWnJX*$(m+-Oe&2r-jKzlkhI?M$-47;OH4N~8kbMH;%3uOS{k8rgm2FK-N$bUztu(9 zmD;j2>x+c_*%|q5RcY6wc8N{@?4{}~GPMe7*L>d4q8;BjZSJ$tDwxHjz^EquHhHGx(~IoVeXQ}{cN%0j#qlvp?^^RFec$iplh<)Ea4`S? DAOma5 delta 856 zcmeC2$k;ZKae{``UA4J-mrLI!KRO^*bZo1~fh|fm=C7D{GOOU+q?Zi`ub2z1ZDQnF z3B-3B8M)4}afx%VNU?D&eg68z#w2ZK9r3$2w5!h@3s;eGz2}`TQ1W?g|Ifc4{3C=q ztGV`8ab05LlICE9YS_G!S)W;|-gMjA*H1n)Xq8BO5NYK!oVHY_V1Lt>V?s|iGqKlk zO|~_YVlfnAkeXZ}*grW^C}*;+kj~_DW*nQ(3cVGW%w(oAxn6~D@=oQ2n|oER2uv1H z(VYCmGyo`|H@VMLXR?Wz;p7;h!pSyfYLn-i>rB38ws>-znaAXG8xe99Er@;eGu6`Ap82Lhc5xOo|L&L$v=0dEW7oIX7dYdzqGQXvL@G zW64`~HO-fL`LjcAJ(Gf_$OhX#r<2M~+|QEf+qqZatJ92~HOKlMxF(*?cHsAd3oeekkY;^m6!ozR+m1l>oS*7JPe*9-r(CWF^nIrS#;tcO=IczIj z*VG@~E&Wc_=5qbI>a{02zST-~@o_b<3;ku|+E^&VoL;QbHu-f5tH-oe8D52QKiAeY zcKi?b$(M%Mr_1>CKgZ6EIt_(~j^DW^pwsuN#RvJwsvlPwV`lf)w(lXDRzlQJV{v*9Dv z5tG_AM3b07B(oki)d`a+KxvcmKQ;j>leR#TlbS#yvq(Xh0h8G^MU$98BnT=7L1b-d FZgVUTB**{& delta 94 zcmV-k0HOcUh5^xr0kAC*lMW*(ldus`lZPWNlUflhvJwsvlT{;(lRY&mlQ$zBv*9Dv z5tE!jM3YECB(oki)d`bbKsA%{KWYIglO91TlbS$_vq(Xh0h3EXB9r?yBa^&AEJchW AcmMzZ diff --git a/hyperledger_fabric/v1.4.0/solo/logs/dev_all.log b/hyperledger_fabric/v1.4.0/solo/logs/dev_all.log index f54753a7..c582651d 100644 --- a/hyperledger_fabric/v1.4.0/solo/logs/dev_all.log +++ b/hyperledger_fabric/v1.4.0/solo/logs/dev_all.log @@ -1,761 +1,747 @@ -Attaching to prometheus, peer1.org2.example.com, peer0.org2.example.com, peer1.org1.example.com, peer0.org1.example.com, fabric-cli, orderer0.example.com -prometheus | level=info ts=2019-07-02T06:03:09.180735Z caller=main.go:243 msg="Starting Prometheus" version="(version=2.6.0, branch=HEAD, revision=dbd1d58c894775c0788470944b818cc724f550fb)" -prometheus | level=info ts=2019-07-02T06:03:09.180848Z caller=main.go:244 build_context="(go=go1.11.3, user=root@bf5760470f13, date=20181217-15:14:46)" -prometheus | level=info ts=2019-07-02T06:03:09.1820035Z caller=main.go:245 host_details="(Linux 4.9.125-linuxkit #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 prometheus (none))" -prometheus | level=info ts=2019-07-02T06:03:09.1821975Z caller=main.go:246 fd_limits="(soft=1048576, hard=1048576)" -prometheus | level=info ts=2019-07-02T06:03:09.1825707Z caller=main.go:247 vm_limits="(soft=unlimited, hard=unlimited)" -prometheus | level=info ts=2019-07-02T06:03:09.1858639Z caller=main.go:561 msg="Starting TSDB ..." -prometheus | level=info ts=2019-07-02T06:03:09.188724Z caller=web.go:429 component=web msg="Start listening for connections" address=0.0.0.0:9090 -prometheus | level=info ts=2019-07-02T06:03:09.207464Z caller=main.go:571 msg="TSDB started" -prometheus | level=info ts=2019-07-02T06:03:09.2076109Z caller=main.go:631 msg="Loading configuration file" filename=prometheus.yml -prometheus | level=info ts=2019-07-02T06:03:09.2207253Z caller=main.go:657 msg="Completed loading of configuration file" filename=prometheus.yml -prometheus | level=info ts=2019-07-02T06:03:09.2208131Z caller=main.go:530 msg="Server is ready to receive web requests." -peer1.org2.example.com | [001 07-02 06:03:06.78 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: +Attaching to prometheus, peer1.org2.example.com, peer0.org1.example.com, peer0.org2.example.com, peer1.org1.example.com, orderer0.example.com, fabric-cli +prometheus | level=info ts=2019-07-19T18:39:40.8948425Z caller=main.go:243 msg="Starting Prometheus" version="(version=2.6.0, branch=HEAD, revision=dbd1d58c894775c0788470944b818cc724f550fb)" +prometheus | level=info ts=2019-07-19T18:39:40.8954451Z caller=main.go:244 build_context="(go=go1.11.3, user=root@bf5760470f13, date=20181217-15:14:46)" +prometheus | level=info ts=2019-07-19T18:39:40.8957726Z caller=main.go:245 host_details="(Linux 4.9.125-linuxkit #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 prometheus (none))" +prometheus | level=info ts=2019-07-19T18:39:40.8960122Z caller=main.go:246 fd_limits="(soft=1048576, hard=1048576)" +prometheus | level=info ts=2019-07-19T18:39:40.8962867Z caller=main.go:247 vm_limits="(soft=unlimited, hard=unlimited)" +prometheus | level=info ts=2019-07-19T18:39:40.8977758Z caller=main.go:561 msg="Starting TSDB ..." +prometheus | level=info ts=2019-07-19T18:39:40.90367Z caller=web.go:429 component=web msg="Start listening for connections" address=0.0.0.0:9090 +prometheus | level=info ts=2019-07-19T18:39:40.9123401Z caller=main.go:571 msg="TSDB started" +prometheus | level=info ts=2019-07-19T18:39:40.9132268Z caller=main.go:631 msg="Loading configuration file" filename=prometheus.yml +prometheus | level=info ts=2019-07-19T18:39:40.9171953Z caller=main.go:657 msg="Completed loading of configuration file" filename=prometheus.yml +prometheus | level=info ts=2019-07-19T18:39:40.9175056Z caller=main.go:530 msg="Server is ready to receive web requests." +peer1.org2.example.com | [001 07-19 18:39:39.98 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: peer1.org2.example.com | Version: 1.4.0 peer1.org2.example.com | Commit SHA: development build -peer1.org2.example.com | Go version: go1.11.4 +peer1.org2.example.com | Go version: go1.11.5 peer1.org2.example.com | OS/Arch: linux/amd64 peer1.org2.example.com | Chaincode: peer1.org2.example.com | Base Image Version: 0.4.14 peer1.org2.example.com | Base Docker Namespace: hyperledger peer1.org2.example.com | Base Docker Label: org.hyperledger.fabric peer1.org2.example.com | Docker Namespace: hyperledger -peer1.org2.example.com | [002 07-02 06:03:06.85 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt -peer1.org2.example.com | [003 07-02 06:03:06.86 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider -peer1.org2.example.com | [004 07-02 06:03:07.32 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized -peer1.org2.example.com | [005 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized -peer1.org2.example.com | [006 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 -peer1.org2.example.com | [007 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org2.example.com:7051 -peer1.org2.example.com | [008 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 -peer1.org2.example.com | [009 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org2.example.com:7051 -peer1.org2.example.com | [00a 07-02 06:03:07.68 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled -peer1.org2.example.com | [00b 07-02 06:03:07.73 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer1.org2.example.com -peer1.org2.example.com | [00c 07-02 06:03:07.73 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer1.org2.example.com:7052 -peer1.org2.example.com | [00d 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer1.org2.example.com | [00e 07-02 06:03:07.78 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer1.org2.example.com | [00f 07-02 06:03:07.78 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered -peer1.org2.example.com | [010 07-02 06:03:07.78 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled -peer1.org2.example.com | [011 07-02 06:03:07.82 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer1.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] -peer1.org2.example.com | [012 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer1.org2.example.com:7051, InternalEndpoint: peer1.org2.example.com:7051, PKI-ID: 54071d960ff51087a5562fde4801dfa904c634c6c3c38da0d982a0b1f62f0a27, Metadata: -peer1.org2.example.com | [013 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer1.org2.example.com:7051 started -peer1.org2.example.com | [014 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer1.org2.example.com | [015 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer1.org2.example.com | [016 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org2.example.com | [017 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer1.org2.example.com | [018 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer1.org2.example.com | [019 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer1.org2.example.com | [01a 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes -peer1.org2.example.com | [01b 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 -peer1.org2.example.com | [01c 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated -peer1.org2.example.com | [01d 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] -peer1.org2.example.com | [01e 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] -peer1.org2.example.com | [01f 07-02 06:03:18.90 UTC] [%{longpkg}] %{callpath} -> INFO [][b138ed1a] Entry chaincode: name:"cscc" -peer1.org2.example.com | [020 07-02 06:03:18.90 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block -peer1.org2.example.com | [021 07-02 06:03:18.91 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -peer1.org2.example.com | [022 07-02 06:03:18.93 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 16ms (state_validation=1ms block_commit=8ms state_commit=3ms) -peer1.org2.example.com | [023 07-02 06:03:18.93 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block -peer1.org2.example.com | [024 07-02 06:03:18.94 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org2.example.com | [025 07-02 06:03:18.94 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about -peer1.org2.example.com | [026 07-02 06:03:18.94 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer1.org2.example.com | [027 07-02 06:03:18.96 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 -peer1.org2.example.com | [028 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer1.org2.example.com | [029 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer1.org2.example.com | [02a 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org2.example.com | [02b 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer1.org2.example.com | [02c 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer1.org2.example.com | [02d 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer1.org2.example.com | [02e 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO [][b138ed1a] Exit chaincode: name:"cscc" (71ms) -peer1.org2.example.com | [02f 07-02 06:03:18.97 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:18.903Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41824", "grpc.code": "OK", "grpc.call_duration": "72.346ms"} -peer1.org2.example.com | [030 07-02 06:03:19.88 UTC] [%{longpkg}] %{callpath} -> INFO [][8bb17607] Entry chaincode: name:"cscc" -peer1.org2.example.com | [031 07-02 06:03:19.88 UTC] [%{longpkg}] %{callpath} -> INFO [][8bb17607] Exit chaincode: name:"cscc" (1ms) -peer1.org2.example.com | [032 07-02 06:03:19.88 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:19.881Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41832", "grpc.code": "OK", "grpc.call_duration": "2.0174ms"} -peer1.org2.example.com | [033 07-02 06:03:20.74 UTC] [%{longpkg}] %{callpath} -> INFO [][71ab40b3] Entry chaincode: name:"qscc" -peer1.org2.example.com | [034 07-02 06:03:20.74 UTC] [%{longpkg}] %{callpath} -> INFO [][71ab40b3] Exit chaincode: name:"qscc" (2ms) -peer1.org2.example.com | [035 07-02 06:03:20.74 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:20.745Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41840", "grpc.code": "OK", "grpc.call_duration": "3.4362ms"} -peer1.org2.example.com | [036 07-02 06:03:23.94 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051]] , current view: [[peer0.org2.example.com:7051]] -peer1.org2.example.com | [037 07-02 06:03:24.77 UTC] [%{longpkg}] %{callpath} -> INFO 54071d960ff51087a5562fde4801dfa904c634c6c3c38da0d982a0b1f62f0a27 : Some peer is already a leader -peer1.org2.example.com | [038 07-02 06:03:24.79 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer -peer1.org2.example.com | [039 07-02 06:03:24.85 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org2.example.com | [03a 07-02 06:03:24.85 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org2.example.com | [03b 07-02 06:03:24.85 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer1.org2.example.com | [03c 07-02 06:03:24.85 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org2.example.com | [03d 07-02 06:03:24.86 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 72ms -peer1.org2.example.com | [03e 07-02 06:03:24.89 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 20ms (state_validation=0ms block_commit=11ms state_commit=4ms) -peer1.org2.example.com | [03f 07-02 06:03:24.89 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer -peer1.org2.example.com | [040 07-02 06:03:24.96 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org2.example.com | [041 07-02 06:03:24.96 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer1.org2.example.com | [042 07-02 06:03:24.96 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org2.example.com | [043 07-02 06:03:24.96 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org2.example.com | [044 07-02 06:03:25.02 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 132ms -peer1.org2.example.com | [045 07-02 06:03:25.04 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org1.example.com:7051, PKIid:3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 isn't responsive: EOF -peer1.org2.example.com | [046 07-02 06:03:25.04 UTC] [%{longpkg}] %{callpath} -> WARN Entering [3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106] -peer1.org2.example.com | [047 07-02 06:03:25.04 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org1.example.com:7051, InternalEndpoint: , PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: -peer1.org2.example.com | [048 07-02 06:03:25.04 UTC] [%{longpkg}] %{callpath} -> WARN Exiting -peer1.org2.example.com | [049 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 33ms (state_validation=2ms block_commit=24ms state_commit=3ms) -peer1.org2.example.com | [04a 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org2.example.com:7051, PKIid:75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b isn't responsive: EOF -peer1.org2.example.com | [04b 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> WARN Entering [75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b] -peer1.org2.example.com | [04c 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org2.example.com:7051, InternalEndpoint: peer0.org2.example.com:7051, PKI-ID: 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b, Metadata: -peer1.org2.example.com | [04d 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> WARN Exiting -peer1.org2.example.com | [04e 07-02 06:03:26.33 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:26.333Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:28.332Z", "grpc.peer_address": "172.18.0.3:36342", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "111.1µs"} -peer1.org2.example.com | [04f 07-02 06:03:26.35 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:26.357Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:28.356Z", "grpc.peer_address": "172.18.0.5:48232", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "126.2µs"} -peer1.org2.example.com | [050 07-02 06:03:26.55 UTC] [%{longpkg}] %{callpath} -> WARN StateInfo message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\013\341\342C\224\001E\365\343\257,\206_\343\031\345Q\243\003\363\001=\323J\372\t\327\360\\\006S\312" channel_MAC:"\344\265j[\3752\300\2262w\333\215z9\310\264&\370\364\372}~\262\333\217\027\344\276\327Lt\315" properties: > , Envelope: 98 bytes, Signature: 71 bytes is found invalid: PKIID wasn't found -peer1.org2.example.com | [051 07-02 06:03:26.55 UTC] [%{longpkg}] %{callpath} -> WARN Message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\013\341\342C\224\001E\365\343\257,\206_\343\031\345Q\243\003\363\001=\323J\372\t\327\360\\\006S\312" channel_MAC:"\344\265j[\3752\300\2262w\333\215z9\310\264&\370\364\372}~\262\333\217\027\344\276\327Lt\315" properties: > , Envelope: 98 bytes, Signature: 71 bytes isn't valid -peer1.org2.example.com | [052 07-02 06:03:28.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org1.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051] [peer0.org1.example.com:7051 ]] -peer1.org2.example.com | [053 07-02 06:03:30.11 UTC] [%{longpkg}] %{callpath} -> INFO [][5e41467d] Entry chaincode: name:"lscc" -peer1.org2.example.com | [054 07-02 06:03:30.11 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer -peer1.org2.example.com | [055 07-02 06:03:30.11 UTC] [%{longpkg}] %{callpath} -> INFO [][5e41467d] Exit chaincode: name:"lscc" (2ms) -peer1.org2.example.com | [056 07-02 06:03:30.11 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:30.111Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41902", "grpc.code": "OK", "grpc.call_duration": "4.886ms"} -peer1.org2.example.com | [057 07-02 06:03:32.84 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:32.847Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:34.847Z", "grpc.peer_address": "172.18.0.4:35760", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "122.8µs"} -peer1.org2.example.com | [058 07-02 06:03:38.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051 ]] , current view: [[peer1.org1.example.com:7051 ] [peer0.org2.example.com:7051] [peer0.org1.example.com:7051 ]] -peer1.org2.example.com | [059 07-02 06:04:20.34 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:20.339Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41952", "grpc.code": "OK", "grpc.call_duration": "3.5278ms"} -peer1.org2.example.com | [05a 07-02 06:04:21.74 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer -peer1.org2.example.com | [05b 07-02 06:04:21.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 12ms -peer1.org2.example.com | [05c 07-02 06:04:21.76 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] -peer1.org2.example.com | [05d 07-02 06:04:21.79 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 24ms (state_validation=3ms block_commit=16ms state_commit=2ms) -peer1.org2.example.com | [05e 07-02 06:04:22.54 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c4c94030] Entry chaincode: name:"exp02" -peer1.org2.example.com | [05f 07-02 06:04:22.55 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' -peer1.org2.example.com | [060 07-02 06:04:56.41 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c4c94030] Exit chaincode: name:"exp02" (33910ms) -peer1.org2.example.com | [061 07-02 06:04:56.41 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:22.539Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41956", "grpc.code": "OK", "grpc.call_duration": "33.9132304s"} -peer1.org2.example.com | [062 07-02 06:04:56.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][172e8ea2] Entry chaincode: name:"exp02" -peer1.org2.example.com | [063 07-02 06:04:56.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][172e8ea2] Exit chaincode: name:"exp02" (4ms) -peer1.org2.example.com | [064 07-02 06:04:56.76 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:56.757Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41992", "grpc.code": "OK", "grpc.call_duration": "8.1751ms"} -peer1.org2.example.com | [065 07-02 06:04:58.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer -peer1.org2.example.com | [066 07-02 06:04:58.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 2ms -peer1.org2.example.com | [067 07-02 06:04:58.62 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 23ms (state_validation=0ms block_commit=16ms state_commit=3ms) -peer1.org2.example.com | [068 07-02 06:04:58.94 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a4467a4f] Entry chaincode: name:"exp02" -peer1.org2.example.com | [069 07-02 06:04:58.95 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a4467a4f] Exit chaincode: name:"exp02" (3ms) -peer1.org2.example.com | [06a 07-02 06:04:58.95 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:58.945Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:41996", "grpc.code": "OK", "grpc.call_duration": "5.6172ms"} -peer1.org2.example.com | [06b 07-02 06:04:59.11 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][abc1602d] Entry chaincode: name:"exp02" -peer1.org2.example.com | [06c 07-02 06:04:59.12 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][abc1602d] Exit chaincode: name:"exp02" (6ms) -peer1.org2.example.com | [06d 07-02 06:04:59.12 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:59.117Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:42000", "grpc.code": "OK", "grpc.call_duration": "8.4232ms"} -peer1.org2.example.com | [06e 07-02 06:05:01.15 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer -peer1.org2.example.com | [06f 07-02 06:05:01.16 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 2ms -peer1.org2.example.com | [070 07-02 06:05:01.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 21ms (state_validation=0ms block_commit=13ms state_commit=4ms) -peer1.org2.example.com | [071 07-02 06:05:14.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer -peer1.org2.example.com | [072 07-02 06:05:14.61 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer1.org2.example.com | [073 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer1.org2.example.com | [074 07-02 06:05:14.67 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations -peer1.org2.example.com | [075 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org2.example.com | [076 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer1.org2.example.com | [077 07-02 06:05:14.69 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about -peer1.org2.example.com | [078 07-02 06:05:14.70 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org2.example.com | [079 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:26.335Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.3:36342", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m48.5187551s"} -peer1.org2.example.com | [07a 07-02 06:05:14.74 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 130ms -peer1.org2.example.com | [07b 07-02 06:05:14.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 21ms (state_validation=0ms block_commit=15ms state_commit=2ms) -peer1.org2.example.com | [07c 07-02 06:05:14.77 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:26.361Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:48232", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m48.5453374s"} -peer1.org2.example.com | [07d 07-02 06:05:14.80 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.808Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.807Z", "grpc.peer_address": "172.18.0.5:48454", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "217.9µs"} -peer1.org2.example.com | [07e 07-02 06:05:14.87 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.825Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:48454", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "49.4312ms"} -peer1.org2.example.com | [07f 07-02 06:05:24.93 UTC] [%{longpkg}] %{callpath} -> INFO [][cf7af212] Entry chaincode: name:"cscc" -peer1.org2.example.com | [080 07-02 06:05:24.93 UTC] [%{longpkg}] %{callpath} -> INFO [][cf7af212] Exit chaincode: name:"cscc" (0ms) -peer1.org2.example.com | [081 07-02 06:05:24.93 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:24.931Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:42164", "grpc.code": "OK", "grpc.call_duration": "2.3807ms"} -peer1.org2.example.com | [082 07-02 06:05:25.82 UTC] [%{longpkg}] %{callpath} -> INFO [][a6a2900f] Entry chaincode: name:"qscc" -peer1.org2.example.com | [083 07-02 06:05:25.82 UTC] [%{longpkg}] %{callpath} -> INFO [][a6a2900f] Exit chaincode: name:"qscc" (1ms) -peer1.org2.example.com | [084 07-02 06:05:25.82 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:25.823Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:42174", "grpc.code": "OK", "grpc.call_duration": "2.3856ms"} -peer0.org2.example.com | [001 07-02 06:03:06.78 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: -peer0.org2.example.com | Version: 1.4.0 -peer0.org2.example.com | Commit SHA: development build -peer0.org2.example.com | Go version: go1.11.4 -peer0.org2.example.com | OS/Arch: linux/amd64 -peer0.org2.example.com | Chaincode: -peer0.org2.example.com | Base Image Version: 0.4.14 -peer0.org2.example.com | Base Docker Namespace: hyperledger -peer0.org2.example.com | Base Docker Label: org.hyperledger.fabric -peer0.org2.example.com | Docker Namespace: hyperledger -peer0.org2.example.com | [002 07-02 06:03:06.78 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt -peer0.org2.example.com | [003 07-02 06:03:06.78 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider -peer0.org2.example.com | [004 07-02 06:03:07.31 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized -peer0.org2.example.com | [005 07-02 06:03:07.56 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized -peer0.org2.example.com | [006 07-02 06:03:07.57 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.5:7051 -peer0.org2.example.com | [007 07-02 06:03:07.57 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org2.example.com:7051 -peer0.org2.example.com | [008 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.5:7051 -peer0.org2.example.com | [009 07-02 06:03:07.58 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org2.example.com:7051 -peer0.org2.example.com | [00a 07-02 06:03:07.69 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled -peer0.org2.example.com | [00b 07-02 06:03:07.73 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org2.example.com -peer0.org2.example.com | [00c 07-02 06:03:07.73 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org2.example.com:7052 -peer0.org2.example.com | [00d 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer0.org2.example.com | [00e 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer0.org2.example.com | [00f 07-02 06:03:07.78 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered -peer0.org2.example.com | [010 07-02 06:03:07.78 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled -peer0.org2.example.com | [011 07-02 06:03:07.82 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] -peer0.org2.example.com | [012 07-02 06:03:07.84 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org2.example.com:7051, InternalEndpoint: peer0.org2.example.com:7051, PKI-ID: 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b, Metadata: -peer0.org2.example.com | [013 07-02 06:03:07.84 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org2.example.com:7051 started -peer0.org2.example.com | [014 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org2.example.com | [015 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer0.org2.example.com | [016 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org2.example.com | [017 07-02 06:03:07.85 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer0.org2.example.com | [018 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer0.org2.example.com | [019 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer0.org2.example.com | [01a 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes -peer0.org2.example.com | [01b 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 -peer0.org2.example.com | [01c 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated -peer0.org2.example.com | [01d 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] -peer0.org2.example.com | [01e 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] -peer0.org2.example.com | [01f 07-02 06:03:07.90 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:07.9Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:09.895Z", "grpc.peer_address": "172.18.0.6:34260", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "116.4µs"} -peer0.org2.example.com | [020 07-02 06:03:07.91 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:07.906Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:17.905Z", "grpc.peer_address": "172.18.0.6:34260", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.7874ms"} -peer0.org2.example.com | [021 07-02 06:03:07.94 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:07.943Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:09.943Z", "grpc.peer_address": "172.18.0.6:34262", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "258.5µs"} -peer0.org2.example.com | [022 07-02 06:03:18.70 UTC] [%{longpkg}] %{callpath} -> INFO [][eb8ba98a] Entry chaincode: name:"cscc" -peer0.org2.example.com | [023 07-02 06:03:18.70 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block -peer0.org2.example.com | [024 07-02 06:03:18.70 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -peer0.org2.example.com | [025 07-02 06:03:18.72 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 15ms (state_validation=1ms block_commit=8ms state_commit=3ms) -peer0.org2.example.com | [026 07-02 06:03:18.73 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block -peer0.org2.example.com | [027 07-02 06:03:18.73 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org2.example.com | [028 07-02 06:03:18.73 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about -peer0.org2.example.com | [029 07-02 06:03:18.73 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer0.org2.example.com | [02a 07-02 06:03:18.75 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 -peer0.org2.example.com | [02b 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org2.example.com | [02c 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer0.org2.example.com | [02d 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org2.example.com | [02e 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer0.org2.example.com | [02f 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer0.org2.example.com | [030 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer0.org2.example.com | [031 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO [][eb8ba98a] Exit chaincode: name:"cscc" (62ms) -peer0.org2.example.com | [032 07-02 06:03:18.76 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:18.699Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36626", "grpc.code": "OK", "grpc.call_duration": "63.7341ms"} -peer0.org2.example.com | [033 07-02 06:03:19.71 UTC] [%{longpkg}] %{callpath} -> INFO [][5c7d9300] Entry chaincode: name:"cscc" -peer0.org2.example.com | [034 07-02 06:03:19.71 UTC] [%{longpkg}] %{callpath} -> INFO [][5c7d9300] Exit chaincode: name:"cscc" (2ms) -peer0.org2.example.com | [035 07-02 06:03:19.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:19.712Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36634", "grpc.code": "OK", "grpc.call_duration": "3.2294ms"} -peer0.org2.example.com | [036 07-02 06:03:20.59 UTC] [%{longpkg}] %{callpath} -> INFO [][4c829be2] Entry chaincode: name:"qscc" -peer0.org2.example.com | [037 07-02 06:03:20.59 UTC] [%{longpkg}] %{callpath} -> INFO [][4c829be2] Exit chaincode: name:"qscc" (2ms) -peer0.org2.example.com | [038 07-02 06:03:20.59 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:20.594Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36642", "grpc.code": "OK", "grpc.call_duration": "2.8229ms"} -peer0.org2.example.com | [039 07-02 06:03:23.73 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org2.example.com:7051]] , current view: [[peer1.org2.example.com:7051]] -peer0.org2.example.com | [03a 07-02 06:03:24.55 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.559Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.558Z", "grpc.peer_address": "172.18.0.3:42470", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "169.4µs"} -peer0.org2.example.com | [03b 07-02 06:03:24.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.577Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.574Z", "grpc.peer_address": "172.18.0.3:42470", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "6.5019ms"} -peer0.org2.example.com | [03c 07-02 06:03:24.59 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.597Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.596Z", "grpc.peer_address": "172.18.0.4:33068", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "254.7µs"} -peer0.org2.example.com | [03d 07-02 06:03:24.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.604Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.604Z", "grpc.peer_address": "172.18.0.4:33068", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.3669ms"} -peer0.org2.example.com | [03e 07-02 06:03:24.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.64Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.636Z", "grpc.peer_address": "172.18.0.3:42476", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "168.9µs"} -peer0.org2.example.com | [03f 07-02 06:03:24.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.643Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.642Z", "grpc.peer_address": "172.18.0.4:33072", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "769.2µs"} -peer0.org2.example.com | [040 07-02 06:03:24.76 UTC] [%{longpkg}] %{callpath} -> INFO 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b : Becoming a leader -peer0.org2.example.com | [041 07-02 06:03:24.76 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel -peer0.org2.example.com | [042 07-02 06:03:24.78 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer -peer0.org2.example.com | [043 07-02 06:03:24.81 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org2.example.com | [044 07-02 06:03:24.81 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org2.example.com | [045 07-02 06:03:24.81 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer0.org2.example.com | [046 07-02 06:03:24.83 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 50ms -peer0.org2.example.com | [047 07-02 06:03:24.85 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.645Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.3:42476", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "204.4894ms"} -peer0.org2.example.com | [048 07-02 06:03:24.86 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 24ms (state_validation=3ms block_commit=14ms state_commit=3ms) -peer0.org2.example.com | [049 07-02 06:03:24.86 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer -peer0.org2.example.com | [04a 07-02 06:03:24.90 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org2.example.com | [04b 07-02 06:03:24.90 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org2.example.com | [04c 07-02 06:03:24.90 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer0.org2.example.com | [04d 07-02 06:03:24.91 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -peer0.org2.example.com | [04e 07-02 06:03:25.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 154ms -peer0.org2.example.com | [04f 07-02 06:03:25.03 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:25.038Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:27.038Z", "grpc.peer_address": "172.18.0.6:34338", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "371.3µs"} -peer0.org2.example.com | [050 07-02 06:03:25.05 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 31ms (state_validation=0ms block_commit=20ms state_commit=5ms) -peer0.org2.example.com | [051 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:07.948Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.6:34262", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "17.1118033s"} -peer0.org2.example.com | [052 07-02 06:03:25.06 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:25.055Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:35.054Z", "grpc.peer_address": "172.18.0.6:34338", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "6.4581ms"} -peer0.org2.example.com | [053 07-02 06:03:28.71 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051 ] [peer0.org1.example.com:7051 ]] , current view: [[peer1.org2.example.com:7051] [peer1.org1.example.com:7051 ] [peer0.org1.example.com:7051 ]] -peer0.org2.example.com | [054 07-02 06:03:29.40 UTC] [%{longpkg}] %{callpath} -> INFO [][6cf0010b] Entry chaincode: name:"lscc" -peer0.org2.example.com | [055 07-02 06:03:29.40 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer -peer0.org2.example.com | [056 07-02 06:03:29.40 UTC] [%{longpkg}] %{callpath} -> INFO [][6cf0010b] Exit chaincode: name:"lscc" (1ms) -peer0.org2.example.com | [057 07-02 06:03:29.40 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:29.4Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36702", "grpc.code": "OK", "grpc.call_duration": "2.7054ms"} -peer0.org2.example.com | [058 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer -peer0.org2.example.com | [059 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 3ms -peer0.org2.example.com | [05a 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] -peer0.org2.example.com | [05b 07-02 06:04:21.75 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 20ms (state_validation=1ms block_commit=12ms state_commit=3ms) -peer0.org2.example.com | [05c 07-02 06:04:58.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer -peer0.org2.example.com | [05d 07-02 06:04:58.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 1ms -peer0.org2.example.com | [05e 07-02 06:04:58.62 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 35ms (state_validation=1ms block_commit=22ms state_commit=4ms) -peer0.org2.example.com | [05f 07-02 06:05:01.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer -peer0.org2.example.com | [060 07-02 06:05:01.16 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 12ms -peer0.org2.example.com | [061 07-02 06:05:01.19 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 30ms (state_validation=7ms block_commit=15ms state_commit=4ms) -peer0.org2.example.com | [062 07-02 06:05:14.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer -peer0.org2.example.com | [063 07-02 06:05:14.59 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer0.org2.example.com | [064 07-02 06:05:14.59 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer0.org2.example.com | [065 07-02 06:05:14.66 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.66Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.66Z", "grpc.peer_address": "172.18.0.4:33304", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "144µs"} -peer0.org2.example.com | [066 07-02 06:05:14.66 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.66Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.66Z", "grpc.peer_address": "172.18.0.3:42708", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1.4715ms"} -peer0.org2.example.com | [067 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations -peer0.org2.example.com | [068 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org2.example.com | [069 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer0.org2.example.com | [06a 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -peer0.org2.example.com | [06b 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about -peer0.org2.example.com | [06c 07-02 06:05:14.69 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.65Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:33072", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1m50.1810089s"} -peer0.org2.example.com | [06d 07-02 06:05:14.69 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.685Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.685Z", "grpc.peer_address": "172.18.0.4:33304", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "11.1749ms"} -peer0.org2.example.com | [06e 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.713Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.712Z", "grpc.peer_address": "172.18.0.6:34562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "227.6µs"} -peer0.org2.example.com | [06f 07-02 06:05:14.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.674Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.674Z", "grpc.peer_address": "172.18.0.3:42708", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "62.4265ms"} -peer0.org2.example.com | [070 07-02 06:05:14.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 165ms -peer0.org2.example.com | [071 07-02 06:05:14.77 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.737Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.732Z", "grpc.peer_address": "172.18.0.6:34562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "35.4238ms"} -peer0.org2.example.com | [072 07-02 06:05:14.77 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.779Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.778Z", "grpc.peer_address": "172.18.0.3:42724", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "101µs"} -peer0.org2.example.com | [073 07-02 06:05:14.79 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 35ms (state_validation=2ms block_commit=27ms state_commit=3ms) -peer0.org2.example.com | [074 07-02 06:05:14.80 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.79Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.3:42724", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.2411ms"} -peer0.org2.example.com | [075 07-02 06:05:14.84 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.846Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.845Z", "grpc.peer_address": "172.18.0.3:42732", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "129.2µs"} -peer0.org2.example.com | [076 07-02 06:05:14.86 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.86Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.86Z", "grpc.peer_address": "172.18.0.6:34574", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "168.8µs"} -peer0.org2.example.com | [077 07-02 06:05:24.80 UTC] [%{longpkg}] %{callpath} -> INFO [][f7b9f84c] Entry chaincode: name:"cscc" -peer0.org2.example.com | [078 07-02 06:05:24.80 UTC] [%{longpkg}] %{callpath} -> INFO [][f7b9f84c] Exit chaincode: name:"cscc" (0ms) -peer0.org2.example.com | [079 07-02 06:05:24.80 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:24.804Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36966", "grpc.code": "OK", "grpc.call_duration": "2.0864ms"} -peer0.org2.example.com | [07a 07-02 06:05:25.68 UTC] [%{longpkg}] %{callpath} -> INFO [][5a5b7f67] Entry chaincode: name:"qscc" -peer0.org2.example.com | [07b 07-02 06:05:25.68 UTC] [%{longpkg}] %{callpath} -> INFO [][5a5b7f67] Exit chaincode: name:"qscc" (2ms) -peer0.org2.example.com | [07c 07-02 06:05:25.68 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:25.68Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:36974", "grpc.code": "OK", "grpc.call_duration": "2.6499ms"} -peer0.org1.example.com | [001 07-02 06:03:06.67 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: -peer0.org1.example.com | Version: 1.4.0 -peer0.org1.example.com | Commit SHA: development build -peer0.org1.example.com | Go version: go1.11.4 -peer0.org1.example.com | OS/Arch: linux/amd64 -peer0.org1.example.com | Chaincode: -peer0.org1.example.com | Base Image Version: 0.4.14 -peer0.org1.example.com | Base Docker Namespace: hyperledger -peer0.org1.example.com | Base Docker Label: org.hyperledger.fabric -peer0.org1.example.com | Docker Namespace: hyperledger -peer0.org1.example.com | [002 07-02 06:03:06.70 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt -peer0.org1.example.com | [003 07-02 06:03:06.70 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider -peer0.org1.example.com | [004 07-02 06:03:07.55 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized -peer0.org1.example.com | [005 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized -peer0.org1.example.com | [006 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.3:7051 -peer0.org1.example.com | [007 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 -peer0.org1.example.com | [008 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.3:7051 -peer0.org1.example.com | [009 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 -peer0.org1.example.com | [00a 07-02 06:03:07.82 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled -peer0.org1.example.com | [00b 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org1.example.com -peer0.org1.example.com | [00c 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org1.example.com:7052 -peer0.org1.example.com | [00d 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer0.org1.example.com | [00e 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer0.org1.example.com | [00f 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered -peer0.org1.example.com | [010 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled -peer0.org1.example.com | [011 07-02 06:03:07.92 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] -peer0.org1.example.com | [012 07-02 06:03:07.95 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: -peer0.org1.example.com | [013 07-02 06:03:07.95 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org1.example.com:7051 started -peer0.org1.example.com | [014 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [015 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer0.org1.example.com | [016 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org1.example.com | [017 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer0.org1.example.com | [018 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer0.org1.example.com | [019 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer0.org1.example.com | [01a 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes -peer0.org1.example.com | [01b 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 -peer0.org1.example.com | [01c 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated -peer0.org1.example.com | [01d 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -peer0.org1.example.com | [01e 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -peer0.org1.example.com | [01f 07-02 06:03:07.98 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:07.983Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:09.983Z", "grpc.peer_address": "172.18.0.4:44850", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "116.2µs"} -peer0.org1.example.com | [020 07-02 06:03:08.00 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:07.989Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:17.989Z", "grpc.peer_address": "172.18.0.4:44850", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.4901ms"} -peer0.org1.example.com | [021 07-02 06:03:08.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:08.018Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:10.017Z", "grpc.peer_address": "172.18.0.4:44856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "282.6µs"} -peer0.org1.example.com | [022 07-02 06:03:18.28 UTC] [%{longpkg}] %{callpath} -> INFO [][cbe66b76] Entry chaincode: name:"cscc" -peer0.org1.example.com | [023 07-02 06:03:18.28 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block -peer0.org1.example.com | [024 07-02 06:03:18.29 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -peer0.org1.example.com | [025 07-02 06:03:18.31 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 17ms (state_validation=1ms block_commit=9ms state_commit=4ms) -peer0.org1.example.com | [026 07-02 06:03:18.31 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block -peer0.org1.example.com | [027 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org1.example.com | [028 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about -peer0.org1.example.com | [029 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer0.org1.example.com | [02a 07-02 06:03:18.34 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 -peer0.org1.example.com | [02b 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer0.org1.example.com | [02c 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer0.org1.example.com | [02d 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer0.org1.example.com | [02e 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer0.org1.example.com | [02f 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer0.org1.example.com | [030 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer0.org1.example.com | [031 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO [][cbe66b76] Exit chaincode: name:"cscc" (72ms) -peer0.org1.example.com | [032 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:18.28Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47388", "grpc.code": "OK", "grpc.call_duration": "76.1139ms"} -peer0.org1.example.com | [033 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO [][204ad7b1] Entry chaincode: name:"cscc" -peer0.org1.example.com | [034 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO [][204ad7b1] Exit chaincode: name:"cscc" (1ms) -peer0.org1.example.com | [035 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:19.431Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47396", "grpc.code": "OK", "grpc.call_duration": "2.9963ms"} -peer0.org1.example.com | [036 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO [][33454904] Entry chaincode: name:"qscc" -peer0.org1.example.com | [037 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO [][33454904] Exit chaincode: name:"qscc" (1ms) -peer0.org1.example.com | [038 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:20.312Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47404", "grpc.code": "OK", "grpc.call_duration": "2.5714ms"} -peer0.org1.example.com | [039 07-02 06:03:23.32 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051]] , current view: [[peer1.org1.example.com:7051]] -peer0.org1.example.com | [03a 07-02 06:03:24.35 UTC] [%{longpkg}] %{callpath} -> INFO 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 : Becoming a leader -peer0.org1.example.com | [03b 07-02 06:03:24.35 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel -peer0.org1.example.com | [03c 07-02 06:03:24.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer -peer0.org1.example.com | [03d 07-02 06:03:24.40 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org1.example.com | [03e 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org1.example.com | [03f 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -peer0.org1.example.com | [040 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer0.org1.example.com | [041 07-02 06:03:24.45 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.452Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.452Z", "grpc.peer_address": "172.18.0.4:44904", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "177.3µs"} -peer0.org1.example.com | [042 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.471Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.47Z", "grpc.peer_address": "172.18.0.4:44904", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "3.2664ms"} -peer0.org1.example.com | [043 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 95ms -peer0.org1.example.com | [044 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:08.022Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:44856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "16.4521964s"} -peer0.org1.example.com | [045 07-02 06:03:24.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 31ms (state_validation=3ms block_commit=18ms state_commit=5ms) -peer0.org1.example.com | [046 07-02 06:03:24.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer -peer0.org1.example.com | [047 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer0.org1.example.com | [048 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org1.example.com | [049 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -peer0.org1.example.com | [04a 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer0.org1.example.com | [04b 07-02 06:03:24.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.604Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.599Z", "grpc.peer_address": "172.18.0.4:44908", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1.7391ms"} -peer0.org1.example.com | [04c 07-02 06:03:24.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 89ms -peer0.org1.example.com | [04d 07-02 06:03:24.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.612Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.612Z", "grpc.peer_address": "172.18.0.4:44908", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.5828ms"} -peer0.org1.example.com | [04e 07-02 06:03:24.65 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 41ms (state_validation=7ms block_commit=27ms state_commit=4ms) -peer0.org1.example.com | [04f 07-02 06:03:24.82 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.825Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.822Z", "grpc.peer_address": "172.18.0.5:56934", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "177.8µs"} -peer0.org1.example.com | [050 07-02 06:03:24.84 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.831Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.829Z", "grpc.peer_address": "172.18.0.5:56934", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.2948ms"} -peer0.org1.example.com | [051 07-02 06:03:24.88 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.885Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.884Z", "grpc.peer_address": "172.18.0.6:53332", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "181.9µs"} -peer0.org1.example.com | [052 07-02 06:03:24.91 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.892Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.89Z", "grpc.peer_address": "172.18.0.6:53332", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.7936ms"} -peer0.org1.example.com | [053 07-02 06:03:24.92 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.925Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.925Z", "grpc.peer_address": "172.18.0.5:56940", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "399.2µs"} -peer0.org1.example.com | [054 07-02 06:03:24.93 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.936Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.935Z", "grpc.peer_address": "172.18.0.6:53336", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "123.9µs"} -peer0.org1.example.com | [055 07-02 06:03:24.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.931Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.931Z", "grpc.peer_address": "172.18.0.5:56940", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5403ms"} -peer0.org1.example.com | [056 07-02 06:03:24.97 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.976Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.976Z", "grpc.peer_address": "172.18.0.5:56944", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "126.6µs"} -peer0.org1.example.com | [057 07-02 06:03:25.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:25.016Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:27.015Z", "grpc.peer_address": "172.18.0.6:53342", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "162.9µs"} -peer0.org1.example.com | [058 07-02 06:03:25.03 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.945Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.6:53336", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "85.7102ms"} -peer0.org1.example.com | [059 07-02 06:03:25.03 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:25.027Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:35.027Z", "grpc.peer_address": "172.18.0.6:53342", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "5.1685ms"} -peer0.org1.example.com | [05a 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO [][5dced216] Entry chaincode: name:"lscc" -peer0.org1.example.com | [05b 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer -peer0.org1.example.com | [05c 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO [][5dced216] Exit chaincode: name:"lscc" (1ms) -peer0.org1.example.com | [05d 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:27.784Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47454", "grpc.code": "OK", "grpc.call_duration": "3.2001ms"} -peer0.org1.example.com | [05e 07-02 06:03:28.29 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ] [peer1.org1.example.com:7051]] -peer0.org1.example.com | [05f 07-02 06:03:30.57 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][30a7958f] Entry chaincode: name:"lscc" -peer0.org1.example.com | [060 07-02 06:03:30.59 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' -peer0.org1.example.com | [061 07-02 06:04:19.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][30a7958f] Exit chaincode: name:"lscc" (49165ms) -peer0.org1.example.com | [062 07-02 06:04:19.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:30.577Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47476", "grpc.code": "OK", "grpc.call_duration": "49.1685545s"} -peer0.org1.example.com | [063 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer -peer0.org1.example.com | [064 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 4ms -peer0.org1.example.com | [065 07-02 06:04:21.75 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] -peer0.org1.example.com | [066 07-02 06:04:21.77 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 41ms (state_validation=16ms block_commit=17ms state_commit=3ms) -peer0.org1.example.com | [067 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0bf8975f] Entry chaincode: name:"exp02" -peer0.org1.example.com | [068 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0bf8975f] Exit chaincode: name:"exp02" (4ms) -peer0.org1.example.com | [069 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:56.599Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47556", "grpc.code": "OK", "grpc.call_duration": "7.0653ms"} -peer0.org1.example.com | [06a 07-02 06:04:58.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer -peer0.org1.example.com | [06b 07-02 06:04:58.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 1ms -peer0.org1.example.com | [06c 07-02 06:04:58.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 26ms (state_validation=1ms block_commit=17ms state_commit=4ms) -peer0.org1.example.com | [06d 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e6f95b27] Entry chaincode: name:"exp02" -peer0.org1.example.com | [06e 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e6f95b27] Exit chaincode: name:"exp02" (3ms) -peer0.org1.example.com | [06f 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:59.292Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47576", "grpc.code": "OK", "grpc.call_duration": "5.4187ms"} -peer0.org1.example.com | [070 07-02 06:05:01.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer -peer0.org1.example.com | [071 07-02 06:05:01.16 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 21ms -peer0.org1.example.com | [072 07-02 06:05:01.19 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 26ms (state_validation=3ms block_commit=16ms state_commit=3ms) -peer0.org1.example.com | [073 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][dde26863] Entry chaincode: name:"exp02" -peer0.org1.example.com | [074 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][dde26863] Exit chaincode: name:"exp02" (2ms) -peer0.org1.example.com | [075 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:01.458Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47582", "grpc.code": "OK", "grpc.call_duration": "4.2623ms"} -peer0.org1.example.com | [076 07-02 06:05:02.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][33f2bf47] Entry chaincode: name:"lscc" -peer0.org1.example.com | [077 07-02 06:05:02.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][33f2bf47] Exit chaincode: name:"lscc" (2ms) -peer0.org1.example.com | [078 07-02 06:05:02.02 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.016Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47590", "grpc.code": "OK", "grpc.call_duration": "3.9199ms"} -peer0.org1.example.com | [079 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ef5bdd1] Entry chaincode: name:"lscc" -peer0.org1.example.com | [07a 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ef5bdd1] Exit chaincode: name:"lscc" (2ms) -peer0.org1.example.com | [07b 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.184Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47594", "grpc.code": "OK", "grpc.call_duration": "4.3711ms"} -peer0.org1.example.com | [07c 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][12c6725b] Entry chaincode: name:"lscc" -peer0.org1.example.com | [07d 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][12c6725b] Exit chaincode: name:"lscc" (3ms) -peer0.org1.example.com | [07e 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.363Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47598", "grpc.code": "OK", "grpc.call_duration": "5.25ms"} -peer0.org1.example.com | [07f 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][44aaf7e3] Entry chaincode: name:"lscc" -peer0.org1.example.com | [080 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][44aaf7e3] Exit chaincode: name:"lscc" (1ms) -peer0.org1.example.com | [081 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.581Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47602", "grpc.code": "OK", "grpc.call_duration": "2.3636ms"} -peer0.org1.example.com | [082 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][512a1d44] Entry chaincode: name:"lscc" -peer0.org1.example.com | [083 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][512a1d44] Exit chaincode: name:"lscc" (2ms) -peer0.org1.example.com | [084 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.843Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47606", "grpc.code": "OK", "grpc.call_duration": "4.2714ms"} -peer0.org1.example.com | [085 07-02 06:05:03.43 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0dbb5703] Entry chaincode: name:"qscc" -peer0.org1.example.com | [086 07-02 06:05:03.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0dbb5703] Exit chaincode: name:"qscc" (2ms) -peer0.org1.example.com | [087 07-02 06:05:03.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:03.437Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47610", "grpc.code": "OK", "grpc.call_duration": "5.9449ms"} -peer0.org1.example.com | [088 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2a1202d] Entry chaincode: name:"qscc" -peer0.org1.example.com | [089 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2a1202d] Exit chaincode: name:"qscc" (1ms) -peer0.org1.example.com | [08a 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:03.711Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47614", "grpc.code": "OK", "grpc.call_duration": "3.7422ms"} -peer0.org1.example.com | [08b 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e8dea976] Entry chaincode: name:"cscc" -peer0.org1.example.com | [08c 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e8dea976] Exit chaincode: name:"cscc" (1ms) -peer0.org1.example.com | [08d 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.452Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47618", "grpc.code": "OK", "grpc.call_duration": "3.3441ms"} -orderer0.example.com | 2019-07-02 06:03:02.856 UTC [localconfig] completeInitialization -> INFO 001 Kafka.Version unset, setting to 0.10.2.0 -orderer0.example.com | [002 07-02 06:03:03.02 UTC] [%{longpkg}] %{callpath} -> INFO Orderer config values: -orderer0.example.com | General.LedgerType = "file" -orderer0.example.com | General.ListenAddress = "0.0.0.0" -orderer0.example.com | General.ListenPort = 7050 -orderer0.example.com | General.TLS.Enabled = true -orderer0.example.com | General.TLS.PrivateKey = "/var/hyperledger/orderer/tls/server.key" -orderer0.example.com | General.TLS.Certificate = "/var/hyperledger/orderer/tls/server.crt" -orderer0.example.com | General.TLS.RootCAs = [/var/hyperledger/orderer/tls/ca.crt] -orderer0.example.com | General.TLS.ClientAuthRequired = false -orderer0.example.com | General.TLS.ClientRootCAs = [] -orderer0.example.com | General.Cluster.RootCAs = [/etc/hyperledger/fabric/tls/ca.crt] -orderer0.example.com | General.Cluster.ClientCertificate = "" -orderer0.example.com | General.Cluster.ClientPrivateKey = "" -orderer0.example.com | General.Cluster.DialTimeout = 5s -orderer0.example.com | General.Cluster.RPCTimeout = 7s -orderer0.example.com | General.Cluster.ReplicationBufferSize = 20971520 -orderer0.example.com | General.Cluster.ReplicationPullTimeout = 5s -orderer0.example.com | General.Cluster.ReplicationRetryTimeout = 5s -orderer0.example.com | General.Keepalive.ServerMinInterval = 1m0s -orderer0.example.com | General.Keepalive.ServerInterval = 2h0m0s -orderer0.example.com | General.Keepalive.ServerTimeout = 20s -orderer0.example.com | General.GenesisMethod = "file" -orderer0.example.com | General.GenesisProfile = "SampleInsecureSolo" -orderer0.example.com | General.SystemChannel = "test-system-channel-name" -orderer0.example.com | General.GenesisFile = "/var/hyperledger/orderer/orderer.genesis.block" -orderer0.example.com | General.Profile.Enabled = false -orderer0.example.com | General.Profile.Address = "0.0.0.0:6060" -orderer0.example.com | General.LocalMSPDir = "/var/hyperledger/orderer/msp" -orderer0.example.com | General.LocalMSPID = "OrdererMSP" -orderer0.example.com | General.BCCSP.ProviderName = "SW" -orderer0.example.com | General.BCCSP.SwOpts.SecLevel = 256 -orderer0.example.com | General.BCCSP.SwOpts.HashFamily = "SHA2" -orderer0.example.com | General.BCCSP.SwOpts.Ephemeral = false -orderer0.example.com | General.BCCSP.SwOpts.FileKeystore.KeyStorePath = "/var/hyperledger/orderer/msp/keystore" -orderer0.example.com | General.BCCSP.SwOpts.DummyKeystore = -orderer0.example.com | General.BCCSP.SwOpts.InmemKeystore = -orderer0.example.com | General.BCCSP.PluginOpts = -orderer0.example.com | General.Authentication.TimeWindow = 15m0s -orderer0.example.com | FileLedger.Location = "/var/hyperledger/production/orderer" -orderer0.example.com | FileLedger.Prefix = "hyperledger-fabric-ordererledger" -orderer0.example.com | RAMLedger.HistorySize = 1000 -orderer0.example.com | Kafka.Retry.ShortInterval = 5s -orderer0.example.com | Kafka.Retry.ShortTotal = 10m0s -orderer0.example.com | Kafka.Retry.LongInterval = 5m0s -orderer0.example.com | Kafka.Retry.LongTotal = 12h0m0s -orderer0.example.com | Kafka.Retry.NetworkTimeouts.DialTimeout = 10s -orderer0.example.com | Kafka.Retry.NetworkTimeouts.ReadTimeout = 10s -orderer0.example.com | Kafka.Retry.NetworkTimeouts.WriteTimeout = 10s -orderer0.example.com | Kafka.Retry.Metadata.RetryMax = 3 -orderer0.example.com | Kafka.Retry.Metadata.RetryBackoff = 250ms -orderer0.example.com | Kafka.Retry.Producer.RetryMax = 3 -orderer0.example.com | Kafka.Retry.Producer.RetryBackoff = 100ms -orderer0.example.com | Kafka.Retry.Consumer.RetryBackoff = 2s -orderer0.example.com | Kafka.Verbose = false -orderer0.example.com | Kafka.Version = 0.10.2.0 -orderer0.example.com | Kafka.TLS.Enabled = false -orderer0.example.com | Kafka.TLS.PrivateKey = "" -orderer0.example.com | Kafka.TLS.Certificate = "" -orderer0.example.com | Kafka.TLS.RootCAs = [] -orderer0.example.com | Kafka.TLS.ClientAuthRequired = false -orderer0.example.com | Kafka.TLS.ClientRootCAs = [] -orderer0.example.com | Kafka.SASLPlain.Enabled = false -orderer0.example.com | Kafka.SASLPlain.User = "" -orderer0.example.com | Kafka.SASLPlain.Password = "" -orderer0.example.com | Kafka.Topic.ReplicationFactor = 3 -orderer0.example.com | Debug.BroadcastTraceDir = "" -orderer0.example.com | Debug.DeliverTraceDir = "" -orderer0.example.com | Consensus = map[SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot WALDir:/var/hyperledger/production/orderer/etcdraft/wal] -orderer0.example.com | Operations.ListenAddress = "0.0.0.0:8443" -orderer0.example.com | Operations.TLS.Enabled = false -orderer0.example.com | Operations.TLS.PrivateKey = "" -orderer0.example.com | Operations.TLS.Certificate = "" -orderer0.example.com | Operations.TLS.RootCAs = [] -orderer0.example.com | Operations.TLS.ClientAuthRequired = false -orderer0.example.com | Operations.TLS.ClientRootCAs = [] -orderer0.example.com | Metrics.Provider = "prometheus" -orderer0.example.com | Metrics.Statsd.Network = "udp" -orderer0.example.com | Metrics.Statsd.Address = "127.0.0.1:8125" -orderer0.example.com | Metrics.Statsd.WriteInterval = 30s -orderer0.example.com | Metrics.Statsd.Prefix = "" -orderer0.example.com | [003 07-02 06:03:03.06 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer with TLS enabled -orderer0.example.com | [004 07-02 06:03:03.07 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -orderer0.example.com | [005 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Starting system channel 'testchainid' with genesis block hash cde6efa82d0288cf91294accd919b39e2e13c658393e2d2d62d545b9d2dd5999 and orderer type solo -orderer0.example.com | [006 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer: -orderer0.example.com | Version: 1.4.0 -orderer0.example.com | Commit SHA: development build -orderer0.example.com | Go version: go1.11.4 -orderer0.example.com | OS/Arch: linux/amd64 -orderer0.example.com | [007 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Beginning to serve requests -orderer0.example.com | [008 07-02 06:03:17.67 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:17.579Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39372", "grpc.code": "OK", "grpc.call_duration": "98.064ms"} -orderer0.example.com | [009 07-02 06:03:17.68 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -orderer0.example.com | [00a 07-02 06:03:17.70 UTC] [%{longpkg}] %{callpath} -> INFO Created and starting new chain businesschannel -orderer0.example.com | [00b 07-02 06:03:17.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39370: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [00c 07-02 06:03:17.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:17.525Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39370", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "215.8888ms"} -orderer0.example.com | [00d 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39398: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [00e 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:21.136Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39398", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "30.2847ms"} -orderer0.example.com | [00f 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39400: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [010 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:21.15Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39400", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "16.4721ms"} -orderer0.example.com | [011 07-02 06:03:23.30 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39402: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [012 07-02 06:03:23.30 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:23.282Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39402", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "27.1643ms"} -orderer0.example.com | [013 07-02 06:03:23.31 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39404: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [014 07-02 06:03:23.31 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:23.294Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39404", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.0559ms"} -orderer0.example.com | [015 07-02 06:04:19.72 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39466: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [016 07-02 06:04:19.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:30.573Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39466", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "49.1915753s"} -orderer0.example.com | [017 07-02 06:04:56.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39546: rpc error: code = Canceled desc = context canceled -peer0.org1.example.com | [08e 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][d95f0f2d] Entry chaincode: name:"cscc" -peer0.org1.example.com | [08f 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][d95f0f2d] Exit chaincode: name:"cscc" (0ms) -peer0.org1.example.com | [090 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.675Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47622", "grpc.code": "OK", "grpc.call_duration": "2.3588ms"} -peer0.org1.example.com | [091 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][9cb60321] Entry chaincode: name:"cscc" -peer0.org1.example.com | [092 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][9cb60321] Exit chaincode: name:"cscc" (2ms) -peer0.org1.example.com | [093 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.972Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47626", "grpc.code": "OK", "grpc.call_duration": "4.8751ms"} -peer0.org1.example.com | [094 07-02 06:05:14.55 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer -peer0.org1.example.com | [095 07-02 06:05:14.56 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer0.org1.example.com | [096 07-02 06:05:14.57 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer0.org1.example.com | [097 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations -peer0.org1.example.com | [098 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer0.org1.example.com | [099 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -peer0.org1.example.com | [09a 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer0.org1.example.com | [09b 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about -peer0.org1.example.com | [09c 07-02 06:05:14.64 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 88ms -peer0.org1.example.com | [09d 07-02 06:05:14.65 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.659Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.658Z", "grpc.peer_address": "172.18.0.4:45148", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "162.7µs"} -peer0.org1.example.com | [09e 07-02 06:05:14.67 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.665Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.665Z", "grpc.peer_address": "172.18.0.4:45148", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "4.5813ms"} -peer0.org1.example.com | [09f 07-02 06:05:14.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 26ms (state_validation=0ms block_commit=17ms state_commit=4ms) -peer0.org1.example.com | [0a0 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.689Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.689Z", "grpc.peer_address": "172.18.0.4:45150", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "308.5µs"} -peer0.org1.example.com | [0a1 07-02 06:05:14.70 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.979Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:56944", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "1m49.8564035s"} -peer0.org1.example.com | [0a2 07-02 06:05:14.70 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.703Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.703Z", "grpc.peer_address": "172.18.0.6:53562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "117.8µs"} -peer0.org1.example.com | [0a3 07-02 06:05:14.72 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.723Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.723Z", "grpc.peer_address": "172.18.0.5:57172", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "117.9µs"} -peer0.org1.example.com | [0a4 07-02 06:05:14.72 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.708Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.707Z", "grpc.peer_address": "172.18.0.6:53562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.8871ms"} -peer0.org1.example.com | [0a5 07-02 06:05:14.74 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.746Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.745Z", "grpc.peer_address": "172.18.0.6:53568", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "206.4µs"} -peer0.org1.example.com | [0a6 07-02 06:05:14.75 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.732Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.732Z", "grpc.peer_address": "172.18.0.5:57172", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.0237ms"} -peer0.org1.example.com | [0a7 07-02 06:05:14.77 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.774Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.774Z", "grpc.peer_address": "172.18.0.5:57178", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "176.7µs"} -peer0.org1.example.com | [0a8 07-02 06:05:14.80 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.78Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:57178", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "21.3955ms"} -peer0.org1.example.com | [0a9 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO [][f12b097d] Entry chaincode: name:"cscc" -peer0.org1.example.com | [0aa 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO [][f12b097d] Exit chaincode: name:"cscc" (1ms) -orderer0.example.com | [018 07-02 06:04:56.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:04:56.598Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39546", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.0771ms"} -orderer0.example.com | [019 07-02 06:04:59.13 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39560: rpc error: code = Canceled desc = context canceled -peer0.org1.example.com | [0ab 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:24.531Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47726", "grpc.code": "OK", "grpc.call_duration": "1.6095ms"} -peer0.org1.example.com | [0ac 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO [][4374cbfb] Entry chaincode: name:"qscc" -peer0.org1.example.com | [0ad 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO [][4374cbfb] Exit chaincode: name:"qscc" (2ms) -peer0.org1.example.com | [0ae 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:25.394Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47736", "grpc.code": "OK", "grpc.call_duration": "3.8239ms"} -orderer0.example.com | [01a 07-02 06:04:59.13 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:04:59.116Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39560", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "16.4677ms"} -orderer0.example.com | [01b 07-02 06:05:05.59 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39616: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [01c 07-02 06:05:05.59 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:05.592Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39616", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "6.8306ms"} -orderer0.example.com | [01d 07-02 06:05:05.89 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39618: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [01e 07-02 06:05:05.89 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:05.881Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39618", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "12.6673ms"} -orderer0.example.com | [01f 07-02 06:05:06.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39620: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [020 07-02 06:05:06.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.059Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39620", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "12.0987ms"} -orderer0.example.com | [021 07-02 06:05:06.27 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39622: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [022 07-02 06:05:06.27 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.267Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39622", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.5641ms"} -orderer0.example.com | [023 07-02 06:05:06.73 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39624: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [024 07-02 06:05:06.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.712Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39624", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "23.0308ms"} -orderer0.example.com | [025 07-02 06:05:07.05 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39626: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [026 07-02 06:05:07.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.024Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39626", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "30.3476ms"} -orderer0.example.com | [027 07-02 06:05:07.22 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39628: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [028 07-02 06:05:07.22 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.219Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39628", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.6827ms"} -orderer0.example.com | [029 07-02 06:05:07.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39630: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [02a 07-02 06:05:07.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.41Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39630", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.9262ms"} -orderer0.example.com | [02b 07-02 06:05:07.63 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39632: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [02c 07-02 06:05:07.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.619Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39632", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.0868ms"} -orderer0.example.com | [02d 07-02 06:05:07.82 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39634: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [02e 07-02 06:05:07.82 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.8Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39634", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "22.6492ms"} -orderer0.example.com | [02f 07-02 06:05:08.02 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39636: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [030 07-02 06:05:08.02 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:08.013Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39636", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.7325ms"} -orderer0.example.com | [031 07-02 06:05:08.17 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39638: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [032 07-02 06:05:08.17 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:08.17Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39638", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.2452ms"} -orderer0.example.com | [033 07-02 06:05:14.50 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -orderer0.example.com | [034 07-02 06:05:14.50 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -orderer0.example.com | [035 07-02 06:05:14.52 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -orderer0.example.com | [036 07-02 06:05:14.52 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -orderer0.example.com | [037 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39646: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [038 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.499Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39646", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "36.5827ms"} -peer1.org1.example.com | [001 07-02 06:03:06.69 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: -peer1.org1.example.com | Version: 1.4.0 -peer1.org1.example.com | Commit SHA: development build -peer1.org1.example.com | Go version: go1.11.4 -peer1.org1.example.com | OS/Arch: linux/amd64 -peer1.org1.example.com | Chaincode: -peer1.org1.example.com | Base Image Version: 0.4.14 -peer1.org1.example.com | Base Docker Namespace: hyperledger -peer1.org1.example.com | Base Docker Label: org.hyperledger.fabric -peer1.org1.example.com | Docker Namespace: hyperledger -peer1.org1.example.com | [002 07-02 06:03:06.69 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt -peer1.org1.example.com | [003 07-02 06:03:06.69 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider -peer1.org1.example.com | [004 07-02 06:03:07.17 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized -peer1.org1.example.com | [005 07-02 06:03:07.34 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized -peer1.org1.example.com | [006 07-02 06:03:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.4:7051 -peer1.org1.example.com | [007 07-02 06:03:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org1.example.com:7051 -peer1.org1.example.com | [008 07-02 06:03:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.4:7051 -peer1.org1.example.com | [009 07-02 06:03:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org1.example.com:7051 -peer1.org1.example.com | [00a 07-02 06:03:07.54 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled -peer1.org1.example.com | [00b 07-02 06:03:07.69 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer1.org1.example.com -peer1.org1.example.com | [00c 07-02 06:03:07.70 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer1.org1.example.com:7052 -peer1.org1.example.com | [00d 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -peer1.org1.example.com | [00e 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -peer1.org1.example.com | [00f 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered -peer1.org1.example.com | [010 07-02 06:03:07.77 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled -peer1.org1.example.com | [011 07-02 06:03:07.80 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer1.org1.example.com:7051 and bootstrap set [peer0.org1.example.com:7051] -peer1.org1.example.com | [012 07-02 06:03:07.82 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer1.org1.example.com:7051, InternalEndpoint: peer1.org1.example.com:7051, PKI-ID: 0be1e243940145f5e3af2c865fe319e551a303f3013dd34afa09d7f05c0653ca, Metadata: -peer1.org1.example.com | [013 07-02 06:03:07.84 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer1.org1.example.com:7051 started -peer1.org1.example.com | [014 07-02 06:03:07.84 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer1.org1.example.com | [015 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer1.org1.example.com | [016 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org1.example.com | [017 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer1.org1.example.com | [018 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer1.org1.example.com | [019 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer1.org1.example.com | [01a 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes -peer1.org1.example.com | [01b 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 -peer1.org1.example.com | [01c 07-02 06:03:07.87 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated -peer1.org1.example.com | [01d 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] -peer1.org1.example.com | [01e 07-02 06:03:07.88 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] -peer1.org1.example.com | [01f 07-02 06:03:18.50 UTC] [%{longpkg}] %{callpath} -> INFO [][2e1ce63c] Entry chaincode: name:"cscc" -peer1.org1.example.com | [020 07-02 06:03:18.50 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block -peer1.org1.example.com | [021 07-02 06:03:18.51 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -peer1.org1.example.com | [022 07-02 06:03:18.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 13ms (state_validation=1ms block_commit=7ms state_commit=2ms) -peer1.org1.example.com | [023 07-02 06:03:18.53 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block -peer1.org1.example.com | [024 07-02 06:03:18.54 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org1.example.com | [025 07-02 06:03:18.54 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about -peer1.org1.example.com | [026 07-02 06:03:18.54 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer1.org1.example.com | [027 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 -peer1.org1.example.com | [028 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -peer1.org1.example.com | [029 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -peer1.org1.example.com | [02a 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -peer1.org1.example.com | [02b 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -peer1.org1.example.com | [02c 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed -peer1.org1.example.com | [02d 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -peer1.org1.example.com | [02e 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO [][2e1ce63c] Exit chaincode: name:"cscc" (60ms) -peer1.org1.example.com | [02f 07-02 06:03:18.56 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:18.505Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45012", "grpc.code": "OK", "grpc.call_duration": "61.5965ms"} -peer1.org1.example.com | [030 07-02 06:03:19.57 UTC] [%{longpkg}] %{callpath} -> INFO [][c00c8981] Entry chaincode: name:"cscc" -peer1.org1.example.com | [031 07-02 06:03:19.57 UTC] [%{longpkg}] %{callpath} -> INFO [][c00c8981] Exit chaincode: name:"cscc" (1ms) -peer1.org1.example.com | [032 07-02 06:03:19.57 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:19.569Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45020", "grpc.code": "OK", "grpc.call_duration": "2.5565ms"} -peer1.org1.example.com | [033 07-02 06:03:20.44 UTC] [%{longpkg}] %{callpath} -> INFO [][c70a65f6] Entry chaincode: name:"qscc" -peer1.org1.example.com | [034 07-02 06:03:20.45 UTC] [%{longpkg}] %{callpath} -> INFO [][c70a65f6] Exit chaincode: name:"qscc" (2ms) -peer1.org1.example.com | [035 07-02 06:03:20.45 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:20.448Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45028", "grpc.code": "OK", "grpc.call_duration": "3.7207ms"} -peer1.org1.example.com | [036 07-02 06:03:23.54 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org1.example.com:7051]] , current view: [[peer0.org1.example.com:7051]] -peer1.org1.example.com | [037 07-02 06:03:24.37 UTC] [%{longpkg}] %{callpath} -> INFO 0be1e243940145f5e3af2c865fe319e551a303f3013dd34afa09d7f05c0653ca : Some peer is already a leader -peer1.org1.example.com | [038 07-02 06:03:24.39 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer -peer1.org1.example.com | [039 07-02 06:03:24.42 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org1.example.com | [03a 07-02 06:03:24.42 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org1.example.com | [03b 07-02 06:03:24.42 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -peer1.org1.example.com | [03c 07-02 06:03:24.43 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org1.example.com | [03d 07-02 06:03:24.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 63ms -peer1.org1.example.com | [03e 07-02 06:03:24.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 30ms (state_validation=1ms block_commit=19ms state_commit=5ms) -peer1.org1.example.com | [03f 07-02 06:03:24.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer -peer1.org1.example.com | [040 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -peer1.org1.example.com | [041 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org1.example.com | [042 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer1.org1.example.com | [043 07-02 06:03:24.54 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org1.example.com | [044 07-02 06:03:24.57 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 69ms -peer1.org1.example.com | [045 07-02 06:03:24.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 29ms (state_validation=1ms block_commit=18ms state_commit=5ms) -orderer0.example.com | [039 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39644: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [03a 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.488Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39644", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "48.4293ms"} -orderer0.example.com | [03b 07-02 06:05:16.69 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39678: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [03c 07-02 06:05:16.69 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:16.683Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39678", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.8515ms"} -orderer0.example.com | [03d 07-02 06:05:16.87 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39682: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [03e 07-02 06:05:16.87 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:16.864Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39682", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.303ms"} -orderer0.example.com | [03f 07-02 06:05:17.38 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39686: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [040 07-02 06:05:17.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.377Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39686", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.8806ms"} -orderer0.example.com | [041 07-02 06:05:17.58 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39688: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [042 07-02 06:05:17.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.569Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39688", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.8275ms"} -orderer0.example.com | [043 07-02 06:05:17.83 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39690: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [044 07-02 06:05:17.83 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.822Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39690", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "13.8132ms"} -orderer0.example.com | [045 07-02 06:05:18.13 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39692: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [046 07-02 06:05:18.13 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.116Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39692", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.3021ms"} -orderer0.example.com | [047 07-02 06:05:18.32 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39694: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [048 07-02 06:05:18.32 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.314Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39694", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.1042ms"} -orderer0.example.com | [049 07-02 06:05:18.52 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39696: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [04a 07-02 06:05:18.52 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.518Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39696", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.0073ms"} -orderer0.example.com | [04b 07-02 06:05:18.73 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39698: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [04c 07-02 06:05:18.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.72Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39698", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.2931ms"} -orderer0.example.com | [04d 07-02 06:05:18.97 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39700: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [04e 07-02 06:05:18.97 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.968Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39700", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.5942ms"} -orderer0.example.com | [04f 07-02 06:05:19.21 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39702: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [050 07-02 06:05:19.21 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.209Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39702", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.0046ms"} -orderer0.example.com | [051 07-02 06:05:19.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39704: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [052 07-02 06:05:19.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.403Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39704", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.8138ms"} -orderer0.example.com | [053 07-02 06:05:19.62 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39706: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [054 07-02 06:05:19.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.61Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39706", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "14.3418ms"} -orderer0.example.com | [055 07-02 06:05:19.79 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39708: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [056 07-02 06:05:19.79 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.774Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39708", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.5956ms"} -orderer0.example.com | [057 07-02 06:05:20.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39710: rpc error: code = Canceled desc = context canceled -orderer0.example.com | [058 07-02 06:05:20.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:20.065Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39710", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.4663ms"} -peer1.org1.example.com | [046 07-02 06:03:24.62 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org1.example.com:7051, PKIid:3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 isn't responsive: EOF -peer1.org1.example.com | [047 07-02 06:03:24.63 UTC] [%{longpkg}] %{callpath} -> WARN Entering [3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106] -peer1.org1.example.com | [048 07-02 06:03:24.63 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: -peer1.org1.example.com | [049 07-02 06:03:24.63 UTC] [%{longpkg}] %{callpath} -> WARN Exiting -peer1.org1.example.com | [04a 07-02 06:03:26.38 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:26.382Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:28.38Z", "grpc.peer_address": "172.18.0.3:40208", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "139.7µs"} -peer1.org1.example.com | [04b 07-02 06:03:28.49 UTC] [%{longpkg}] %{callpath} -> INFO [][90b04aaf] Entry chaincode: name:"lscc" -peer1.org1.example.com | [04c 07-02 06:03:28.50 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer -peer1.org1.example.com | [04d 07-02 06:03:28.50 UTC] [%{longpkg}] %{callpath} -> INFO [][90b04aaf] Exit chaincode: name:"lscc" (1ms) -peer1.org1.example.com | [04e 07-02 06:03:28.50 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:28.497Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45086", "grpc.code": "OK", "grpc.call_duration": "2.6526ms"} -peer1.org1.example.com | [04f 07-02 06:03:28.50 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051 ] [peer0.org1.example.com:7051]] -peer1.org1.example.com | [050 07-02 06:03:38.50 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org2.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051 ] [peer0.org1.example.com:7051] [peer1.org2.example.com:7051 ]] -peer1.org1.example.com | [051 07-02 06:04:21.74 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer -peer1.org1.example.com | [052 07-02 06:04:21.75 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 10ms -peer1.org1.example.com | [053 07-02 06:04:21.75 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] -peer1.org1.example.com | [054 07-02 06:04:21.78 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 28ms (state_validation=6ms block_commit=14ms state_commit=4ms) -peer1.org1.example.com | [055 07-02 06:04:58.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer -peer1.org1.example.com | [056 07-02 06:04:58.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 3ms -peer1.org1.example.com | [057 07-02 06:04:58.63 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 22ms (state_validation=0ms block_commit=17ms state_commit=2ms) -peer1.org1.example.com | [058 07-02 06:05:01.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer -peer1.org1.example.com | [059 07-02 06:05:01.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 2ms -peer1.org1.example.com | [05a 07-02 06:05:01.17 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 26ms (state_validation=0ms block_commit=18ms state_commit=3ms) -peer1.org1.example.com | [05b 07-02 06:05:14.57 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer -peer1.org1.example.com | [05c 07-02 06:05:14.57 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer1.org1.example.com | [05d 07-02 06:05:14.57 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -peer1.org1.example.com | [05e 07-02 06:05:14.60 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations -peer1.org1.example.com | [05f 07-02 06:05:14.60 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -peer1.org1.example.com | [060 07-02 06:05:14.60 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about -peer1.org1.example.com | [061 07-02 06:05:14.60 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -peer1.org1.example.com | [062 07-02 06:05:14.60 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found -peer1.org1.example.com | [063 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 50ms -peer1.org1.example.com | [064 07-02 06:05:14.64 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 24ms (state_validation=4ms block_commit=11ms state_commit=4ms) -peer1.org1.example.com | [065 07-02 06:05:14.66 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:26.384Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.3:40208", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m48.4190484s"} -peer1.org1.example.com | [066 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org2.example.com:7051, PKIid:75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b isn't responsive: EOF -peer1.org1.example.com | [067 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> WARN Entering [75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b] -peer1.org1.example.com | [068 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org2.example.com:7051, InternalEndpoint: , PKI-ID: 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b, Metadata: -peer1.org1.example.com | [069 07-02 06:05:14.71 UTC] [%{longpkg}] %{callpath} -> WARN Exiting -peer1.org1.example.com | [06a 07-02 06:05:14.89 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.897Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.897Z", "grpc.peer_address": "172.18.0.5:50516", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "166.7µs"} -peer1.org1.example.com | [06b 07-02 06:05:24.66 UTC] [%{longpkg}] %{callpath} -> INFO [][730b3cbe] Entry chaincode: name:"cscc" -peer1.org1.example.com | [06c 07-02 06:05:24.67 UTC] [%{longpkg}] %{callpath} -> INFO [][730b3cbe] Exit chaincode: name:"cscc" (1ms) -peer1.org1.example.com | [06d 07-02 06:05:24.67 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:24.668Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45350", "grpc.code": "OK", "grpc.call_duration": "1.9748ms"} -peer1.org1.example.com | [06e 07-02 06:05:25.55 UTC] [%{longpkg}] %{callpath} -> INFO [][b51c9bb7] Entry chaincode: name:"qscc" -peer1.org1.example.com | [06f 07-02 06:05:25.55 UTC] [%{longpkg}] %{callpath} -> INFO [][b51c9bb7] Exit chaincode: name:"qscc" (2ms) -peer1.org1.example.com | [070 07-02 06:05:25.55 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:25.555Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:45360", "grpc.code": "OK", "grpc.call_duration": "3.5252ms"} +peer1.org2.example.com | [002 07-19 18:39:39.99 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt +peer1.org2.example.com | [003 07-19 18:39:39.99 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider +peer1.org2.example.com | [004 07-19 18:39:40.07 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized +peer1.org2.example.com | [005 07-19 18:39:40.11 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized +peer1.org2.example.com | [006 07-19 18:39:40.11 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.7:7051 +peer1.org2.example.com | [007 07-19 18:39:40.11 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org2.example.com:7051 +peer1.org2.example.com | [008 07-19 18:39:40.11 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.7:7051 +peer1.org2.example.com | [009 07-19 18:39:40.11 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org2.example.com:7051 +peer1.org2.example.com | [00a 07-19 18:39:40.12 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled +peer1.org2.example.com | [00b 07-19 18:39:40.14 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer1.org2.example.com +peer1.org2.example.com | [00c 07-19 18:39:40.14 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer1.org2.example.com:7052 +peer1.org2.example.com | [00d 07-19 18:39:40.17 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer1.org2.example.com | [00e 07-19 18:39:40.17 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer1.org2.example.com | [00f 07-19 18:39:40.17 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered +peer1.org2.example.com | [010 07-19 18:39:40.17 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled +peer1.org2.example.com | [011 07-19 18:39:40.19 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer1.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] +peer1.org2.example.com | [012 07-19 18:39:40.22 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer1.org2.example.com:7051, InternalEndpoint: peer1.org2.example.com:7051, PKI-ID: 54071d960ff51087a5562fde4801dfa904c634c6c3c38da0d982a0b1f62f0a27, Metadata: +peer1.org2.example.com | [013 07-19 18:39:40.23 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer1.org2.example.com:7051 started +peer1.org2.example.com | [014 07-19 18:39:40.25 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org2.example.com | [015 07-19 18:39:40.25 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer1.org2.example.com | [016 07-19 18:39:40.25 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer1.org2.example.com | [017 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer1.org2.example.com | [018 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer1.org2.example.com | [019 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer1.org2.example.com | [01a 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes +peer1.org2.example.com | [01b 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 +peer1.org2.example.com | [01c 07-19 18:39:40.27 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated +peer1.org2.example.com | [01d 07-19 18:39:40.28 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] +peer1.org2.example.com | [01e 07-19 18:39:40.28 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer1.org2.example.com" ], network ID=[dev], address=[peer1.org2.example.com:7051] +peer1.org2.example.com | [01f 07-19 18:39:47.55 UTC] [%{longpkg}] %{callpath} -> INFO [][5f48c12c] Entry chaincode: name:"cscc" +peer1.org2.example.com | [020 07-19 18:39:47.55 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block +peer1.org2.example.com | [021 07-19 18:39:47.56 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +peer1.org2.example.com | [022 07-19 18:39:47.57 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 8ms (state_validation=0ms block_commit=4ms state_commit=1ms) +peer1.org2.example.com | [023 07-19 18:39:47.57 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block +peer1.org2.example.com | [024 07-19 18:39:47.58 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org2.example.com | [025 07-19 18:39:47.58 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer1.org2.example.com | [026 07-19 18:39:47.58 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about +peer1.org2.example.com | [027 07-19 18:39:47.59 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 +peer1.org2.example.com | [028 07-19 18:39:47.59 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org2.example.com | [029 07-19 18:39:47.59 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer1.org2.example.com | [02a 07-19 18:39:47.59 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer1.org2.example.com | [02b 07-19 18:39:47.59 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer1.org2.example.com | [02c 07-19 18:39:47.60 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer1.org2.example.com | [02d 07-19 18:39:47.60 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer1.org2.example.com | [02e 07-19 18:39:47.60 UTC] [%{longpkg}] %{callpath} -> INFO [][5f48c12c] Exit chaincode: name:"cscc" (43ms) +peer1.org2.example.com | [02f 07-19 18:39:47.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:47.555Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43840", "grpc.code": "OK", "grpc.call_duration": "45.2231ms"} +peer1.org2.example.com | [030 07-19 18:39:48.36 UTC] [%{longpkg}] %{callpath} -> INFO [][c53ed90f] Entry chaincode: name:"cscc" +peer1.org2.example.com | [031 07-19 18:39:48.36 UTC] [%{longpkg}] %{callpath} -> INFO [][c53ed90f] Exit chaincode: name:"cscc" (1ms) +peer1.org2.example.com | [032 07-19 18:39:48.36 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.366Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43848", "grpc.code": "OK", "grpc.call_duration": "1.8251ms"} +peer1.org2.example.com | [033 07-19 18:39:49.13 UTC] [%{longpkg}] %{callpath} -> INFO [][d1159237] Entry chaincode: name:"qscc" +peer1.org2.example.com | [034 07-19 18:39:49.14 UTC] [%{longpkg}] %{callpath} -> INFO [][d1159237] Exit chaincode: name:"qscc" (3ms) +peer1.org2.example.com | [035 07-19 18:39:49.14 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:49.136Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43856", "grpc.code": "OK", "grpc.call_duration": "4.7499ms"} +peer1.org2.example.com | [036 07-19 18:39:52.58 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051]] , current view: [[peer0.org2.example.com:7051]] +peer1.org2.example.com | [037 07-19 18:39:53.47 UTC] [%{longpkg}] %{callpath} -> INFO 54071d960ff51087a5562fde4801dfa904c634c6c3c38da0d982a0b1f62f0a27 : Some peer is already a leader +peer1.org2.example.com | [038 07-19 18:39:53.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer +peer1.org2.example.com | [039 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org2.example.com | [03a 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer1.org2.example.com | [03b 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org2.example.com | [03c 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer1.org2.example.com | [03d 07-19 18:39:53.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 32ms +peer1.org2.example.com | [03e 07-19 18:39:53.52 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 10ms (state_validation=0ms block_commit=5ms state_commit=2ms) +peer1.org2.example.com | [03f 07-19 18:39:53.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer +peer1.org2.example.com | [040 07-19 18:39:53.56 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org2.example.com | [041 07-19 18:39:53.56 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org2.example.com | [042 07-19 18:39:53.57 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer1.org2.example.com | [043 07-19 18:39:53.57 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer1.org2.example.com | [044 07-19 18:39:53.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 43ms +peer1.org2.example.com | [045 07-19 18:39:53.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 17ms (state_validation=2ms block_commit=5ms state_commit=1ms) +peer1.org2.example.com | [046 07-19 18:39:54.36 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.36Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:56.359Z", "grpc.peer_address": "172.18.0.5:40096", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "89.8µs"} +peer1.org2.example.com | [047 07-19 18:39:54.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.371Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:56.371Z", "grpc.peer_address": "172.18.0.6:38540", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "97.6µs"} +peer1.org2.example.com | [048 07-19 18:39:55.22 UTC] [%{longpkg}] %{callpath} -> WARN StateInfo message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\013\341\342C\224\001E\365\343\257,\206_\343\031\345Q\243\003\363\001=\323J\372\t\327\360\\\006S\312" channel_MAC:"\344\265j[\3752\300\2262w\333\215z9\310\264&\370\364\372}~\262\333\217\027\344\276\327Lt\315" properties: > , Envelope: 98 bytes, Signature: 71 bytes is found invalid: PKIID wasn't found +peer1.org2.example.com | [049 07-19 18:39:55.22 UTC] [%{longpkg}] %{callpath} -> WARN Message GossipMessage: tag:CHAN_OR_ORG state_info: pki_id:"\013\341\342C\224\001E\365\343\257,\206_\343\031\345Q\243\003\363\001=\323J\372\t\327\360\\\006S\312" channel_MAC:"\344\265j[\3752\300\2262w\333\215z9\310\264&\370\364\372}~\262\333\217\027\344\276\327Lt\315" properties: > , Envelope: 98 bytes, Signature: 71 bytes isn't valid +peer1.org2.example.com | [04a 07-19 18:39:56.40 UTC] [%{longpkg}] %{callpath} -> INFO [][484eb69d] Entry chaincode: name:"lscc" +peer1.org2.example.com | [04b 07-19 18:39:56.40 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer +peer1.org2.example.com | [04c 07-19 18:39:56.40 UTC] [%{longpkg}] %{callpath} -> INFO [][484eb69d] Exit chaincode: name:"lscc" (1ms) +peer1.org2.example.com | [04d 07-19 18:39:56.40 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:56.401Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43918", "grpc.code": "OK", "grpc.call_duration": "2.0791ms"} +peer1.org2.example.com | [04e 07-19 18:39:57.54 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org1.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051] [peer0.org1.example.com:7051 ]] +peer1.org2.example.com | [04f 07-19 18:40:02.54 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051] [peer0.org1.example.com:7051 ] [peer1.org1.example.com:7051 ]] +peer1.org2.example.com | [050 07-19 18:40:23.93 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:23.933Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43948", "grpc.code": "OK", "grpc.call_duration": "2.1377ms"} +peer1.org2.example.com | [051 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer +peer1.org2.example.com | [052 07-19 18:40:25.52 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 3ms +peer1.org2.example.com | [053 07-19 18:40:25.52 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] +peer1.org2.example.com | [054 07-19 18:40:25.54 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 21ms (state_validation=7ms block_commit=11ms state_commit=1ms) +peer1.org2.example.com | [055 07-19 18:40:26.13 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][39a824ce] Entry chaincode: name:"exp02" +peer1.org2.example.com | [056 07-19 18:40:26.15 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' +peer1.org2.example.com | [057 07-19 18:40:51.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][39a824ce] Exit chaincode: name:"exp02" (25639ms) +peer1.org2.example.com | [058 07-19 18:40:51.73 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:26.13Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43956", "grpc.code": "OK", "grpc.call_duration": "25.6420714s"} +peer1.org2.example.com | [059 07-19 18:40:52.10 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][bb5702cd] Entry chaincode: name:"exp02" +peer1.org2.example.com | [05a 07-19 18:40:52.10 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][bb5702cd] Exit chaincode: name:"exp02" (3ms) +peer1.org2.example.com | [05b 07-19 18:40:52.10 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:52.099Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43984", "grpc.code": "OK", "grpc.call_duration": "4.852ms"} +peer1.org2.example.com | [05c 07-19 18:40:53.93 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer +peer1.org2.example.com | [05d 07-19 18:40:53.94 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 1ms +peer1.org2.example.com | [05e 07-19 18:40:53.95 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 13ms (state_validation=0ms block_commit=7ms state_commit=3ms) +peer1.org2.example.com | [05f 07-19 18:40:54.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][7f07d167] Entry chaincode: name:"exp02" +peer1.org2.example.com | [060 07-19 18:40:54.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][7f07d167] Exit chaincode: name:"exp02" (3ms) +peer1.org2.example.com | [061 07-19 18:40:54.27 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:54.265Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43988", "grpc.code": "OK", "grpc.call_duration": "4.5762ms"} +peer1.org2.example.com | [062 07-19 18:40:54.42 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ed7d3fea] Entry chaincode: name:"exp02" +peer1.org2.example.com | [063 07-19 18:40:54.42 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ed7d3fea] Exit chaincode: name:"exp02" (4ms) +peer1.org2.example.com | [064 07-19 18:40:54.42 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:54.421Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:43992", "grpc.code": "OK", "grpc.call_duration": "8.2531ms"} +peer1.org2.example.com | [065 07-19 18:40:56.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer +peer1.org2.example.com | [066 07-19 18:40:56.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 12ms +peer1.org2.example.com | [067 07-19 18:40:56.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 18ms (state_validation=0ms block_commit=12ms state_commit=2ms) +peer1.org2.example.com | [068 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer +peer1.org2.example.com | [069 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer1.org2.example.com | [06a 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer1.org2.example.com | [06b 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations +peer1.org2.example.com | [06c 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer1.org2.example.com | [06d 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about +peer1.org2.example.com | [06e 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org2.example.com | [06f 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer1.org2.example.com | [070 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:54.373Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.6:38540", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m13.1088365s"} +peer1.org2.example.com | [071 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 72ms +peer1.org2.example.com | [072 07-19 18:41:07.40 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 16ms (state_validation=0ms block_commit=7ms state_commit=4ms) +peer1.org2.example.com | [073 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:54.361Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:40096", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m13.1846758s"} +peer1.org2.example.com | [074 07-19 18:41:15.95 UTC] [%{longpkg}] %{callpath} -> INFO [][53c8e8ff] Entry chaincode: name:"cscc" +peer1.org2.example.com | [075 07-19 18:41:15.95 UTC] [%{longpkg}] %{callpath} -> INFO [][53c8e8ff] Exit chaincode: name:"cscc" (1ms) +peer1.org2.example.com | [076 07-19 18:41:15.95 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:15.947Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:44146", "grpc.code": "OK", "grpc.call_duration": "3.852ms"} +peer1.org2.example.com | [077 07-19 18:41:16.68 UTC] [%{longpkg}] %{callpath} -> INFO [][b990e96c] Entry chaincode: name:"qscc" +peer1.org2.example.com | [078 07-19 18:41:16.69 UTC] [%{longpkg}] %{callpath} -> INFO [][b990e96c] Exit chaincode: name:"qscc" (2ms) +peer1.org2.example.com | [079 07-19 18:41:16.69 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:16.687Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:44156", "grpc.code": "OK", "grpc.call_duration": "3.0026ms"} +peer0.org2.example.com | [001 07-19 18:39:40.18 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: +peer0.org2.example.com | Version: 1.4.0 +peer0.org2.example.com | Commit SHA: development build +peer0.org2.example.com | Go version: go1.11.5 +peer0.org2.example.com | OS/Arch: linux/amd64 +peer0.org2.example.com | Chaincode: +peer0.org2.example.com | Base Image Version: 0.4.14 +peer0.org2.example.com | Base Docker Namespace: hyperledger +peer0.org2.example.com | Base Docker Label: org.hyperledger.fabric +peer0.org2.example.com | Docker Namespace: hyperledger +peer0.org2.example.com | [002 07-19 18:39:40.18 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt +peer0.org2.example.com | [003 07-19 18:39:40.18 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider +peer0.org2.example.com | [004 07-19 18:39:40.31 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized +peer0.org2.example.com | [005 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized +peer0.org2.example.com | [006 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.5:7051 +peer0.org2.example.com | [007 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org2.example.com:7051 +peer0.org2.example.com | [008 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.5:7051 +peer0.org2.example.com | [009 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org2.example.com:7051 +peer0.org2.example.com | [00a 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled +peer0.org2.example.com | [00b 07-19 18:39:40.39 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org2.example.com +peer0.org2.example.com | [00c 07-19 18:39:40.39 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org2.example.com:7052 +peer0.org2.example.com | [00d 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer0.org2.example.com | [00e 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer0.org2.example.com | [00f 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered +peer0.org2.example.com | [010 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled +peer0.org2.example.com | [011 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org2.example.com:7051 and bootstrap set [peer0.org2.example.com:7051] +peer0.org2.example.com | [012 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org2.example.com:7051, InternalEndpoint: peer0.org2.example.com:7051, PKI-ID: 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b, Metadata: +peer0.org2.example.com | [013 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org2.example.com:7051 started +peer0.org2.example.com | [014 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [015 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer0.org2.example.com | [016 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [017 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer0.org2.example.com | [018 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer0.org2.example.com | [019 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer0.org2.example.com | [01a 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes +peer0.org2.example.com | [01b 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 +peer0.org2.example.com | [01c 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated +peer0.org2.example.com | [01d 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] +peer0.org2.example.com | [01e 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org2.example.com" ], network ID=[dev], address=[peer0.org2.example.com:7051] +peer0.org2.example.com | [01f 07-19 18:39:41.26 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:41.262Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:43.261Z", "grpc.peer_address": "172.18.0.7:57972", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "138.5µs"} +peer0.org2.example.com | [020 07-19 18:39:41.27 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:41.264Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:39:51.264Z", "grpc.peer_address": "172.18.0.7:57972", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.2964ms"} +peer0.org2.example.com | [021 07-19 18:39:41.27 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:41.279Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:43.278Z", "grpc.peer_address": "172.18.0.7:57974", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "98.2µs"} +peer0.org2.example.com | [022 07-19 18:39:47.39 UTC] [%{longpkg}] %{callpath} -> INFO [][e0029eb9] Entry chaincode: name:"cscc" +peer0.org2.example.com | [023 07-19 18:39:47.39 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block +peer0.org2.example.com | [024 07-19 18:39:47.40 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +peer0.org2.example.com | [025 07-19 18:39:47.41 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 7ms (state_validation=0ms block_commit=4ms state_commit=1ms) +peer0.org2.example.com | [026 07-19 18:39:47.41 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block +peer0.org2.example.com | [027 07-19 18:39:47.42 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org2.example.com | [028 07-19 18:39:47.42 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about +peer0.org2.example.com | [029 07-19 18:39:47.42 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer0.org2.example.com | [02a 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 +peer0.org2.example.com | [02b 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org2.example.com | [02c 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer0.org2.example.com | [02d 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org2.example.com | [02e 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer0.org1.example.com | [001 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: +peer0.org1.example.com | Version: 1.4.0 +peer0.org1.example.com | Commit SHA: development build +peer0.org1.example.com | Go version: go1.11.5 +peer0.org1.example.com | OS/Arch: linux/amd64 +peer0.org1.example.com | Chaincode: +peer0.org1.example.com | Base Image Version: 0.4.14 +peer0.org1.example.com | Base Docker Namespace: hyperledger +peer0.org1.example.com | Base Docker Label: org.hyperledger.fabric +peer0.org1.example.com | Docker Namespace: hyperledger +peer0.org1.example.com | [002 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt +peer0.org1.example.com | [003 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider +peer0.org1.example.com | [004 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized +peer0.org1.example.com | [005 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized +peer0.org1.example.com | [006 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 +peer0.org1.example.com | [007 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 +peer0.org1.example.com | [008 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 +peer0.org1.example.com | [009 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 +peer0.org1.example.com | [00a 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled +peer0.org1.example.com | [00b 07-19 18:39:40.41 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org1.example.com +peer0.org1.example.com | [00c 07-19 18:39:40.41 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org1.example.com:7052 +peer0.org1.example.com | [00d 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer0.org1.example.com | [00e 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer0.org1.example.com | [00f 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered +peer0.org1.example.com | [010 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled +peer0.org1.example.com | [011 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] +peer0.org1.example.com | [012 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: +peer0.org1.example.com | [013 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org1.example.com:7051 started +peer0.org1.example.com | [014 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org1.example.com | [015 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer0.org1.example.com | [016 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org1.example.com | [017 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer0.org1.example.com | [018 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer0.org1.example.com | [019 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer0.org1.example.com | [01a 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes +peer0.org1.example.com | [01b 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 +peer0.org1.example.com | [01c 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated +peer0.org1.example.com | [01d 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +peer0.org1.example.com | [01e 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +peer0.org1.example.com | [01f 07-19 18:39:42.11 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:42.114Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:44.113Z", "grpc.peer_address": "172.18.0.4:45712", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "462µs"} +peer0.org1.example.com | [020 07-19 18:39:42.12 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:42.119Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:39:52.118Z", "grpc.peer_address": "172.18.0.4:45712", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "3.7879ms"} +peer0.org1.example.com | [021 07-19 18:39:42.13 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:42.131Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:44.13Z", "grpc.peer_address": "172.18.0.4:45714", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "184.4µs"} +peer0.org1.example.com | [022 07-19 18:39:46.78 UTC] [%{longpkg}] %{callpath} -> INFO [][24d0a69a] Entry chaincode: name:"cscc" +peer0.org1.example.com | [023 07-19 18:39:46.78 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block +peer0.org1.example.com | [024 07-19 18:39:46.81 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +peer0.org1.example.com | [025 07-19 18:39:46.88 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 48ms (state_validation=0ms block_commit=33ms state_commit=6ms) +peer0.org1.example.com | [026 07-19 18:39:46.89 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block +peer0.org1.example.com | [027 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org1.example.com | [028 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer0.org1.example.com | [029 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about +peer0.org1.example.com | [02a 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 +peer0.org1.example.com | [02b 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer0.org1.example.com | [02c 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer0.org1.example.com | [02d 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer0.org1.example.com | [02e 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer0.org2.example.com | [02f 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer0.org2.example.com | [030 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer0.org2.example.com | [031 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO [][e0029eb9] Exit chaincode: name:"cscc" (58ms) +peer0.org2.example.com | [032 07-19 18:39:47.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:47.389Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45846", "grpc.code": "OK", "grpc.call_duration": "59.4608ms"} +peer0.org2.example.com | [033 07-19 18:39:48.24 UTC] [%{longpkg}] %{callpath} -> INFO [][9e60b541] Entry chaincode: name:"cscc" +peer0.org2.example.com | [034 07-19 18:39:48.24 UTC] [%{longpkg}] %{callpath} -> INFO [][9e60b541] Exit chaincode: name:"cscc" (1ms) +peer0.org2.example.com | [035 07-19 18:39:48.24 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.247Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45854", "grpc.code": "OK", "grpc.call_duration": "1.4249ms"} +peer0.org2.example.com | [036 07-19 18:39:49.01 UTC] [%{longpkg}] %{callpath} -> INFO [][aea01806] Entry chaincode: name:"qscc" +peer0.org2.example.com | [037 07-19 18:39:49.01 UTC] [%{longpkg}] %{callpath} -> INFO [][aea01806] Exit chaincode: name:"qscc" (2ms) +peer0.org2.example.com | [038 07-19 18:39:49.02 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:49.017Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45862", "grpc.code": "OK", "grpc.call_duration": "2.9642ms"} +peer0.org2.example.com | [039 07-19 18:39:52.42 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org2.example.com:7051]] , current view: [[peer1.org2.example.com:7051]] +peer0.org2.example.com | [03a 07-19 18:39:53.06 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.069Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.068Z", "grpc.peer_address": "172.18.0.6:33080", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "148µs"} +peer0.org2.example.com | [03b 07-19 18:39:53.08 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.072Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.071Z", "grpc.peer_address": "172.18.0.6:33080", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "12.8131ms"} +peer0.org2.example.com | [03c 07-19 18:39:53.10 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.103Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.102Z", "grpc.peer_address": "172.18.0.6:33082", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "944µs"} +peer0.org2.example.com | [03d 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.179Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.179Z", "grpc.peer_address": "172.18.0.4:48854", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "128.1µs"} +peer0.org2.example.com | [03e 07-19 18:39:53.19 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.183Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.182Z", "grpc.peer_address": "172.18.0.4:48854", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.5424ms"} +peer0.org2.example.com | [03f 07-19 18:39:53.20 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.203Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.202Z", "grpc.peer_address": "172.18.0.4:48856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "307.8µs"} +peer0.org2.example.com | [040 07-19 18:39:53.45 UTC] [%{longpkg}] %{callpath} -> INFO 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b : Becoming a leader +peer0.org2.example.com | [041 07-19 18:39:53.45 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel +peer0.org2.example.com | [042 07-19 18:39:53.47 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer +peer0.org2.example.com | [043 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org2.example.com | [044 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer0.org2.example.com | [045 07-19 18:39:53.50 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org2.example.com | [046 07-19 18:39:53.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.108Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.6:33082", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "429.9037ms"} +peer0.org2.example.com | [047 07-19 18:39:53.54 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 66ms +peer0.org2.example.com | [048 07-19 18:39:53.55 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 12ms (state_validation=1ms block_commit=6ms state_commit=1ms) +peer0.org2.example.com | [049 07-19 18:39:53.55 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer +peer0.org2.example.com | [04a 07-19 18:39:53.59 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org2.example.com | [04b 07-19 18:39:53.59 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer0.org1.example.com | [02f 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer0.org1.example.com | [030 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer0.org1.example.com | [031 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO [][24d0a69a] Exit chaincode: name:"cscc" (174ms) +peer0.org1.example.com | [032 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:46.782Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45172", "grpc.code": "OK", "grpc.call_duration": "176.8932ms"} +peer0.org1.example.com | [033 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO [][1437d841] Entry chaincode: name:"cscc" +peer0.org1.example.com | [034 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO [][1437d841] Exit chaincode: name:"cscc" (1ms) +peer0.org1.example.com | [035 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.012Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45184", "grpc.code": "OK", "grpc.call_duration": "2.547ms"} +peer0.org1.example.com | [036 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO [][a5ea3e51] Entry chaincode: name:"qscc" +peer0.org1.example.com | [037 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO [][a5ea3e51] Exit chaincode: name:"qscc" (1ms) +peer0.org1.example.com | [038 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.75Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45192", "grpc.code": "OK", "grpc.call_duration": "2.5039ms"} +peer0.org1.example.com | [039 07-19 18:39:51.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051]] , current view: [[peer1.org1.example.com:7051]] +peer0.org1.example.com | [03a 07-19 18:39:52.95 UTC] [%{longpkg}] %{callpath} -> INFO 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 : Becoming a leader +peer0.org1.example.com | [03b 07-19 18:39:52.95 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel +peer0.org1.example.com | [03c 07-19 18:39:52.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer +peer0.org1.example.com | [03d 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org1.example.com | [03e 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer0.org1.example.com | [03f 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org1.example.com | [040 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +peer0.org1.example.com | [041 07-19 18:39:53.00 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 24ms +peer0.org1.example.com | [042 07-19 18:39:53.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 14ms (state_validation=0ms block_commit=11ms state_commit=1ms) +peer0.org1.example.com | [043 07-19 18:39:53.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer +peer0.org1.example.com | [044 07-19 18:39:53.04 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.045Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.044Z", "grpc.peer_address": "172.18.0.4:45760", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1.069ms"} +peer0.org1.example.com | [045 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer0.org1.example.com | [047 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer0.org1.example.com | [046 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:42.133Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:45714", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "10.9197096s"} +peer0.org1.example.com | [048 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org1.example.com | [049 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +peer0.org1.example.com | [04a 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.049Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.049Z", "grpc.peer_address": "172.18.0.4:45760", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "4.8374ms"} +peer0.org1.example.com | [04b 07-19 18:39:53.06 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 47ms +peer0.org1.example.com | [04c 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 22ms (state_validation=1ms block_commit=7ms state_commit=1ms) +peer0.org1.example.com | [04d 07-19 18:39:53.14 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.144Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.142Z", "grpc.peer_address": "172.18.0.4:45766", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "202.7µs"} +peer0.org1.example.com | [04e 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.15Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.15Z", "grpc.peer_address": "172.18.0.4:45766", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "21.4842ms"} +peer0.org1.example.com | [04f 07-19 18:39:53.52 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.524Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.524Z", "grpc.peer_address": "172.18.0.7:56750", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "138.2µs"} +peer0.org1.example.com | [050 07-19 18:39:53.52 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.526Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.524Z", "grpc.peer_address": "172.18.0.5:58754", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "96.2µs"} +peer0.org2.example.com | [04c 07-19 18:39:53.59 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +peer0.org2.example.com | [04d 07-19 18:39:53.59 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org2.example.com | [04e 07-19 18:39:53.62 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 61ms +peer0.org2.example.com | [04f 07-19 18:39:53.63 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.634Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.633Z", "grpc.peer_address": "172.18.0.7:58048", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "209.6µs"} +peer0.org2.example.com | [050 07-19 18:39:53.63 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 13ms (state_validation=1ms block_commit=9ms state_commit=1ms) +peer0.org2.example.com | [051 07-19 18:39:53.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:41.28Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.7:57974", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "12.3697891s"} +peer0.org2.example.com | [052 07-19 18:39:53.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.641Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.64Z", "grpc.peer_address": "172.18.0.7:58048", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "10.0069ms"} +peer0.org2.example.com | [053 07-19 18:39:55.82 UTC] [%{longpkg}] %{callpath} -> INFO [][25a1ddad] Entry chaincode: name:"lscc" +peer0.org2.example.com | [054 07-19 18:39:55.82 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer +peer0.org2.example.com | [055 07-19 18:39:55.82 UTC] [%{longpkg}] %{callpath} -> INFO [][25a1ddad] Exit chaincode: name:"lscc" (1ms) +peer0.org2.example.com | [056 07-19 18:39:55.82 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:55.827Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45920", "grpc.code": "OK", "grpc.call_duration": "1.9143ms"} +peer0.org2.example.com | [057 07-19 18:39:57.39 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org1.example.com:7051 ] [peer1.org1.example.com:7051 ]] , current view: [[peer1.org2.example.com:7051] [peer0.org1.example.com:7051 ] [peer1.org1.example.com:7051 ]] +peer0.org2.example.com | [058 07-19 18:40:25.49 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer +peer0.org2.example.com | [059 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 16ms +peer0.org2.example.com | [05a 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] +peer0.org2.example.com | [05b 07-19 18:40:25.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 21ms (state_validation=6ms block_commit=8ms state_commit=4ms) +peer0.org2.example.com | [05c 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer +peer0.org2.example.com | [05d 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 2ms +peer0.org2.example.com | [05e 07-19 18:40:53.93 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 10ms (state_validation=0ms block_commit=6ms state_commit=1ms) +peer0.org2.example.com | [05f 07-19 18:40:56.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer +peer0.org2.example.com | [060 07-19 18:40:56.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 2ms +peer0.org2.example.com | [061 07-19 18:40:56.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 20ms (state_validation=1ms block_commit=9ms state_commit=3ms) +peer0.org2.example.com | [062 07-19 18:41:07.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer +peer0.org2.example.com | [063 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer0.org2.example.com | [064 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer0.org2.example.com | [065 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.378Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.372Z", "grpc.peer_address": "172.18.0.4:49064", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "900.1µs"} +peer0.org2.example.com | [066 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations +peer0.org2.example.com | [067 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer0.org2.example.com | [068 07-19 18:41:07.39 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +peer0.org2.example.com | [069 07-19 18:41:07.39 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about +peer0.org2.example.com | [06a 07-19 18:41:07.39 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org2.example.com | [06b 07-19 18:41:07.41 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 111ms +peer0.org2.example.com | [06c 07-19 18:41:07.41 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.412Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.412Z", "grpc.peer_address": "172.18.0.6:33298", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "88.3µs"} +peer1.org1.example.com | [001 07-19 18:39:39.23 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: +peer1.org1.example.com | Version: 1.4.0 +peer1.org1.example.com | Commit SHA: development build +peer1.org1.example.com | Go version: go1.11.5 +peer1.org1.example.com | OS/Arch: linux/amd64 +peer1.org1.example.com | Chaincode: +peer1.org1.example.com | Base Image Version: 0.4.14 +peer1.org1.example.com | Base Docker Namespace: hyperledger +peer1.org1.example.com | Base Docker Label: org.hyperledger.fabric +peer1.org1.example.com | Docker Namespace: hyperledger +peer1.org1.example.com | [002 07-19 18:39:39.23 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt +peer1.org1.example.com | [003 07-19 18:39:39.23 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider +peer1.org1.example.com | [004 07-19 18:39:39.26 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized +peer1.org1.example.com | [005 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized +peer1.org1.example.com | [006 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.4:7051 +peer1.org1.example.com | [007 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org1.example.com:7051 +peer1.org1.example.com | [008 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.4:7051 +peer1.org1.example.com | [009 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer1.org1.example.com:7051 +peer1.org1.example.com | [00a 07-19 18:39:39.28 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled +peer1.org1.example.com | [00b 07-19 18:39:39.29 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer1.org1.example.com +peer1.org1.example.com | [00c 07-19 18:39:39.29 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer1.org1.example.com:7052 +peer1.org1.example.com | [00d 07-19 18:39:39.30 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +peer1.org1.example.com | [00e 07-19 18:39:39.30 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +peer1.org1.example.com | [00f 07-19 18:39:39.30 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered +peer1.org1.example.com | [010 07-19 18:39:39.30 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled +peer1.org1.example.com | [011 07-19 18:39:39.31 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer1.org1.example.com:7051 and bootstrap set [peer0.org1.example.com:7051] +peer1.org1.example.com | [012 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer1.org1.example.com:7051, InternalEndpoint: peer1.org1.example.com:7051, PKI-ID: 0be1e243940145f5e3af2c865fe319e551a303f3013dd34afa09d7f05c0653ca, Metadata: +peer1.org1.example.com | [013 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer1.org1.example.com:7051 started +peer1.org1.example.com | [014 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org1.example.com | [015 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer1.org1.example.com | [016 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer1.org1.example.com | [017 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer1.org1.example.com | [018 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer1.org1.example.com | [019 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer1.org1.example.com | [01a 07-19 18:39:39.32 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes +peer1.org1.example.com | [01b 07-19 18:39:39.33 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 +peer1.org1.example.com | [01c 07-19 18:39:39.33 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated +peer1.org1.example.com | [01d 07-19 18:39:39.33 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] +peer1.org1.example.com | [01e 07-19 18:39:39.33 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer1.org1.example.com" ], network ID=[dev], address=[peer1.org1.example.com:7051] +peer1.org1.example.com | [01f 07-19 18:39:47.12 UTC] [%{longpkg}] %{callpath} -> INFO [][3366d397] Entry chaincode: name:"cscc" +peer1.org1.example.com | [020 07-19 18:39:47.12 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block +peer1.org1.example.com | [021 07-19 18:39:47.14 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +peer1.org1.example.com | [022 07-19 18:39:47.19 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 33ms (state_validation=1ms block_commit=20ms state_commit=6ms) +peer1.org1.example.com | [023 07-19 18:39:47.20 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block +peer1.org1.example.com | [024 07-19 18:39:47.20 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org1.example.com | [025 07-19 18:39:47.20 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer1.org1.example.com | [026 07-19 18:39:47.20 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about +peer1.org1.example.com | [027 07-19 18:39:47.24 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 +peer1.org1.example.com | [028 07-19 18:39:47.24 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +peer1.org1.example.com | [029 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +peer1.org1.example.com | [02a 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +peer1.org1.example.com | [02b 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +peer1.org1.example.com | [02c 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed +peer1.org1.example.com | [02d 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +peer1.org1.example.com | [02e 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO [][3366d397] Exit chaincode: name:"cscc" (128ms) +peer1.org1.example.com | [02f 07-19 18:39:47.25 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:47.121Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36036", "grpc.code": "OK", "grpc.call_duration": "131.2334ms"} +peer1.org1.example.com | [030 07-19 18:39:48.13 UTC] [%{longpkg}] %{callpath} -> INFO [][6b5d95f0] Entry chaincode: name:"cscc" +peer1.org1.example.com | [031 07-19 18:39:48.13 UTC] [%{longpkg}] %{callpath} -> INFO [][6b5d95f0] Exit chaincode: name:"cscc" (1ms) +peer1.org1.example.com | [032 07-19 18:39:48.13 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.132Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36044", "grpc.code": "OK", "grpc.call_duration": "2.1487ms"} +peer1.org1.example.com | [033 07-19 18:39:48.86 UTC] [%{longpkg}] %{callpath} -> INFO [][ec68c797] Entry chaincode: name:"qscc" +peer1.org1.example.com | [034 07-19 18:39:48.86 UTC] [%{longpkg}] %{callpath} -> INFO [][ec68c797] Exit chaincode: name:"qscc" (2ms) +peer1.org1.example.com | [035 07-19 18:39:48.86 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.861Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36052", "grpc.code": "OK", "grpc.call_duration": "5.6584ms"} +peer1.org1.example.com | [036 07-19 18:39:52.21 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org1.example.com:7051]] , current view: [[peer0.org1.example.com:7051]] +peer1.org1.example.com | [037 07-19 18:39:52.96 UTC] [%{longpkg}] %{callpath} -> INFO 0be1e243940145f5e3af2c865fe319e551a303f3013dd34afa09d7f05c0653ca : Some peer is already a leader +peer1.org1.example.com | [038 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer +peer1.org1.example.com | [039 07-19 18:39:53.02 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org1.example.com | [03a 07-19 18:39:53.02 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +peer1.org1.example.com | [03b 07-19 18:39:53.02 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org1.example.com | [03c 07-19 18:39:53.03 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer0.org1.example.com | [051 07-19 18:39:53.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.53Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.529Z", "grpc.peer_address": "172.18.0.5:58754", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.6296ms"} +peer0.org1.example.com | [052 07-19 18:39:53.54 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.528Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.526Z", "grpc.peer_address": "172.18.0.7:56750", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.5471ms"} +peer0.org1.example.com | [053 07-19 18:39:53.56 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.564Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.563Z", "grpc.peer_address": "172.18.0.7:56752", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "140.7µs"} +peer0.org1.example.com | [054 07-19 18:39:53.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.606Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.606Z", "grpc.peer_address": "172.18.0.5:58762", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "244.7µs"} +peer0.org1.example.com | [055 07-19 18:39:53.61 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.613Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.611Z", "grpc.peer_address": "172.18.0.7:56754", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "456.5µs"} +peer0.org1.example.com | [056 07-19 18:39:53.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.566Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.7:56752", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "60.8394ms"} +peer0.org1.example.com | [057 07-19 18:39:53.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.616Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.616Z", "grpc.peer_address": "172.18.0.7:56754", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "11.0284ms"} +peer0.org1.example.com | [058 07-19 18:39:53.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.612Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.611Z", "grpc.peer_address": "172.18.0.5:58762", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.2106ms"} +peer0.org1.example.com | [059 07-19 18:39:53.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.643Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.642Z", "grpc.peer_address": "172.18.0.5:58766", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "231.1µs"} +peer0.org1.example.com | [05a 07-19 18:39:54.34 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.342Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:56.341Z", "grpc.peer_address": "172.18.0.4:45792", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "147.1µs"} +peer0.org1.example.com | [05b 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO [][b059f827] Entry chaincode: name:"lscc" +peer0.org1.example.com | [05c 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer +peer0.org1.example.com | [05d 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO [][b059f827] Exit chaincode: name:"lscc" (2ms) +peer0.org1.example.com | [05e 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.661Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45238", "grpc.code": "OK", "grpc.call_duration": "2.7186ms"} +peer0.org1.example.com | [05f 07-19 18:39:56.81 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][811f4638] Entry chaincode: name:"lscc" +peer0.org1.example.com | [060 07-19 18:39:56.82 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' +peer0.org1.example.com | [061 07-19 18:39:56.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] , current view: [[peer1.org1.example.com:7051] [peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] +peer0.org1.example.com | [062 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][811f4638] Exit chaincode: name:"lscc" (26702ms) +peer0.org1.example.com | [063 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:56.812Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45264", "grpc.code": "OK", "grpc.call_duration": "26.704756s"} +peer0.org1.example.com | [064 07-19 18:40:25.49 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer +peer0.org1.example.com | [065 07-19 18:40:25.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 2ms +peer0.org1.example.com | [066 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] +peer0.org1.example.com | [067 07-19 18:40:25.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 22ms (state_validation=4ms block_commit=13ms state_commit=1ms) +peer0.org1.example.com | [068 07-19 18:40:51.90 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2b9810d] Entry chaincode: name:"exp02" +peer0.org1.example.com | [069 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2b9810d] Exit chaincode: name:"exp02" (5ms) +peer0.org1.example.com | [06a 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:51.904Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45320", "grpc.code": "OK", "grpc.call_duration": "7.83ms"} +peer0.org1.example.com | [06b 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer +peer0.org1.example.com | [06c 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 2ms +peer0.org1.example.com | [06d 07-19 18:40:53.95 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 24ms (state_validation=0ms block_commit=19ms state_commit=3ms) +peer0.org1.example.com | [06e 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a3389cb8] Entry chaincode: name:"exp02" +peer0.org1.example.com | [06f 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a3389cb8] Exit chaincode: name:"exp02" (3ms) +peer0.org1.example.com | [070 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:54.562Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45340", "grpc.code": "OK", "grpc.call_duration": "4.8997ms"} +peer0.org1.example.com | [071 07-19 18:40:56.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer +peer0.org1.example.com | [072 07-19 18:40:56.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 6ms +peer0.org1.example.com | [073 07-19 18:40:56.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 19ms (state_validation=0ms block_commit=13ms state_commit=2ms) +peer0.org1.example.com | [074 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ec449592] Entry chaincode: name:"exp02" +peer0.org1.example.com | [075 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ec449592] Exit chaincode: name:"exp02" (2ms) +peer0.org1.example.com | [076 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:56.7Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45348", "grpc.code": "OK", "grpc.call_duration": "4.2305ms"} +peer0.org1.example.com | [077 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][55990f67] Entry chaincode: name:"lscc" +peer0.org1.example.com | [078 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][55990f67] Exit chaincode: name:"lscc" (1ms) +peer0.org1.example.com | [079 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.097Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45352", "grpc.code": "OK", "grpc.call_duration": "2.3906ms"} +peer0.org1.example.com | [07a 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][fa4bf194] Entry chaincode: name:"lscc" +peer0.org1.example.com | [07b 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][fa4bf194] Exit chaincode: name:"lscc" (1ms) +peer0.org1.example.com | [07c 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.266Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45356", "grpc.code": "OK", "grpc.call_duration": "2.0534ms"} +peer0.org1.example.com | [07d 07-19 18:40:57.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][6ed1636f] Entry chaincode: name:"lscc" +peer0.org1.example.com | [07e 07-19 18:40:57.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][6ed1636f] Exit chaincode: name:"lscc" (1ms) +peer0.org1.example.com | [07f 07-19 18:40:57.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.369Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45360", "grpc.code": "OK", "grpc.call_duration": "2.4225ms"} +peer0.org1.example.com | [080 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][5957b96a] Entry chaincode: name:"lscc" +peer0.org1.example.com | [081 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][5957b96a] Exit chaincode: name:"lscc" (1ms) +peer0.org1.example.com | [082 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.499Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45364", "grpc.code": "OK", "grpc.call_duration": "1.9017ms"} +peer0.org1.example.com | [083 07-19 18:40:57.63 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][028acef2] Entry chaincode: name:"lscc" +peer0.org1.example.com | [084 07-19 18:40:57.64 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][028acef2] Exit chaincode: name:"lscc" (2ms) +peer0.org1.example.com | [085 07-19 18:40:57.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.638Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45368", "grpc.code": "OK", "grpc.call_duration": "2.9906ms"} +peer0.org1.example.com | [086 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][78429784] Entry chaincode: name:"qscc" +peer0.org1.example.com | [087 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][78429784] Exit chaincode: name:"qscc" (1ms) +peer0.org1.example.com | [088 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.997Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45372", "grpc.code": "OK", "grpc.call_duration": "2.2152ms"} +peer0.org1.example.com | [089 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ea0114b] Entry chaincode: name:"qscc" +peer0.org1.example.com | [08a 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ea0114b] Exit chaincode: name:"qscc" (2ms) +peer0.org1.example.com | [08b 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.14Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45376", "grpc.code": "OK", "grpc.call_duration": "3.6517ms"} +peer0.org1.example.com | [08c 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][8cd2f97b] Entry chaincode: name:"cscc" +peer0.org1.example.com | [08d 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][8cd2f97b] Exit chaincode: name:"cscc" (1ms) +peer0.org1.example.com | [08e 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.603Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45380", "grpc.code": "OK", "grpc.call_duration": "2.8378ms"} +peer0.org1.example.com | [08f 07-19 18:40:58.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][1cae73d1] Entry chaincode: name:"cscc" +peer0.org1.example.com | [090 07-19 18:40:58.77 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][1cae73d1] Exit chaincode: name:"cscc" (1ms) +peer0.org1.example.com | [091 07-19 18:40:58.77 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.768Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45384", "grpc.code": "OK", "grpc.call_duration": "2.7496ms"} +peer0.org1.example.com | [092 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c6380413] Entry chaincode: name:"cscc" +peer0.org1.example.com | [093 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c6380413] Exit chaincode: name:"cscc" (1ms) +peer0.org1.example.com | [094 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.982Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45388", "grpc.code": "OK", "grpc.call_duration": "3.0342ms"} +peer0.org1.example.com | [095 07-19 18:41:07.27 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer +peer0.org1.example.com | [096 07-19 18:41:07.28 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer0.org1.example.com | [097 07-19 18:41:07.28 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer0.org1.example.com | [098 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.334Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.333Z", "grpc.peer_address": "172.18.0.4:45976", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "223.8µs"} +peer0.org1.example.com | [099 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations +peer0.org1.example.com | [09a 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer0.org1.example.com | [09b 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about +peer0.org1.example.com | [09c 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer0.org1.example.com | [09d 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +peer0.org1.example.com | [09e 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:54.347Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:45792", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1m13.0957568s"} +peer0.org1.example.com | [09f 07-19 18:41:07.34 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.336Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.336Z", "grpc.peer_address": "172.18.0.4:45976", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "4.1223ms"} +peer0.org1.example.com | [0a0 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.37Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.37Z", "grpc.peer_address": "172.18.0.7:56958", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "118.1µs"} +peer0.org1.example.com | [0a1 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 99ms +peer0.org1.example.com | [0a2 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.374Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.373Z", "grpc.peer_address": "172.18.0.7:56958", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.4059ms"} +peer0.org1.example.com | [0a3 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.388Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.388Z", "grpc.peer_address": "172.18.0.7:56960", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "111.9µs"} +peer0.org1.example.com | [0a4 07-19 18:41:07.39 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 18ms (state_validation=0ms block_commit=12ms state_commit=3ms) +peer0.org1.example.com | [0a5 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.444Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.443Z", "grpc.peer_address": "172.18.0.5:58968", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "114.7µs"} +peer0.org1.example.com | [0a6 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.644Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:58766", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m13.9086081s"} +peer0.org1.example.com | [0a7 07-19 18:41:07.45 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.452Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.451Z", "grpc.peer_address": "172.18.0.5:58968", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.2583ms"} +peer0.org1.example.com | [0a8 07-19 18:41:07.46 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.461Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.46Z", "grpc.peer_address": "172.18.0.5:58970", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "106.5µs"} +peer0.org1.example.com | [0a9 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO [][dbc154af] Entry chaincode: name:"cscc" +peer0.org1.example.com | [0aa 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO [][dbc154af] Exit chaincode: name:"cscc" (1ms) +peer0.org1.example.com | [0ab 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:15.607Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45482", "grpc.code": "OK", "grpc.call_duration": "1.9868ms"} +peer0.org1.example.com | [0ac 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO [][e3f9d72f] Entry chaincode: name:"qscc" +peer0.org1.example.com | [0ad 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO [][e3f9d72f] Exit chaincode: name:"qscc" (1ms) +peer0.org1.example.com | [0ae 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:16.321Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45492", "grpc.code": "OK", "grpc.call_duration": "2.0538ms"} +peer1.org1.example.com | [03d 07-19 18:39:53.04 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 43ms +peer1.org1.example.com | [03e 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 15ms (state_validation=0ms block_commit=6ms state_commit=1ms) +peer1.org1.example.com | [03f 07-19 18:39:53.06 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer +peer1.org1.example.com | [040 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +peer1.org1.example.com | [041 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org1.example.com | [042 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer1.org1.example.com | [043 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer1.org1.example.com | [044 07-19 18:39:53.10 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 47ms +peer1.org1.example.com | [045 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org1.example.com:7051, PKIid:3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 isn't responsive: EOF +peer1.org1.example.com | [046 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> WARN Entering [3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106] +peer1.org1.example.com | [047 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: +peer1.org1.example.com | [048 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> WARN Exiting +peer1.org1.example.com | [049 07-19 18:39:53.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 55ms (state_validation=13ms block_commit=34ms state_commit=4ms) +peer1.org1.example.com | [04a 07-19 18:39:55.27 UTC] [%{longpkg}] %{callpath} -> INFO [][a80faf1a] Entry chaincode: name:"lscc" +peer1.org1.example.com | [04b 07-19 18:39:55.27 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer +peer1.org1.example.com | [04c 07-19 18:39:55.27 UTC] [%{longpkg}] %{callpath} -> INFO [][a80faf1a] Exit chaincode: name:"lscc" (1ms) +peer1.org1.example.com | [04d 07-19 18:39:55.27 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:55.276Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36106", "grpc.code": "OK", "grpc.call_duration": "2.3258ms"} +peer1.org1.example.com | [04e 07-19 18:39:57.20 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ]] , current view: [[peer0.org1.example.com:7051] [peer0.org2.example.com:7051 ]] +peer1.org1.example.com | [04f 07-19 18:39:59.32 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:59.325Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:40:01.324Z", "grpc.peer_address": "172.18.0.7:35842", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "97.6µs"} +peer1.org1.example.com | [050 07-19 18:40:07.17 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org2.example.com:7051 ]] , current view: [[peer0.org1.example.com:7051] [peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] +peer1.org1.example.com | [051 07-19 18:40:25.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer +peer1.org1.example.com | [052 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 7ms +peer1.org1.example.com | [053 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] +peer1.org1.example.com | [054 07-19 18:40:25.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 20ms (state_validation=3ms block_commit=12ms state_commit=1ms) +peer1.org1.example.com | [055 07-19 18:40:53.93 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer +peer0.org2.example.com | [06d 07-19 18:41:07.42 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.423Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.422Z", "grpc.peer_address": "172.18.0.7:58246", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "170.4µs"} +peer0.org2.example.com | [06e 07-19 18:41:07.43 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.206Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:48856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1m14.3276006s"} +peer0.org2.example.com | [06f 07-19 18:41:07.43 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.426Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.426Z", "grpc.peer_address": "172.18.0.4:49064", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "5.0513ms"} +peer0.org2.example.com | [070 07-19 18:41:07.43 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 19ms (state_validation=1ms block_commit=7ms state_commit=1ms) +peer0.org2.example.com | [071 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.436Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.436Z", "grpc.peer_address": "172.18.0.7:58246", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "6.454ms"} +peer0.org2.example.com | [072 07-19 18:41:07.45 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.44Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.439Z", "grpc.peer_address": "172.18.0.6:33298", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.5427ms"} +peer0.org2.example.com | [073 07-19 18:41:07.51 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.51Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.51Z", "grpc.peer_address": "172.18.0.7:58256", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "86.6µs"} +peer0.org2.example.com | [074 07-19 18:41:15.82 UTC] [%{longpkg}] %{callpath} -> INFO [][c50176f4] Entry chaincode: name:"cscc" +peer0.org2.example.com | [075 07-19 18:41:15.82 UTC] [%{longpkg}] %{callpath} -> INFO [][c50176f4] Exit chaincode: name:"cscc" (0ms) +peer0.org2.example.com | [076 07-19 18:41:15.82 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:15.823Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:46152", "grpc.code": "OK", "grpc.call_duration": "1.9158ms"} +peer0.org2.example.com | [077 07-19 18:41:16.54 UTC] [%{longpkg}] %{callpath} -> INFO [][3c70f043] Entry chaincode: name:"qscc" +peer0.org2.example.com | [078 07-19 18:41:16.55 UTC] [%{longpkg}] %{callpath} -> INFO [][3c70f043] Exit chaincode: name:"qscc" (1ms) +peer0.org2.example.com | [079 07-19 18:41:16.55 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:16.549Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:46162", "grpc.code": "OK", "grpc.call_duration": "2.3275ms"} +peer1.org1.example.com | [056 07-19 18:40:53.93 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 3ms +peer1.org1.example.com | [057 07-19 18:40:53.95 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 21ms (state_validation=6ms block_commit=11ms state_commit=2ms) +peer1.org1.example.com | [058 07-19 18:40:56.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer +peer1.org1.example.com | [059 07-19 18:40:56.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 2ms +peer1.org1.example.com | [05a 07-19 18:40:56.47 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 20ms (state_validation=0ms block_commit=14ms state_commit=2ms) +peer1.org1.example.com | [05b 07-19 18:41:07.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer +peer1.org1.example.com | [05c 07-19 18:41:07.29 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer1.org1.example.com | [05d 07-19 18:41:07.30 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +peer1.org1.example.com | [05e 07-19 18:41:07.31 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations +peer1.org1.example.com | [05f 07-19 18:41:07.31 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +peer1.org1.example.com | [060 07-19 18:41:07.31 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +peer1.org1.example.com | [061 07-19 18:41:07.31 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about +peer1.org1.example.com | [062 07-19 18:41:07.31 UTC] [%{longpkg}] %{callpath} -> WARN Failed to update ordering service endpoints, due to Channel with businesschannel id was not found +peer1.org1.example.com | [063 07-19 18:41:07.35 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 56ms +peer1.org1.example.com | [064 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 24ms (state_validation=0ms block_commit=17ms state_commit=4ms) +peer1.org1.example.com | [065 07-19 18:41:07.49 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.498Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.498Z", "grpc.peer_address": "172.18.0.6:55262", "grpc.peer_subject": "CN=peer0.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "112.1µs"} +peer1.org1.example.com | [066 07-19 18:41:07.50 UTC] [%{longpkg}] %{callpath} -> WARN peer0.org2.example.com:7051, PKIid:75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b isn't responsive: EOF +peer1.org1.example.com | [067 07-19 18:41:07.50 UTC] [%{longpkg}] %{callpath} -> WARN Entering [75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b] +peer1.org1.example.com | [068 07-19 18:41:07.50 UTC] [%{longpkg}] %{callpath} -> WARN Closing connection to Endpoint: peer0.org2.example.com:7051, InternalEndpoint: , PKI-ID: 75b2768046f1cff79a75d29027b3162b4c2d489ed2c22c48403d0760a7c0a76b, Metadata: +peer1.org1.example.com | [069 07-19 18:41:07.50 UTC] [%{longpkg}] %{callpath} -> WARN Exiting +peer1.org1.example.com | [06a 07-19 18:41:07.52 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.528Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.527Z", "grpc.peer_address": "172.18.0.5:54860", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "166.6µs"} +peer1.org1.example.com | [06b 07-19 18:41:15.71 UTC] [%{longpkg}] %{callpath} -> INFO [][9f13005b] Entry chaincode: name:"cscc" +peer1.org1.example.com | [06c 07-19 18:41:15.72 UTC] [%{longpkg}] %{callpath} -> INFO [][9f13005b] Exit chaincode: name:"cscc" (1ms) +peer1.org1.example.com | [06d 07-19 18:41:15.72 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:15.719Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36342", "grpc.code": "OK", "grpc.call_duration": "2.1499ms"} +peer1.org1.example.com | [06e 07-19 18:41:16.44 UTC] [%{longpkg}] %{callpath} -> INFO [][e011a249] Entry chaincode: name:"qscc" +peer1.org1.example.com | [06f 07-19 18:41:16.44 UTC] [%{longpkg}] %{callpath} -> INFO [][e011a249] Exit chaincode: name:"qscc" (1ms) +peer1.org1.example.com | [070 07-19 18:41:16.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:16.442Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:36352", "grpc.code": "OK", "grpc.call_duration": "3.4403ms"} +orderer0.example.com | 2019-07-19 18:39:37.822 UTC [localconfig] completeInitialization -> INFO 001 Kafka.Version unset, setting to 0.10.2.0 +orderer0.example.com | [002 07-19 18:39:37.89 UTC] [%{longpkg}] %{callpath} -> INFO Orderer config values: +orderer0.example.com | General.LedgerType = "file" +orderer0.example.com | General.ListenAddress = "0.0.0.0" +orderer0.example.com | General.ListenPort = 7050 +orderer0.example.com | General.TLS.Enabled = true +orderer0.example.com | General.TLS.PrivateKey = "/var/hyperledger/orderer/tls/server.key" +orderer0.example.com | General.TLS.Certificate = "/var/hyperledger/orderer/tls/server.crt" +orderer0.example.com | General.TLS.RootCAs = [/var/hyperledger/orderer/tls/ca.crt] +orderer0.example.com | General.TLS.ClientAuthRequired = false +orderer0.example.com | General.TLS.ClientRootCAs = [] +orderer0.example.com | General.Cluster.RootCAs = [/etc/hyperledger/fabric/tls/ca.crt] +orderer0.example.com | General.Cluster.ClientCertificate = "" +orderer0.example.com | General.Cluster.ClientPrivateKey = "" +orderer0.example.com | General.Cluster.DialTimeout = 5s +orderer0.example.com | General.Cluster.RPCTimeout = 7s +orderer0.example.com | General.Cluster.ReplicationBufferSize = 20971520 +orderer0.example.com | General.Cluster.ReplicationPullTimeout = 5s +orderer0.example.com | General.Cluster.ReplicationRetryTimeout = 5s +orderer0.example.com | General.Keepalive.ServerMinInterval = 1m0s +orderer0.example.com | General.Keepalive.ServerInterval = 2h0m0s +orderer0.example.com | General.Keepalive.ServerTimeout = 20s +orderer0.example.com | General.GenesisMethod = "file" +orderer0.example.com | General.GenesisProfile = "SampleInsecureSolo" +orderer0.example.com | General.SystemChannel = "test-system-channel-name" +orderer0.example.com | General.GenesisFile = "/var/hyperledger/orderer/orderer.genesis.block" +orderer0.example.com | General.Profile.Enabled = false +orderer0.example.com | General.Profile.Address = "0.0.0.0:6060" +orderer0.example.com | General.LocalMSPDir = "/var/hyperledger/orderer/msp" +orderer0.example.com | General.LocalMSPID = "OrdererMSP" +orderer0.example.com | General.BCCSP.ProviderName = "SW" +orderer0.example.com | General.BCCSP.SwOpts.SecLevel = 256 +orderer0.example.com | General.BCCSP.SwOpts.HashFamily = "SHA2" +orderer0.example.com | General.BCCSP.SwOpts.Ephemeral = false +orderer0.example.com | General.BCCSP.SwOpts.FileKeystore.KeyStorePath = "/var/hyperledger/orderer/msp/keystore" +orderer0.example.com | General.BCCSP.SwOpts.DummyKeystore = +orderer0.example.com | General.BCCSP.SwOpts.InmemKeystore = +orderer0.example.com | General.BCCSP.PluginOpts = +orderer0.example.com | General.Authentication.TimeWindow = 15m0s +orderer0.example.com | FileLedger.Location = "/var/hyperledger/production/orderer" +orderer0.example.com | FileLedger.Prefix = "hyperledger-fabric-ordererledger" +orderer0.example.com | RAMLedger.HistorySize = 1000 +orderer0.example.com | Kafka.Retry.ShortInterval = 5s +orderer0.example.com | Kafka.Retry.ShortTotal = 10m0s +orderer0.example.com | Kafka.Retry.LongInterval = 5m0s +orderer0.example.com | Kafka.Retry.LongTotal = 12h0m0s +orderer0.example.com | Kafka.Retry.NetworkTimeouts.DialTimeout = 10s +orderer0.example.com | Kafka.Retry.NetworkTimeouts.ReadTimeout = 10s +orderer0.example.com | Kafka.Retry.NetworkTimeouts.WriteTimeout = 10s +orderer0.example.com | Kafka.Retry.Metadata.RetryMax = 3 +orderer0.example.com | Kafka.Retry.Metadata.RetryBackoff = 250ms +orderer0.example.com | Kafka.Retry.Producer.RetryMax = 3 +orderer0.example.com | Kafka.Retry.Producer.RetryBackoff = 100ms +orderer0.example.com | Kafka.Retry.Consumer.RetryBackoff = 2s +orderer0.example.com | Kafka.Verbose = false +orderer0.example.com | Kafka.Version = 0.10.2.0 +orderer0.example.com | Kafka.TLS.Enabled = false +orderer0.example.com | Kafka.TLS.PrivateKey = "" +orderer0.example.com | Kafka.TLS.Certificate = "" +orderer0.example.com | Kafka.TLS.RootCAs = [] +orderer0.example.com | Kafka.TLS.ClientAuthRequired = false +orderer0.example.com | Kafka.TLS.ClientRootCAs = [] +orderer0.example.com | Kafka.SASLPlain.Enabled = false +orderer0.example.com | Kafka.SASLPlain.User = "" +orderer0.example.com | Kafka.SASLPlain.Password = "" +orderer0.example.com | Kafka.Topic.ReplicationFactor = 3 +orderer0.example.com | Debug.BroadcastTraceDir = "" +orderer0.example.com | Debug.DeliverTraceDir = "" +orderer0.example.com | Consensus = map[WALDir:/var/hyperledger/production/orderer/etcdraft/wal SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot] +orderer0.example.com | Operations.ListenAddress = "0.0.0.0:8443" +orderer0.example.com | Operations.TLS.Enabled = false +orderer0.example.com | Operations.TLS.PrivateKey = "" +orderer0.example.com | Operations.TLS.Certificate = "" +orderer0.example.com | Operations.TLS.RootCAs = [] +orderer0.example.com | Operations.TLS.ClientAuthRequired = false +orderer0.example.com | Operations.TLS.ClientRootCAs = [] +orderer0.example.com | Metrics.Provider = "prometheus" +orderer0.example.com | Metrics.Statsd.Network = "udp" +orderer0.example.com | Metrics.Statsd.Address = "127.0.0.1:8125" +orderer0.example.com | Metrics.Statsd.WriteInterval = 30s +orderer0.example.com | Metrics.Statsd.Prefix = "" +orderer0.example.com | [003 07-19 18:39:37.92 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer with TLS enabled +orderer0.example.com | [004 07-19 18:39:37.92 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +orderer0.example.com | [005 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Starting system channel 'testchainid' with genesis block hash cde6efa82d0288cf91294accd919b39e2e13c658393e2d2d62d545b9d2dd5999 and orderer type solo +orderer0.example.com | [006 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer: +orderer0.example.com | Version: 1.4.0 +orderer0.example.com | Commit SHA: development build +orderer0.example.com | Go version: go1.11.5 +orderer0.example.com | OS/Arch: linux/amd64 +orderer0.example.com | [007 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Beginning to serve requests +orderer0.example.com | [008 07-19 18:39:46.35 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:46.324Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46916", "grpc.code": "OK", "grpc.call_duration": "31.4116ms"} +orderer0.example.com | [009 07-19 18:39:46.36 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +orderer0.example.com | [00a 07-19 18:39:46.41 UTC] [%{longpkg}] %{callpath} -> INFO Created and starting new chain businesschannel +orderer0.example.com | [00b 07-19 18:39:46.42 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46914: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [00c 07-19 18:39:46.42 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:46.311Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46914", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "116.9341ms"} +orderer0.example.com | [00d 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46946: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [00e 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:49.477Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46946", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "34.3888ms"} +orderer0.example.com | [00f 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46948: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [010 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:49.49Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46948", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "22.04ms"} +orderer0.example.com | [011 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46950: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [012 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:51.62Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46950", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "35.1813ms"} +orderer0.example.com | [013 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46952: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [014 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:51.636Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46952", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.3985ms"} +orderer0.example.com | [015 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47014: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [016 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:56.809Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47014", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "26.7135552s"} +orderer0.example.com | [017 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47070: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [018 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:51.903Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47070", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "14.8472ms"} +orderer0.example.com | [019 07-19 18:40:54.43 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47084: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [01a 07-19 18:40:54.43 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:54.426Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47084", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.3678ms"} +orderer0.example.com | [01b 07-19 18:40:59.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47138: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [01c 07-19 18:40:59.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.408Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47138", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.931ms"} +orderer0.example.com | [01d 07-19 18:40:59.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47140: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [01e 07-19 18:40:59.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.596Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47140", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.1706ms"} +orderer0.example.com | [01f 07-19 18:40:59.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47142: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [020 07-19 18:40:59.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.734Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47142", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.2814ms"} +orderer0.example.com | [021 07-19 18:40:59.90 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47144: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [022 07-19 18:40:59.90 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.899Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47144", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.7577ms"} +orderer0.example.com | [023 07-19 18:41:00.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47146: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [024 07-19 18:41:00.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.068Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47146", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.3933ms"} +orderer0.example.com | [025 07-19 18:41:00.26 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47148: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [026 07-19 18:41:00.26 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.254Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47148", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5369ms"} +orderer0.example.com | [027 07-19 18:41:00.47 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47150: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [028 07-19 18:41:00.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.465Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47150", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.4284ms"} +orderer0.example.com | [029 07-19 18:41:00.63 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47152: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [02a 07-19 18:41:00.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.626Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47152", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.4844ms"} +orderer0.example.com | [02b 07-19 18:41:00.79 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47154: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [02c 07-19 18:41:00.79 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.783Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47154", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.0974ms"} +orderer0.example.com | [02d 07-19 18:41:00.95 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47156: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [02e 07-19 18:41:00.95 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.932Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47156", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.6673ms"} +orderer0.example.com | [02f 07-19 18:41:01.09 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47158: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [030 07-19 18:41:01.09 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:01.088Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47158", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.1498ms"} +orderer0.example.com | [031 07-19 18:41:01.28 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47162: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [032 07-19 18:41:01.28 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:01.272Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47162", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.0419ms"} +orderer0.example.com | [033 07-19 18:41:07.23 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +orderer0.example.com | [034 07-19 18:41:07.23 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +orderer0.example.com | [035 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47170: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [036 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.224Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47170", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "29.593ms"} +orderer0.example.com | [037 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47168: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [038 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.212Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47168", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "42.2699ms"} +orderer0.example.com | [039 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +orderer0.example.com | [03a 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +orderer0.example.com | [03b 07-19 18:41:09.37 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47194: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [03c 07-19 18:41:09.37 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.365Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47194", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.4225ms"} +orderer0.example.com | [03d 07-19 18:41:09.49 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47196: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [03e 07-19 18:41:09.49 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.486Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47196", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.2632ms"} +orderer0.example.com | [03f 07-19 18:41:09.90 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47200: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [040 07-19 18:41:09.90 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.902Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47200", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.057ms"} +orderer0.example.com | [041 07-19 18:41:10.05 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47202: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [042 07-19 18:41:10.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.046Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47202", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.4757ms"} +orderer0.example.com | [043 07-19 18:41:10.19 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47204: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [044 07-19 18:41:10.19 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.188Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47204", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.4608ms"} +orderer0.example.com | [045 07-19 18:41:10.38 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47206: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [046 07-19 18:41:10.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.36Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47206", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "23.1738ms"} +orderer0.example.com | [047 07-19 18:41:10.56 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47208: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [048 07-19 18:41:10.56 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.55Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47208", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.6227ms"} +orderer0.example.com | [049 07-19 18:41:10.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47210: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [04a 07-19 18:41:10.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.738Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47210", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.1615ms"} +orderer0.example.com | [04b 07-19 18:41:10.93 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47214: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [04c 07-19 18:41:10.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.926Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47214", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.2358ms"} +orderer0.example.com | [04d 07-19 18:41:11.08 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47216: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [04e 07-19 18:41:11.08 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.078Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47216", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.609ms"} +orderer0.example.com | [04f 07-19 18:41:11.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47218: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [050 07-19 18:41:11.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.247Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47218", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5361ms"} +orderer0.example.com | [051 07-19 18:41:11.44 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47220: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [052 07-19 18:41:11.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.435Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47220", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.7424ms"} +orderer0.example.com | [053 07-19 18:41:11.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47222: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [054 07-19 18:41:11.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.6Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47222", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.241ms"} +orderer0.example.com | [055 07-19 18:41:11.75 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47224: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [056 07-19 18:41:11.75 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.749Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47224", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.8635ms"} +orderer0.example.com | [057 07-19 18:41:11.93 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47226: rpc error: code = Canceled desc = context canceled +orderer0.example.com | [058 07-19 18:41:11.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.929Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47226", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.7594ms"} diff --git a/hyperledger_fabric/v1.4.0/solo/logs/dev_orderer.log b/hyperledger_fabric/v1.4.0/solo/logs/dev_orderer.log index ed134cc0..ebcac803 100644 --- a/hyperledger_fabric/v1.4.0/solo/logs/dev_orderer.log +++ b/hyperledger_fabric/v1.4.0/solo/logs/dev_orderer.log @@ -1,5 +1,5 @@ -2019-07-02 06:03:02.856 UTC [localconfig] completeInitialization -> INFO 001 Kafka.Version unset, setting to 0.10.2.0 -[002 07-02 06:03:03.02 UTC] [%{longpkg}] %{callpath} -> INFO Orderer config values: +2019-07-19 18:39:37.822 UTC [localconfig] completeInitialization -> INFO 001 Kafka.Version unset, setting to 0.10.2.0 +[002 07-19 18:39:37.89 UTC] [%{longpkg}] %{callpath} -> INFO Orderer config values: General.LedgerType = "file" General.ListenAddress = "0.0.0.0" General.ListenPort = 7050 @@ -66,7 +66,7 @@ Kafka.Topic.ReplicationFactor = 3 Debug.BroadcastTraceDir = "" Debug.DeliverTraceDir = "" - Consensus = map[SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot WALDir:/var/hyperledger/production/orderer/etcdraft/wal] + Consensus = map[WALDir:/var/hyperledger/production/orderer/etcdraft/wal SnapDir:/var/hyperledger/production/orderer/etcdraft/snapshot] Operations.ListenAddress = "0.0.0.0:8443" Operations.TLS.Enabled = false Operations.TLS.PrivateKey = "" @@ -79,93 +79,93 @@ Metrics.Statsd.Address = "127.0.0.1:8125" Metrics.Statsd.WriteInterval = 30s Metrics.Statsd.Prefix = "" -[003 07-02 06:03:03.06 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer with TLS enabled -[004 07-02 06:03:03.07 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -[005 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Starting system channel 'testchainid' with genesis block hash cde6efa82d0288cf91294accd919b39e2e13c658393e2d2d62d545b9d2dd5999 and orderer type solo -[006 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer: +[003 07-19 18:39:37.92 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer with TLS enabled +[004 07-19 18:39:37.92 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +[005 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Starting system channel 'testchainid' with genesis block hash cde6efa82d0288cf91294accd919b39e2e13c658393e2d2d62d545b9d2dd5999 and orderer type solo +[006 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Starting orderer: Version: 1.4.0 Commit SHA: development build - Go version: go1.11.4 + Go version: go1.11.5 OS/Arch: linux/amd64 -[007 07-02 06:03:03.10 UTC] [%{longpkg}] %{callpath} -> INFO Beginning to serve requests -[008 07-02 06:03:17.67 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:17.579Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39372", "grpc.code": "OK", "grpc.call_duration": "98.064ms"} -[009 07-02 06:03:17.68 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -[00a 07-02 06:03:17.70 UTC] [%{longpkg}] %{callpath} -> INFO Created and starting new chain businesschannel -[00b 07-02 06:03:17.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39370: rpc error: code = Canceled desc = context canceled -[00c 07-02 06:03:17.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:17.525Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39370", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "215.8888ms"} -[00d 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39398: rpc error: code = Canceled desc = context canceled -[00e 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:21.136Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39398", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "30.2847ms"} -[00f 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39400: rpc error: code = Canceled desc = context canceled -[010 07-02 06:03:21.16 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:21.15Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39400", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "16.4721ms"} -[011 07-02 06:03:23.30 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39402: rpc error: code = Canceled desc = context canceled -[012 07-02 06:03:23.30 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:23.282Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39402", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "27.1643ms"} -[013 07-02 06:03:23.31 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39404: rpc error: code = Canceled desc = context canceled -[014 07-02 06:03:23.31 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:23.294Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39404", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.0559ms"} -[015 07-02 06:04:19.72 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39466: rpc error: code = Canceled desc = context canceled -[016 07-02 06:04:19.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:30.573Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39466", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "49.1915753s"} -[017 07-02 06:04:56.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39546: rpc error: code = Canceled desc = context canceled -[018 07-02 06:04:56.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:04:56.598Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39546", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.0771ms"} -[019 07-02 06:04:59.13 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39560: rpc error: code = Canceled desc = context canceled -[01a 07-02 06:04:59.13 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:04:59.116Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39560", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "16.4677ms"} -[01b 07-02 06:05:05.59 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39616: rpc error: code = Canceled desc = context canceled -[01c 07-02 06:05:05.59 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:05.592Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39616", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "6.8306ms"} -[01d 07-02 06:05:05.89 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39618: rpc error: code = Canceled desc = context canceled -[01e 07-02 06:05:05.89 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:05.881Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39618", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "12.6673ms"} -[01f 07-02 06:05:06.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39620: rpc error: code = Canceled desc = context canceled -[020 07-02 06:05:06.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.059Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39620", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "12.0987ms"} -[021 07-02 06:05:06.27 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39622: rpc error: code = Canceled desc = context canceled -[022 07-02 06:05:06.27 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.267Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39622", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.5641ms"} -[023 07-02 06:05:06.73 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39624: rpc error: code = Canceled desc = context canceled -[024 07-02 06:05:06.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:06.712Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39624", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "23.0308ms"} -[025 07-02 06:05:07.05 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39626: rpc error: code = Canceled desc = context canceled -[026 07-02 06:05:07.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.024Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39626", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "30.3476ms"} -[027 07-02 06:05:07.22 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39628: rpc error: code = Canceled desc = context canceled -[028 07-02 06:05:07.22 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.219Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39628", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.6827ms"} -[029 07-02 06:05:07.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39630: rpc error: code = Canceled desc = context canceled -[02a 07-02 06:05:07.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.41Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39630", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.9262ms"} -[02b 07-02 06:05:07.63 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39632: rpc error: code = Canceled desc = context canceled -[02c 07-02 06:05:07.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.619Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39632", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.0868ms"} -[02d 07-02 06:05:07.82 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39634: rpc error: code = Canceled desc = context canceled -[02e 07-02 06:05:07.82 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:07.8Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39634", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "22.6492ms"} -[02f 07-02 06:05:08.02 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39636: rpc error: code = Canceled desc = context canceled -[030 07-02 06:05:08.02 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:08.013Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39636", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.7325ms"} -[031 07-02 06:05:08.17 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39638: rpc error: code = Canceled desc = context canceled -[032 07-02 06:05:08.17 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:08.17Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39638", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.2452ms"} -[033 07-02 06:05:14.50 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[034 07-02 06:05:14.50 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[035 07-02 06:05:14.52 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[036 07-02 06:05:14.52 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[037 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39646: rpc error: code = Canceled desc = context canceled -[038 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.499Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.8:39646", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "36.5827ms"} -[039 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39644: rpc error: code = Canceled desc = context canceled -[03a 07-02 06:05:14.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.488Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39644", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "48.4293ms"} -[03b 07-02 06:05:16.69 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39678: rpc error: code = Canceled desc = context canceled -[03c 07-02 06:05:16.69 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:16.683Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39678", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.8515ms"} -[03d 07-02 06:05:16.87 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39682: rpc error: code = Canceled desc = context canceled -[03e 07-02 06:05:16.87 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:16.864Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39682", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.303ms"} -[03f 07-02 06:05:17.38 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39686: rpc error: code = Canceled desc = context canceled -[040 07-02 06:05:17.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.377Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39686", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.8806ms"} -[041 07-02 06:05:17.58 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39688: rpc error: code = Canceled desc = context canceled -[042 07-02 06:05:17.58 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.569Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39688", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.8275ms"} -[043 07-02 06:05:17.83 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39690: rpc error: code = Canceled desc = context canceled -[044 07-02 06:05:17.83 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:17.822Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39690", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "13.8132ms"} -[045 07-02 06:05:18.13 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39692: rpc error: code = Canceled desc = context canceled -[046 07-02 06:05:18.13 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.116Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39692", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.3021ms"} -[047 07-02 06:05:18.32 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39694: rpc error: code = Canceled desc = context canceled -[048 07-02 06:05:18.32 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.314Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39694", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.1042ms"} -[049 07-02 06:05:18.52 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39696: rpc error: code = Canceled desc = context canceled -[04a 07-02 06:05:18.52 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.518Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39696", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.0073ms"} -[04b 07-02 06:05:18.73 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39698: rpc error: code = Canceled desc = context canceled -[04c 07-02 06:05:18.73 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.72Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39698", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.2931ms"} -[04d 07-02 06:05:18.97 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39700: rpc error: code = Canceled desc = context canceled -[04e 07-02 06:05:18.97 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:18.968Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39700", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.5942ms"} -[04f 07-02 06:05:19.21 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39702: rpc error: code = Canceled desc = context canceled -[050 07-02 06:05:19.21 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.209Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39702", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.0046ms"} -[051 07-02 06:05:19.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39704: rpc error: code = Canceled desc = context canceled -[052 07-02 06:05:19.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.403Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39704", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.8138ms"} -[053 07-02 06:05:19.62 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39706: rpc error: code = Canceled desc = context canceled -[054 07-02 06:05:19.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.61Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39706", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "14.3418ms"} -[055 07-02 06:05:19.79 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39708: rpc error: code = Canceled desc = context canceled -[056 07-02 06:05:19.79 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:19.774Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39708", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.5956ms"} -[057 07-02 06:05:20.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.8:39710: rpc error: code = Canceled desc = context canceled -[058 07-02 06:05:20.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:20.065Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.8:39710", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.4663ms"} +[007 07-19 18:39:37.95 UTC] [%{longpkg}] %{callpath} -> INFO Beginning to serve requests +[008 07-19 18:39:46.35 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:46.324Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46916", "grpc.code": "OK", "grpc.call_duration": "31.4116ms"} +[009 07-19 18:39:46.36 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +[00a 07-19 18:39:46.41 UTC] [%{longpkg}] %{callpath} -> INFO Created and starting new chain businesschannel +[00b 07-19 18:39:46.42 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46914: rpc error: code = Canceled desc = context canceled +[00c 07-19 18:39:46.42 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:46.311Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46914", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "116.9341ms"} +[00d 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46946: rpc error: code = Canceled desc = context canceled +[00e 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:49.477Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46946", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "34.3888ms"} +[00f 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46948: rpc error: code = Canceled desc = context canceled +[010 07-19 18:39:49.51 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:49.49Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46948", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "22.04ms"} +[011 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46950: rpc error: code = Canceled desc = context canceled +[012 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:51.62Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:46950", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "35.1813ms"} +[013 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:46952: rpc error: code = Canceled desc = context canceled +[014 07-19 18:39:51.65 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:51.636Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:46952", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.3985ms"} +[015 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47014: rpc error: code = Canceled desc = context canceled +[016 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:56.809Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47014", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "26.7135552s"} +[017 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47070: rpc error: code = Canceled desc = context canceled +[018 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:51.903Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47070", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "14.8472ms"} +[019 07-19 18:40:54.43 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47084: rpc error: code = Canceled desc = context canceled +[01a 07-19 18:40:54.43 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:54.426Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47084", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.3678ms"} +[01b 07-19 18:40:59.41 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47138: rpc error: code = Canceled desc = context canceled +[01c 07-19 18:40:59.41 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.408Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47138", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.931ms"} +[01d 07-19 18:40:59.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47140: rpc error: code = Canceled desc = context canceled +[01e 07-19 18:40:59.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.596Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47140", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.1706ms"} +[01f 07-19 18:40:59.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47142: rpc error: code = Canceled desc = context canceled +[020 07-19 18:40:59.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.734Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47142", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.2814ms"} +[021 07-19 18:40:59.90 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47144: rpc error: code = Canceled desc = context canceled +[022 07-19 18:40:59.90 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:40:59.899Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47144", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.7577ms"} +[023 07-19 18:41:00.07 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47146: rpc error: code = Canceled desc = context canceled +[024 07-19 18:41:00.07 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.068Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47146", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.3933ms"} +[025 07-19 18:41:00.26 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47148: rpc error: code = Canceled desc = context canceled +[026 07-19 18:41:00.26 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.254Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47148", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5369ms"} +[027 07-19 18:41:00.47 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47150: rpc error: code = Canceled desc = context canceled +[028 07-19 18:41:00.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.465Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47150", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.4284ms"} +[029 07-19 18:41:00.63 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47152: rpc error: code = Canceled desc = context canceled +[02a 07-19 18:41:00.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.626Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47152", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.4844ms"} +[02b 07-19 18:41:00.79 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47154: rpc error: code = Canceled desc = context canceled +[02c 07-19 18:41:00.79 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.783Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47154", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.0974ms"} +[02d 07-19 18:41:00.95 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47156: rpc error: code = Canceled desc = context canceled +[02e 07-19 18:41:00.95 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:00.932Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47156", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.6673ms"} +[02f 07-19 18:41:01.09 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47158: rpc error: code = Canceled desc = context canceled +[030 07-19 18:41:01.09 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:01.088Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47158", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.1498ms"} +[031 07-19 18:41:01.28 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47162: rpc error: code = Canceled desc = context canceled +[032 07-19 18:41:01.28 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:01.272Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47162", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.0419ms"} +[033 07-19 18:41:07.23 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[034 07-19 18:41:07.23 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[035 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47170: rpc error: code = Canceled desc = context canceled +[036 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.224Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Broadcast", "grpc.peer_address": "172.18.0.3:47170", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "29.593ms"} +[037 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47168: rpc error: code = Canceled desc = context canceled +[038 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.212Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47168", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "42.2699ms"} +[039 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[03a 07-19 18:41:07.25 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[03b 07-19 18:41:09.37 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47194: rpc error: code = Canceled desc = context canceled +[03c 07-19 18:41:09.37 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.365Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47194", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.4225ms"} +[03d 07-19 18:41:09.49 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47196: rpc error: code = Canceled desc = context canceled +[03e 07-19 18:41:09.49 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.486Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47196", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.2632ms"} +[03f 07-19 18:41:09.90 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47200: rpc error: code = Canceled desc = context canceled +[040 07-19 18:41:09.90 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:09.902Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47200", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.057ms"} +[041 07-19 18:41:10.05 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47202: rpc error: code = Canceled desc = context canceled +[042 07-19 18:41:10.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.046Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47202", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.4757ms"} +[043 07-19 18:41:10.19 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47204: rpc error: code = Canceled desc = context canceled +[044 07-19 18:41:10.19 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.188Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47204", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.4608ms"} +[045 07-19 18:41:10.38 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47206: rpc error: code = Canceled desc = context canceled +[046 07-19 18:41:10.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.36Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47206", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "23.1738ms"} +[047 07-19 18:41:10.56 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47208: rpc error: code = Canceled desc = context canceled +[048 07-19 18:41:10.56 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.55Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47208", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "11.6227ms"} +[049 07-19 18:41:10.74 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47210: rpc error: code = Canceled desc = context canceled +[04a 07-19 18:41:10.74 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.738Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47210", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.1615ms"} +[04b 07-19 18:41:10.93 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47214: rpc error: code = Canceled desc = context canceled +[04c 07-19 18:41:10.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:10.926Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47214", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "8.2358ms"} +[04d 07-19 18:41:11.08 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47216: rpc error: code = Canceled desc = context canceled +[04e 07-19 18:41:11.08 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.078Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47216", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.609ms"} +[04f 07-19 18:41:11.25 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47218: rpc error: code = Canceled desc = context canceled +[050 07-19 18:41:11.25 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.247Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47218", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5361ms"} +[051 07-19 18:41:11.44 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47220: rpc error: code = Canceled desc = context canceled +[052 07-19 18:41:11.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.435Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47220", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.7424ms"} +[053 07-19 18:41:11.61 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47222: rpc error: code = Canceled desc = context canceled +[054 07-19 18:41:11.61 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.6Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47222", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "18.241ms"} +[055 07-19 18:41:11.75 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47224: rpc error: code = Canceled desc = context canceled +[056 07-19 18:41:11.75 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.749Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47224", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.8635ms"} +[057 07-19 18:41:11.93 UTC] [%{longpkg}] %{callpath} -> WARN Error reading from 172.18.0.3:47226: rpc error: code = Canceled desc = context canceled +[058 07-19 18:41:11.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:11.929Z", "grpc.service": "orderer.AtomicBroadcast", "grpc.method": "Deliver", "grpc.peer_address": "172.18.0.3:47226", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.7594ms"} diff --git a/hyperledger_fabric/v1.4.0/solo/logs/dev_peer0.log b/hyperledger_fabric/v1.4.0/solo/logs/dev_peer0.log index b0345261..4f77041e 100644 --- a/hyperledger_fabric/v1.4.0/solo/logs/dev_peer0.log +++ b/hyperledger_fabric/v1.4.0/solo/logs/dev_peer0.log @@ -1,183 +1,183 @@ -[001 07-02 06:03:06.67 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: +[001 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer: Version: 1.4.0 Commit SHA: development build - Go version: go1.11.4 + Go version: go1.11.5 OS/Arch: linux/amd64 Chaincode: Base Image Version: 0.4.14 Base Docker Namespace: hyperledger Base Docker Label: org.hyperledger.fabric Docker Namespace: hyperledger -[002 07-02 06:03:06.70 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt -[003 07-02 06:03:06.70 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider -[004 07-02 06:03:07.55 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized -[005 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized -[006 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.3:7051 -[007 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 -[008 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.3:7051 -[009 07-02 06:03:07.79 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 -[00a 07-02 06:03:07.82 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled -[00b 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org1.example.com -[00c 07-02 06:03:07.86 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org1.example.com:7052 -[00d 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered -[00e 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered -[00f 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered -[010 07-02 06:03:07.89 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled -[011 07-02 06:03:07.92 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] -[012 07-02 06:03:07.95 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: -[013 07-02 06:03:07.95 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org1.example.com:7051 started -[014 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed -[015 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -[016 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed -[017 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -[018 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed -[019 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -[01a 07-02 06:03:07.96 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes -[01b 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 -[01c 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated -[01d 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -[01e 07-02 06:03:07.97 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] -[01f 07-02 06:03:07.98 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:07.983Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:09.983Z", "grpc.peer_address": "172.18.0.4:44850", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "116.2µs"} -[020 07-02 06:03:08.00 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:07.989Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:17.989Z", "grpc.peer_address": "172.18.0.4:44850", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.4901ms"} -[021 07-02 06:03:08.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:08.018Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:10.017Z", "grpc.peer_address": "172.18.0.4:44856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "282.6µs"} -[022 07-02 06:03:18.28 UTC] [%{longpkg}] %{callpath} -> INFO [][cbe66b76] Entry chaincode: name:"cscc" -[023 07-02 06:03:18.28 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block -[024 07-02 06:03:18.29 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage -[025 07-02 06:03:18.31 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 17ms (state_validation=1ms block_commit=9ms state_commit=4ms) -[026 07-02 06:03:18.31 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block -[027 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -[028 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about -[029 07-02 06:03:18.32 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -[02a 07-02 06:03:18.34 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 -[02b 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed -[02c 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC -[02d 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed -[02e 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC -[02f 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed -[030 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled -[031 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO [][cbe66b76] Exit chaincode: name:"cscc" (72ms) -[032 07-02 06:03:18.35 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:18.28Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47388", "grpc.code": "OK", "grpc.call_duration": "76.1139ms"} -[033 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO [][204ad7b1] Entry chaincode: name:"cscc" -[034 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO [][204ad7b1] Exit chaincode: name:"cscc" (1ms) -[035 07-02 06:03:19.43 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:19.431Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47396", "grpc.code": "OK", "grpc.call_duration": "2.9963ms"} -[036 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO [][33454904] Entry chaincode: name:"qscc" -[037 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO [][33454904] Exit chaincode: name:"qscc" (1ms) -[038 07-02 06:03:20.31 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:20.312Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47404", "grpc.code": "OK", "grpc.call_duration": "2.5714ms"} -[039 07-02 06:03:23.32 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051]] , current view: [[peer1.org1.example.com:7051]] -[03a 07-02 06:03:24.35 UTC] [%{longpkg}] %{callpath} -> INFO 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 : Becoming a leader -[03b 07-02 06:03:24.35 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel -[03c 07-02 06:03:24.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer -[03d 07-02 06:03:24.40 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -[03e 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -[03f 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -[040 07-02 06:03:24.41 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about -[041 07-02 06:03:24.45 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.452Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.452Z", "grpc.peer_address": "172.18.0.4:44904", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "177.3µs"} -[042 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.471Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.47Z", "grpc.peer_address": "172.18.0.4:44904", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "3.2664ms"} -[043 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 95ms -[044 07-02 06:03:24.47 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:08.022Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:44856", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "16.4521964s"} -[045 07-02 06:03:24.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 31ms (state_validation=3ms block_commit=18ms state_commit=5ms) -[046 07-02 06:03:24.51 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer -[047 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations -[048 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -[049 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -[04a 07-02 06:03:24.53 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -[04b 07-02 06:03:24.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.604Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.599Z", "grpc.peer_address": "172.18.0.4:44908", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1.7391ms"} -[04c 07-02 06:03:24.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 89ms -[04d 07-02 06:03:24.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.612Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.612Z", "grpc.peer_address": "172.18.0.4:44908", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "9.5828ms"} -[04e 07-02 06:03:24.65 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 41ms (state_validation=7ms block_commit=27ms state_commit=4ms) -[04f 07-02 06:03:24.82 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.825Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.822Z", "grpc.peer_address": "172.18.0.5:56934", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "177.8µs"} -[050 07-02 06:03:24.84 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.831Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.829Z", "grpc.peer_address": "172.18.0.5:56934", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "17.2948ms"} -[051 07-02 06:03:24.88 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.885Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.884Z", "grpc.peer_address": "172.18.0.6:53332", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "181.9µs"} -[052 07-02 06:03:24.91 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.892Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.89Z", "grpc.peer_address": "172.18.0.6:53332", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.7936ms"} -[053 07-02 06:03:24.92 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.925Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.925Z", "grpc.peer_address": "172.18.0.5:56940", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "399.2µs"} -[054 07-02 06:03:24.93 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.936Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.935Z", "grpc.peer_address": "172.18.0.6:53336", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "123.9µs"} -[055 07-02 06:03:24.93 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.931Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:34.931Z", "grpc.peer_address": "172.18.0.5:56940", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.5403ms"} -[056 07-02 06:03:24.97 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:24.976Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:26.976Z", "grpc.peer_address": "172.18.0.5:56944", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "126.6µs"} -[057 07-02 06:03:25.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:25.016Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:03:27.015Z", "grpc.peer_address": "172.18.0.6:53342", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "162.9µs"} -[058 07-02 06:03:25.03 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.945Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.6:53336", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "85.7102ms"} -[059 07-02 06:03:25.03 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:25.027Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:03:35.027Z", "grpc.peer_address": "172.18.0.6:53342", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "5.1685ms"} -[05a 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO [][5dced216] Entry chaincode: name:"lscc" -[05b 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer -[05c 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO [][5dced216] Exit chaincode: name:"lscc" (1ms) -[05d 07-02 06:03:27.78 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:27.784Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47454", "grpc.code": "OK", "grpc.call_duration": "3.2001ms"} -[05e 07-02 06:03:28.29 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] , current view: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ] [peer1.org1.example.com:7051]] -[05f 07-02 06:03:30.57 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][30a7958f] Entry chaincode: name:"lscc" -[060 07-02 06:03:30.59 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' -[061 07-02 06:04:19.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][30a7958f] Exit chaincode: name:"lscc" (49165ms) -[062 07-02 06:04:19.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:03:30.577Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47476", "grpc.code": "OK", "grpc.call_duration": "49.1685545s"} -[063 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer -[064 07-02 06:04:21.73 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 4ms -[065 07-02 06:04:21.75 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] -[066 07-02 06:04:21.77 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 41ms (state_validation=16ms block_commit=17ms state_commit=3ms) -[067 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0bf8975f] Entry chaincode: name:"exp02" -[068 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0bf8975f] Exit chaincode: name:"exp02" (4ms) -[069 07-02 06:04:56.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:56.599Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47556", "grpc.code": "OK", "grpc.call_duration": "7.0653ms"} -[06a 07-02 06:04:58.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer -[06b 07-02 06:04:58.59 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 1ms -[06c 07-02 06:04:58.61 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 26ms (state_validation=1ms block_commit=17ms state_commit=4ms) -[06d 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e6f95b27] Entry chaincode: name:"exp02" -[06e 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e6f95b27] Exit chaincode: name:"exp02" (3ms) -[06f 07-02 06:04:59.29 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:04:59.292Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47576", "grpc.code": "OK", "grpc.call_duration": "5.4187ms"} -[070 07-02 06:05:01.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer -[071 07-02 06:05:01.16 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 21ms -[072 07-02 06:05:01.19 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 26ms (state_validation=3ms block_commit=16ms state_commit=3ms) -[073 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][dde26863] Entry chaincode: name:"exp02" -[074 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][dde26863] Exit chaincode: name:"exp02" (2ms) -[075 07-02 06:05:01.46 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:01.458Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47582", "grpc.code": "OK", "grpc.call_duration": "4.2623ms"} -[076 07-02 06:05:02.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][33f2bf47] Entry chaincode: name:"lscc" -[077 07-02 06:05:02.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][33f2bf47] Exit chaincode: name:"lscc" (2ms) -[078 07-02 06:05:02.02 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.016Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47590", "grpc.code": "OK", "grpc.call_duration": "3.9199ms"} -[079 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ef5bdd1] Entry chaincode: name:"lscc" -[07a 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ef5bdd1] Exit chaincode: name:"lscc" (2ms) -[07b 07-02 06:05:02.18 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.184Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47594", "grpc.code": "OK", "grpc.call_duration": "4.3711ms"} -[07c 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][12c6725b] Entry chaincode: name:"lscc" -[07d 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][12c6725b] Exit chaincode: name:"lscc" (3ms) -[07e 07-02 06:05:02.36 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.363Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47598", "grpc.code": "OK", "grpc.call_duration": "5.25ms"} -[07f 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][44aaf7e3] Entry chaincode: name:"lscc" -[080 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][44aaf7e3] Exit chaincode: name:"lscc" (1ms) -[081 07-02 06:05:02.58 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.581Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47602", "grpc.code": "OK", "grpc.call_duration": "2.3636ms"} -[082 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][512a1d44] Entry chaincode: name:"lscc" -[083 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][512a1d44] Exit chaincode: name:"lscc" (2ms) -[084 07-02 06:05:02.84 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:02.843Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47606", "grpc.code": "OK", "grpc.call_duration": "4.2714ms"} -[085 07-02 06:05:03.43 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0dbb5703] Entry chaincode: name:"qscc" -[086 07-02 06:05:03.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][0dbb5703] Exit chaincode: name:"qscc" (2ms) -[087 07-02 06:05:03.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:03.437Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47610", "grpc.code": "OK", "grpc.call_duration": "5.9449ms"} -[088 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2a1202d] Entry chaincode: name:"qscc" -[089 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2a1202d] Exit chaincode: name:"qscc" (1ms) -[08a 07-02 06:05:03.71 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:03.711Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47614", "grpc.code": "OK", "grpc.call_duration": "3.7422ms"} -[08b 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e8dea976] Entry chaincode: name:"cscc" -[08c 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][e8dea976] Exit chaincode: name:"cscc" (1ms) -[08d 07-02 06:05:04.45 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.452Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47618", "grpc.code": "OK", "grpc.call_duration": "3.3441ms"} -[08e 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][d95f0f2d] Entry chaincode: name:"cscc" -[08f 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][d95f0f2d] Exit chaincode: name:"cscc" (0ms) -[090 07-02 06:05:04.67 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.675Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47622", "grpc.code": "OK", "grpc.call_duration": "2.3588ms"} -[091 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][9cb60321] Entry chaincode: name:"cscc" -[092 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][9cb60321] Exit chaincode: name:"cscc" (2ms) -[093 07-02 06:05:04.97 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:04.972Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47626", "grpc.code": "OK", "grpc.call_duration": "4.8751ms"} -[094 07-02 06:05:14.55 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer -[095 07-02 06:05:14.56 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[096 07-02 06:05:14.57 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set -[097 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations -[098 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] -[099 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself -[09a 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] -[09b 07-02 06:05:14.62 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about -[09c 07-02 06:05:14.64 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 88ms -[09d 07-02 06:05:14.65 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.659Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.658Z", "grpc.peer_address": "172.18.0.4:45148", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "162.7µs"} -[09e 07-02 06:05:14.67 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.665Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.665Z", "grpc.peer_address": "172.18.0.4:45148", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "4.5813ms"} -[09f 07-02 06:05:14.67 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 26ms (state_validation=0ms block_commit=17ms state_commit=4ms) -[0a0 07-02 06:05:14.68 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.689Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.689Z", "grpc.peer_address": "172.18.0.4:45150", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "308.5µs"} -[0a1 07-02 06:05:14.70 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:03:24.979Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:56944", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "1m49.8564035s"} -[0a2 07-02 06:05:14.70 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.703Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.703Z", "grpc.peer_address": "172.18.0.6:53562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "117.8µs"} -[0a3 07-02 06:05:14.72 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.723Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.723Z", "grpc.peer_address": "172.18.0.5:57172", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "117.9µs"} -[0a4 07-02 06:05:14.72 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.708Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.707Z", "grpc.peer_address": "172.18.0.6:53562", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.8871ms"} -[0a5 07-02 06:05:14.74 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.746Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.745Z", "grpc.peer_address": "172.18.0.6:53568", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "206.4µs"} -[0a6 07-02 06:05:14.75 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.732Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-02T06:05:24.732Z", "grpc.peer_address": "172.18.0.5:57172", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "20.0237ms"} -[0a7 07-02 06:05:14.77 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:14.774Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-02T06:05:16.774Z", "grpc.peer_address": "172.18.0.5:57178", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "176.7µs"} -[0a8 07-02 06:05:14.80 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-02T06:05:14.78Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:57178", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "EOF", "grpc.code": "Unknown", "grpc.call_duration": "21.3955ms"} -[0a9 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO [][f12b097d] Entry chaincode: name:"cscc" -[0aa 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO [][f12b097d] Exit chaincode: name:"cscc" (1ms) -[0ab 07-02 06:05:24.53 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:24.531Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47726", "grpc.code": "OK", "grpc.call_duration": "1.6095ms"} -[0ac 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO [][4374cbfb] Entry chaincode: name:"qscc" -[0ad 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO [][4374cbfb] Exit chaincode: name:"qscc" (2ms) -[0ae 07-02 06:05:25.39 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-02T06:05:25.394Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.8:47736", "grpc.code": "OK", "grpc.call_duration": "3.8239ms"} +[002 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger mgmt +[003 07-19 18:39:40.29 UTC] [%{longpkg}] %{callpath} -> INFO Initializing ledger provider +[004 07-19 18:39:40.36 UTC] [%{longpkg}] %{callpath} -> INFO ledger provider Initialized +[005 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO ledger mgmt initialized +[006 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 +[007 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 +[008 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Auto-detected peer address: 172.18.0.6:7051 +[009 07-19 18:39:40.38 UTC] [%{longpkg}] %{callpath} -> INFO Returning peer0.org1.example.com:7051 +[00a 07-19 18:39:40.40 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with TLS enabled +[00b 07-19 18:39:40.41 UTC] [%{longpkg}] %{callpath} -> INFO Entering computeChaincodeEndpoint with peerHostname: peer0.org1.example.com +[00c 07-19 18:39:40.41 UTC] [%{longpkg}] %{callpath} -> INFO Exit with ccEndpoint: peer0.org1.example.com:7052 +[00d 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc(github.com/hyperledger/fabric/core/scc/lscc) registered +[00e 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc(github.com/hyperledger/fabric/core/scc/cscc) registered +[00f 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc(github.com/hyperledger/fabric/core/scc/qscc) registered +[010 07-19 18:39:40.42 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle,true) disabled +[011 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Initialize gossip with endpoint peer0.org1.example.com:7051 and bootstrap set [127.0.0.1:7051] +[012 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Creating gossip service with self membership of Endpoint: peer0.org1.example.com:7051, InternalEndpoint: peer0.org1.example.com:7051, PKI-ID: 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106, Metadata: +[013 07-19 18:39:40.43 UTC] [%{longpkg}] %{callpath} -> INFO Gossip instance peer0.org1.example.com:7051 started +[014 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/(github.com/hyperledger/fabric/core/scc/lscc) deployed +[015 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +[016 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/(github.com/hyperledger/fabric/core/scc/cscc) deployed +[017 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +[018 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/(github.com/hyperledger/fabric/core/scc/qscc) deployed +[019 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +[01a 07-19 18:39:40.44 UTC] [%{longpkg}] %{callpath} -> INFO Deployed system chaincodes +[01b 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Created with config TLS: true, authCacheMaxSize: 1000, authCachePurgeRatio: 0.750000 +[01c 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Discovery service activated +[01d 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Starting peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +[01e 07-19 18:39:40.45 UTC] [%{longpkg}] %{callpath} -> INFO Started peer with ID=[name:"peer0.org1.example.com" ], network ID=[dev], address=[peer0.org1.example.com:7051] +[01f 07-19 18:39:42.11 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:42.114Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:44.113Z", "grpc.peer_address": "172.18.0.4:45712", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "462µs"} +[020 07-19 18:39:42.12 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:42.119Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:39:52.118Z", "grpc.peer_address": "172.18.0.4:45712", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "3.7879ms"} +[021 07-19 18:39:42.13 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:42.131Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:44.13Z", "grpc.peer_address": "172.18.0.4:45714", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "184.4µs"} +[022 07-19 18:39:46.78 UTC] [%{longpkg}] %{callpath} -> INFO [][24d0a69a] Entry chaincode: name:"cscc" +[023 07-19 18:39:46.78 UTC] [%{longpkg}] %{callpath} -> INFO Creating ledger [businesschannel] with genesis block +[024 07-19 18:39:46.81 UTC] [%{longpkg}] %{callpath} -> INFO Getting block information from block storage +[025 07-19 18:39:46.88 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [0] with 1 transaction(s) in 48ms (state_validation=0ms block_commit=33ms state_commit=6ms) +[026 07-19 18:39:46.89 UTC] [%{longpkg}] %{callpath} -> INFO Created ledger [businesschannel] with genesis block +[027 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +[028 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +[029 07-19 18:39:46.91 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org1MSP for channel businesschannel to learn about +[02a 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Updating metadata information, current ledger sequence is at = 0, next expected block is = 1 +[02b 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode lscc/businesschannel(github.com/hyperledger/fabric/core/scc/lscc) deployed +[02c 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Init CSCC +[02d 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode cscc/businesschannel(github.com/hyperledger/fabric/core/scc/cscc) deployed +[02e 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO Init QSCC +[02f 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode qscc/businesschannel(github.com/hyperledger/fabric/core/scc/qscc) deployed +[030 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO system chaincode (+lifecycle,github.com/hyperledger/fabric/core/chaincode/lifecycle) disabled +[031 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO [][24d0a69a] Exit chaincode: name:"cscc" (174ms) +[032 07-19 18:39:46.95 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:46.782Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45172", "grpc.code": "OK", "grpc.call_duration": "176.8932ms"} +[033 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO [][1437d841] Entry chaincode: name:"cscc" +[034 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO [][1437d841] Exit chaincode: name:"cscc" (1ms) +[035 07-19 18:39:48.01 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.012Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45184", "grpc.code": "OK", "grpc.call_duration": "2.547ms"} +[036 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO [][a5ea3e51] Entry chaincode: name:"qscc" +[037 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO [][a5ea3e51] Exit chaincode: name:"qscc" (1ms) +[038 07-19 18:39:48.75 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:48.75Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45192", "grpc.code": "OK", "grpc.call_duration": "2.5039ms"} +[039 07-19 18:39:51.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer1.org1.example.com:7051]] , current view: [[peer1.org1.example.com:7051]] +[03a 07-19 18:39:52.95 UTC] [%{longpkg}] %{callpath} -> INFO 3d21b0bc142d8ddae3c27797c0c2bf16b05e0414b227484fdbfabf9859231106 : Becoming a leader +[03b 07-19 18:39:52.95 UTC] [%{longpkg}] %{callpath} -> INFO Elected as a leader, starting delivery service for channel businesschannel +[03c 07-19 18:39:52.97 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [1] from buffer +[03d 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +[03e 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org2MSP for channel businesschannel to learn about +[03f 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +[040 07-19 18:39:52.99 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +[041 07-19 18:39:53.00 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [1] in 24ms +[042 07-19 18:39:53.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [1] with 1 transaction(s) in 14ms (state_validation=0ms block_commit=11ms state_commit=1ms) +[043 07-19 18:39:53.01 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [2] from buffer +[044 07-19 18:39:53.04 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.045Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.044Z", "grpc.peer_address": "172.18.0.4:45760", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1.069ms"} +[045 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 2 organizations +[047 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +[046 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:42.133Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:45714", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "10.9197096s"} +[048 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +[049 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +[04a 07-19 18:39:53.05 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.049Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.049Z", "grpc.peer_address": "172.18.0.4:45760", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "4.8374ms"} +[04b 07-19 18:39:53.06 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [2] in 47ms +[04c 07-19 18:39:53.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [2] with 1 transaction(s) in 22ms (state_validation=1ms block_commit=7ms state_commit=1ms) +[04d 07-19 18:39:53.14 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.144Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.142Z", "grpc.peer_address": "172.18.0.4:45766", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "202.7µs"} +[04e 07-19 18:39:53.17 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.15Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.15Z", "grpc.peer_address": "172.18.0.4:45766", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "21.4842ms"} +[04f 07-19 18:39:53.52 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.524Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.524Z", "grpc.peer_address": "172.18.0.7:56750", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "138.2µs"} +[050 07-19 18:39:53.52 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.526Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.524Z", "grpc.peer_address": "172.18.0.5:58754", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "96.2µs"} +[051 07-19 18:39:53.53 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.53Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.529Z", "grpc.peer_address": "172.18.0.5:58754", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "7.6296ms"} +[052 07-19 18:39:53.54 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.528Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.526Z", "grpc.peer_address": "172.18.0.7:56750", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "15.5471ms"} +[053 07-19 18:39:53.56 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.564Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.563Z", "grpc.peer_address": "172.18.0.7:56752", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "140.7µs"} +[054 07-19 18:39:53.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.606Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.606Z", "grpc.peer_address": "172.18.0.5:58762", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "244.7µs"} +[055 07-19 18:39:53.61 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.613Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.611Z", "grpc.peer_address": "172.18.0.7:56754", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "456.5µs"} +[056 07-19 18:39:53.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.566Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.7:56752", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "60.8394ms"} +[057 07-19 18:39:53.62 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.616Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.616Z", "grpc.peer_address": "172.18.0.7:56754", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "11.0284ms"} +[058 07-19 18:39:53.63 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.612Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:40:03.611Z", "grpc.peer_address": "172.18.0.5:58762", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "19.2106ms"} +[059 07-19 18:39:53.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:53.643Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:55.642Z", "grpc.peer_address": "172.18.0.5:58766", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "231.1µs"} +[05a 07-19 18:39:54.34 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.342Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:39:56.341Z", "grpc.peer_address": "172.18.0.4:45792", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "147.1µs"} +[05b 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO [][b059f827] Entry chaincode: name:"lscc" +[05c 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO Installed Chaincode [exp02] Version [1.0] to peer +[05d 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO [][b059f827] Exit chaincode: name:"lscc" (2ms) +[05e 07-19 18:39:54.66 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:54.661Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45238", "grpc.code": "OK", "grpc.call_duration": "2.7186ms"} +[05f 07-19 18:39:56.81 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][811f4638] Entry chaincode: name:"lscc" +[060 07-19 18:39:56.82 UTC] [%{longpkg}] %{callpath} -> INFO building chaincode with ldflagsOpt: '-ldflags "-linkmode external -extldflags '-static'"' +[061 07-19 18:39:56.91 UTC] [%{longpkg}] %{callpath} -> INFO Membership view has changed. peers went online: [[peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] , current view: [[peer1.org1.example.com:7051] [peer0.org2.example.com:7051 ] [peer1.org2.example.com:7051 ]] +[062 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][811f4638] Exit chaincode: name:"lscc" (26702ms) +[063 07-19 18:40:23.48 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:39:56.812Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45264", "grpc.code": "OK", "grpc.call_duration": "26.704756s"} +[064 07-19 18:40:25.49 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [3] from buffer +[065 07-19 18:40:25.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [3] in 2ms +[066 07-19 18:40:25.51 UTC] [%{longpkg}] %{callpath} -> INFO Channel [businesschannel]: Handling deploy or update of chaincode [exp02] +[067 07-19 18:40:25.53 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [3] with 1 transaction(s) in 22ms (state_validation=4ms block_commit=13ms state_commit=1ms) +[068 07-19 18:40:51.90 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2b9810d] Entry chaincode: name:"exp02" +[069 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][f2b9810d] Exit chaincode: name:"exp02" (5ms) +[06a 07-19 18:40:51.91 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:51.904Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45320", "grpc.code": "OK", "grpc.call_duration": "7.83ms"} +[06b 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [4] from buffer +[06c 07-19 18:40:53.92 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [4] in 2ms +[06d 07-19 18:40:53.95 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [4] with 1 transaction(s) in 24ms (state_validation=0ms block_commit=19ms state_commit=3ms) +[06e 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a3389cb8] Entry chaincode: name:"exp02" +[06f 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][a3389cb8] Exit chaincode: name:"exp02" (3ms) +[070 07-19 18:40:54.56 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:54.562Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45340", "grpc.code": "OK", "grpc.call_duration": "4.8997ms"} +[071 07-19 18:40:56.44 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [5] from buffer +[072 07-19 18:40:56.45 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [5] in 6ms +[073 07-19 18:40:56.48 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [5] with 1 transaction(s) in 19ms (state_validation=0ms block_commit=13ms state_commit=2ms) +[074 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ec449592] Entry chaincode: name:"exp02" +[075 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][ec449592] Exit chaincode: name:"exp02" (2ms) +[076 07-19 18:40:56.70 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:56.7Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45348", "grpc.code": "OK", "grpc.call_duration": "4.2305ms"} +[077 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][55990f67] Entry chaincode: name:"lscc" +[078 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][55990f67] Exit chaincode: name:"lscc" (1ms) +[079 07-19 18:40:57.09 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.097Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45352", "grpc.code": "OK", "grpc.call_duration": "2.3906ms"} +[07a 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][fa4bf194] Entry chaincode: name:"lscc" +[07b 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][fa4bf194] Exit chaincode: name:"lscc" (1ms) +[07c 07-19 18:40:57.26 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.266Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45356", "grpc.code": "OK", "grpc.call_duration": "2.0534ms"} +[07d 07-19 18:40:57.36 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][6ed1636f] Entry chaincode: name:"lscc" +[07e 07-19 18:40:57.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][6ed1636f] Exit chaincode: name:"lscc" (1ms) +[07f 07-19 18:40:57.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.369Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45360", "grpc.code": "OK", "grpc.call_duration": "2.4225ms"} +[080 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][5957b96a] Entry chaincode: name:"lscc" +[081 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][5957b96a] Exit chaincode: name:"lscc" (1ms) +[082 07-19 18:40:57.50 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.499Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45364", "grpc.code": "OK", "grpc.call_duration": "1.9017ms"} +[083 07-19 18:40:57.63 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][028acef2] Entry chaincode: name:"lscc" +[084 07-19 18:40:57.64 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][028acef2] Exit chaincode: name:"lscc" (2ms) +[085 07-19 18:40:57.64 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.638Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45368", "grpc.code": "OK", "grpc.call_duration": "2.9906ms"} +[086 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][78429784] Entry chaincode: name:"qscc" +[087 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][78429784] Exit chaincode: name:"qscc" (1ms) +[088 07-19 18:40:57.99 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:57.997Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45372", "grpc.code": "OK", "grpc.call_duration": "2.2152ms"} +[089 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ea0114b] Entry chaincode: name:"qscc" +[08a 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][4ea0114b] Exit chaincode: name:"qscc" (2ms) +[08b 07-19 18:40:58.14 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.14Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45376", "grpc.code": "OK", "grpc.call_duration": "3.6517ms"} +[08c 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][8cd2f97b] Entry chaincode: name:"cscc" +[08d 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][8cd2f97b] Exit chaincode: name:"cscc" (1ms) +[08e 07-19 18:40:58.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.603Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45380", "grpc.code": "OK", "grpc.call_duration": "2.8378ms"} +[08f 07-19 18:40:58.76 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][1cae73d1] Entry chaincode: name:"cscc" +[090 07-19 18:40:58.77 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][1cae73d1] Exit chaincode: name:"cscc" (1ms) +[091 07-19 18:40:58.77 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.768Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45384", "grpc.code": "OK", "grpc.call_duration": "2.7496ms"} +[092 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c6380413] Entry chaincode: name:"cscc" +[093 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel][c6380413] Exit chaincode: name:"cscc" (1ms) +[094 07-19 18:40:58.98 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:40:58.982Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45388", "grpc.code": "OK", "grpc.call_duration": "3.0342ms"} +[095 07-19 18:41:07.27 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Received block [6] from buffer +[096 07-19 18:41:07.28 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[097 07-19 18:41:07.28 UTC] [%{longpkg}] %{callpath} -> WARN De-duplicating identity [Org1MSP0270edfed53a78d7d3c66dc25737f57f956e48ef69dca5ecc91c26679dd4eff3] at index 2 in signature set +[098 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.334Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.333Z", "grpc.peer_address": "172.18.0.4:45976", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "223.8µs"} +[099 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Joining gossip network of channel businesschannel with 3 organizations +[09a 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org2MSP for channel businesschannel : [{peer0.org2.example.com 7051}] +[09b 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO No configured anchor peers of Org3MSP for channel businesschannel to learn about +[09c 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Learning about the configured anchor peers of Org1MSP for channel businesschannel : [{peer0.org1.example.com 7051}] +[09d 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO Anchor peer with same endpoint, skipping connecting to myself +[09e 07-19 18:41:07.33 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:54.347Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.4:45792", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "1m13.0957568s"} +[09f 07-19 18:41:07.34 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.336Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.336Z", "grpc.peer_address": "172.18.0.4:45976", "grpc.peer_subject": "CN=peer1.org1.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "4.1223ms"} +[0a0 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.37Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.37Z", "grpc.peer_address": "172.18.0.7:56958", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "118.1µs"} +[0a1 07-19 18:41:07.37 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Validated block [6] in 99ms +[0a2 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.374Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.373Z", "grpc.peer_address": "172.18.0.7:56958", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "10.4059ms"} +[0a3 07-19 18:41:07.38 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.388Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.388Z", "grpc.peer_address": "172.18.0.7:56960", "grpc.peer_subject": "CN=peer1.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "111.9µs"} +[0a4 07-19 18:41:07.39 UTC] [%{longpkg}] %{callpath} -> INFO [businesschannel] Committed block [6] with 1 transaction(s) in 18ms (state_validation=0ms block_commit=12ms state_commit=3ms) +[0a5 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.444Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.443Z", "grpc.peer_address": "172.18.0.5:58968", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "114.7µs"} +[0a6 07-19 18:41:07.44 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:39:53.644Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.peer_address": "172.18.0.5:58766", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "1m13.9086081s"} +[0a7 07-19 18:41:07.45 UTC] [%{longpkg}] %{callpath} -> INFO streaming call completed {"grpc.start_time": "2019-07-19T18:41:07.452Z", "grpc.service": "gossip.Gossip", "grpc.method": "GossipStream", "grpc.request_deadline": "2019-07-19T18:41:17.451Z", "grpc.peer_address": "172.18.0.5:58968", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "error": "rpc error: code = Canceled desc = context canceled", "grpc.code": "Canceled", "grpc.call_duration": "5.2583ms"} +[0a8 07-19 18:41:07.46 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:07.461Z", "grpc.service": "gossip.Gossip", "grpc.method": "Ping", "grpc.request_deadline": "2019-07-19T18:41:09.46Z", "grpc.peer_address": "172.18.0.5:58970", "grpc.peer_subject": "CN=peer0.org2.example.com,L=San Francisco,ST=California,C=US", "grpc.code": "OK", "grpc.call_duration": "106.5µs"} +[0a9 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO [][dbc154af] Entry chaincode: name:"cscc" +[0aa 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO [][dbc154af] Exit chaincode: name:"cscc" (1ms) +[0ab 07-19 18:41:15.60 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:15.607Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45482", "grpc.code": "OK", "grpc.call_duration": "1.9868ms"} +[0ac 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO [][e3f9d72f] Entry chaincode: name:"qscc" +[0ad 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO [][e3f9d72f] Exit chaincode: name:"qscc" (1ms) +[0ae 07-19 18:41:16.32 UTC] [%{longpkg}] %{callpath} -> INFO unary call completed {"grpc.start_time": "2019-07-19T18:41:16.321Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "172.18.0.3:45492", "grpc.code": "OK", "grpc.call_duration": "2.0538ms"}