Update v1.4.0

pull/135/head
Baohua Yang 2019-07-19 11:41:57 -07:00
parent dcd81eb0c0
commit 0db7c2e75c
26 changed files with 1031 additions and 1107 deletions

View File

@ -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"

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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/*

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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==",
"",
""
]

File diff suppressed because it is too large Load Diff

View File

@ -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"}

View File

@ -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"}