|
Orderer going into panic "panic: Failed to retrieve block" , after respawning and reconnecting with the other orderers 2 messages
#raft
#tls
#fabric-orderer
#kubernetes
Hi, Based on the error messages, I suspect that the file ledger directory(FileLedger.Location = "/var/hyperledger/production/orderer") is corrupted or not initialized completely. Please check whether
Hi, Based on the error messages, I suspect that the file ledger directory(FileLedger.Location = "/var/hyperledger/production/orderer") is corrupted or not initialized completely. Please check whether
|
By
Param
·
|
|
Adding new org to the existing channel facing issue
#raft
#configtxgen
#hyperledger-fabric
Hi All, Using BAF, I had a hyperledger fabric network v2.2.0 which has 11 orgs, 5 orderers and 5 channels. Org1 is a part of all the channels. Other than that each channel has 2 individual orgs. So to
Hi All, Using BAF, I had a hyperledger fabric network v2.2.0 which has 11 orgs, 5 orderers and 5 channels. Org1 is a part of all the channels. Other than that each channel has 2 individual orgs. So to
|
By
manju.venkatachalam@...
·
|
|
Error in raft consensus for hyperledger fabric network after TLS certificate rotation
#fabric-ca
#fabric-orderer
#hyperledger-fabric
#raft
#tls
After the expiration of tls and admin certs of the peer and orderers in the network, I'm trying to rotate the tls certificates of the orderer by making config updates in all the channels of which the
After the expiration of tls and admin certs of the peer and orderers in the network, I'm trying to rotate the tls certificates of the orderer by making config updates in all the channels of which the
|
By
trinayanbhatt1@...
·
|
|
How to verify RAFT health in HLF version 1.4.4 6 messages
#raft
Not in Fabric v1.4.x. There is a recently approved RFC for an Orderer Channel Participation API. https://github.com/hyperledger/fabric-rfcs/pull/24 This new API will enable easier and more direct mana
Not in Fabric v1.4.x. There is a recently approved RFC for an Orderer Channel Participation API. https://github.com/hyperledger/fabric-rfcs/pull/24 This new API will enable easier and more direct mana
|
By
...
·
|
|
Adding a new organisation to the system channel fails after FAB-17733 6 messages
#fabric-orderer
#raft
#fabric
oh I see now why it works, because tls.X509KeyPair https://github.com/hyperledger/fabric/blob/master/internal/pkg/comm/server.go#L74 iterates over the PEM and just put multiple certificates into the t
oh I see now why it works, because tls.X509KeyPair https://github.com/hyperledger/fabric/blob/master/internal/pkg/comm/server.go#L74 iterates over the PEM and just put multiple certificates into the t
|
By
Yacov
·
|
|
Adding a peer node when no genesis block orderer exist in the channel 6 messages
#fabric-orderer
#raft
#hyperledger-fabric
One quick question. What would happen in the scenario where peer is able to fetch the blocks of the channel from the genesis block orderers? I mean to say, how would the peer identify the Orderer Orga
One quick question. What would happen in the scenario where peer is able to fetch the blocks of the channel from the genesis block orderers? I mean to say, how would the peer identify the Orderer Orga
|
By
chintanr97@...
·
|
|
Verify if the newly added orderer node has synced the blocks in Hyperledger Fabric
#hyperledger-fabric
#raft
#fabric-orderer
I am adding a new orderer node by following the steps mentioned here: Reconfiguring the RAFT cluster. In the 5th step we can see that following is mentioned: Now, I went through a few options to perfo
I am adding a new orderer node by following the steps mentioned here: Reconfiguring the RAFT cluster. In the 5th step we can see that following is mentioned: Now, I went through a few options to perfo
|
By
chintanr97@...
·
|
|
Removing majority of orderers from OrdererAddresses section in channel in Hyperledger Fabric 2 messages
#fabric-orderer
#hyperledger-fabric
#raft
Raft orderers only use the endpoints in that section for replication, but when exchanging consensus messages they use the host and port in the consenters section (the one with the TLS certificates). F
Raft orderers only use the endpoints in that section for replication, but when exchanging consensus messages they use the host and port in the consenters section (the one with the TLS certificates). F
|
By
Yacov
·
|
|
MVCC conflict when I benchmark Java chaincode (update function) only 1tx per second. 4 messages
#hyperledger-fabric
#fabric-chaincode
#consensus
#raft
If you send a steady flow of updates for the same key, you will always have some transactions in flight (endorsement or ordering phase) while earlier transactions are committing on peers. Since the la
If you send a steady flow of updates for the same key, you will always have some transactions in flight (endorsement or ordering phase) while earlier transactions are committing on peers. Since the la
|
By
David Enyeart
·
|
|
Port is mandatory in Configtx.yaml
#raft
#configtxgen
I am trying to deploy HLF 1.4.3 on AWS EKS. I wanted to write domain name in configtx.yaml As domain name dont have port but Port is mandatory while generation of genesisi block. Any workaround?
I am trying to deploy HLF 1.4.3 on AWS EKS. I wanted to write domain name in configtx.yaml As domain name dont have port but Port is mandatory while generation of genesisi block. Any workaround?
|
By
Anup
·
|
|
Raft orderers not able to elect a leader 3 messages
#raft
#consensus
Hi, Please find the following logs attached: 2-orderer-logs-leader-stopped: logs of the two online orderers working-orderer-logs: partial logs of all the orderers Note: I have two hosts and one of the
Hi, Please find the following logs attached: 2-orderer-logs-leader-stopped: logs of the two online orderers working-orderer-logs: partial logs of all the orderers Note: I have two hosts and one of the
|
By
Shantharam, Manu
·
|
|
I got "Handshake failed with fatal error" but transaction was made
#raft
#tls
#fabric
#fabric-chaincode
#fabric-orderer
Hi members, I built my HLF network based on v2.0 test-network and have 3 instances in GCP. - Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0 - Instance 2 : peer0.hq, peer1.meters, orderer1
Hi members, I built my HLF network based on v2.0 test-network and have 3 instances in GCP. - Instance 1 : cli, peer0.meters, peer1.hq, ca.org1, orderer0 - Instance 2 : peer0.hq, peer1.meters, orderer1
|
By
ever4cys@...
·
|
|
RAFT based orderer crash 2 messages
#fabric-orderer
#raft
#fabric
Hi, We had the same issue in our network. To solve it, we found a way to persist the following folder in each orderer: /var/hyperledger/production/orderer/etcdraft Without it restored after a restart,
Hi, We had the same issue in our network. To solve it, we found a way to persist the following folder in each orderer: /var/hyperledger/production/orderer/etcdraft Without it restored after a restart,
|
By
...
·
|
|
Signature Byte Isn't Valid Warning On Gossip After Addition of a New Org 4 messages
#hyperledger-fabric
#configtxgen
#raft
this is not a "bug", this is a natural product of messages being gossiped out of order which is how gossip works. This is a warning, not an error... if you see it repeatedly only then you should be wo
this is not a "bug", this is a natural product of messages being gossiped out of order which is how gossip works. This is a warning, not an error... if you see it repeatedly only then you should be wo
|
By
Yacov
·
|
|
Fabric client not able to communicate with the fabric
#hyperledger-fabric
#network
#tls
#raft
Hi, We are testing HLF 1.4.3 in raft configuration with 2 raft orderer nodes and 2 peer nodes. Here's some info: - TLS enabled (peer and orderers) - was able install, instantiate and query the chainco
Hi, We are testing HLF 1.4.3 in raft configuration with 2 raft orderer nodes and 2 peer nodes. Here's some info: - TLS enabled (peer and orderers) - was able install, instantiate and query the chainco
|
By
Shantharam, Manu
·
|
|
Privacy vs Decentralisation
#hyperledger-fabric
#raft
#fabric-questions
#fabric-orderer
I have a question. Can orderers read all the transactions passing through them even from the channels of which their organization is not a part of If yes, then is there any solution to implement compl
I have a question. Can orderers read all the transactions passing through them even from the channels of which their organization is not a part of If yes, then is there any solution to implement compl
|
By
yashukla47@...
·
|
|
How to store PDF File in Hyperledger Fabric? 2 messages
#fabricca
#fabric-ca
#raft
#couchdb
#fabric
Hi suresh, Best thing would be store them into an external secured storage system like into a Private IPFS or azure. In case of IPFS the hash is generated which can be stored in fabric to access the p
Hi suresh, Best thing would be store them into an external secured storage system like into a Private IPFS or azure. In case of IPFS the hash is generated which can be stored in fabric to access the p
|
By
...
·
|
|
#raft #fabric-ca #fabric-orderer
#raft
#fabric-ca
#fabric-orderer
Hello everyone! Recently, I encountered a problem in setting up a Fabric environment in a virtual machine. I followed the steps on https://hyperledger-fabric-ca.readthedocs.io/en/latest/operations_gui
Hello everyone! Recently, I encountered a problem in setting up a Fabric environment in a virtual machine. I followed the steps on https://hyperledger-fabric-ca.readthedocs.io/en/latest/operations_gui
|
By
...
·
|
|
#hsm #raft Raft and HSM in the same network 7 messages
#hsm
#raft
Done :) Though I don't expect it to be solved anytime soon :( Thanks anyway, glad to see I'm not the only one in need of this
Done :) Though I don't expect it to be solved anytime soon :( Thanks anyway, glad to see I'm not the only one in need of this
|
By
...
·
|
|
Fail to start orderer
#raft
We have 5 orderers. We stop one of them and start it again. We get the following error. Any idea? 2019-12-05 09:27:01.096 UTC [orderer.consensus.etcdraft] becomeFollower -> INFO 057 1 became follower
We have 5 orderers. We stop one of them and start it again. We get the following error. Any idea? 2019-12-05 09:27:01.096 UTC [orderer.consensus.etcdraft] becomeFollower -> INFO 057 1 became follower
|
By
pwong00710@...
·
|