Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am holzeis on github.
  • I am holzeis (https://keybase.io/holzeis) on keybase.
  • I have a public key ASCXsX4KhxaEyLXLD7B0-x6tk3LnPWNf8zrPV1MLjN23Qwo

To claim this, I am signing this object:

@holzeis
holzeis / gist:b4682bf4ed23869cb192bfe5ba3a0187
Created March 12, 2019 13:28
failed to invoke chaincode name:"lscc"
2019-03-12 07:49:32.200 UTC [endorser] callChaincode -> INFO 1a5 [][6421ddf4] Entry chaincode: name:"lscc"
2019-03-12 07:49:32.413 UTC [endorser] callChaincode -> INFO 1a6 [][6421ddf4] Exit chaincode: name:"lscc" (213ms)
2019-03-12 07:49:32.413 UTC [comm.grpc.server] 1 -> INFO 1a7 unary call completed {"grpc.start_time": "2019-03-12T07:49:32.199Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "10.1.3.203:49458", "grpc.code": "OK", "grpc.call_duration": "214.1307ms"}
2019-03-12 07:49:32.426 UTC [endorser] callChaincode -> INFO 1a8 [default][87f43152] Entry chaincode: name:"lscc"
2019-03-12 07:49:32.495 UTC [endorser] callChaincode -> INFO 1a9 [default][87f43152] Exit chaincode: name:"lscc" (69ms)
2019-03-12 07:49:32.496 UTC [comm.grpc.server] 1 -> INFO 1aa unary call completed {"grpc.start_time": "2019-03-12T07:49:32.425Z", "grpc.service": "protos.Endorser", "grpc.method": "ProcessProposal", "grpc.peer_address": "10.1.3.203:49458", "grpc.code": "OK", "grpc.call_
@holzeis
holzeis / configtx.yaml
Created November 13, 2018 08:41
orderer configuartion in configtx.yaml
Orderer: &OrdererDefaults
OrdererType: kafka
Addresses:
- orderer.example:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
AbsoluteMaxBytes: 99 MB
PreferredMaxBytes: 512 KB
@holzeis
holzeis / gist:5dd8af48c083927f9951f3b66e93c692
Last active March 12, 2019 13:25
fabric orderer panics after successfully creating consumer and producer (running in orderer type kafka)
2018-11-11 22:33:27.222 UTC [orderer/consensus/kafka] startThread -> INFO 0c6 [channel: testchainid] Parent consumer set up successfully
2018-11-11 22:33:27.222 UTC [orderer/consensus/kafka] setupChannelConsumerForChannel -> INFO 0c7 [channel: testchainid] Setting up the channel consumer for this channel (start offset: -2)...
2018-11-11 22:33:27.222 UTC [orderer/consensus/kafka] try -> DEBU 0c8 [channel: testchainid] Connecting to the Kafka cluster
2018-11-11 22:33:27.222 UTC [orderer/consensus/kafka/sarama] Open -> DEBU 0c9 ClientID is the default of 'sarama', you should consider setting it to something application-specific.
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x47 pc=0x7f1862def259]
runtime stack:
runtime.throw(0xe183a7, 0x2a)
/opt/go/src/runtime/panic.go:616 +0x81