|
#hsm #raft Raft and HSM in the same network 7 messages
#hsm
#raft
I have created product feature some time back ( https://jira.hyperledger.org/browse/FAB-16102 ), currently it resides in Backlog. You can probably up vote it :) . Thanks.
I have created product feature some time back ( https://jira.hyperledger.org/browse/FAB-16102 ), currently it resides in Backlog. You can probably up vote it :) . Thanks.
|
By
vtech
·
|
|
#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
...
·
|
|
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
·
|
|
#raft #fabric 3 messages
#raft
#fabric
hi Balazs, could you attach full orderer log so we could diagnose? or pls observe orderer log to see how long it took to elect a leader, some thing similar to "Raft leader changed: 0 -> x" thx - J
hi Balazs, could you attach full orderer log so we could diagnose? or pls observe orderer log to see how long it took to elect a leader, some thing similar to "Raft leader changed: 0 -> x" thx - J
|
By
Jay Guo
·
|
|
Regarding Fabric Raft Ordering Service
#raft
#tsc-project-update
I'm able to create the channel. But while joining the channel, I'm getting the error given below: [2019-10-24 09:34:38.049] [DEBUG] Join-Channel - Join Channel R E S P O N S E : [ [ { "status": 500, "
I'm able to create the channel. But while joining the channel, I'm getting the error given below: [2019-10-24 09:34:38.049] [DEBUG] Join-Channel - Join Channel R E S P O N S E : [ [ { "status": 500, "
|
By
Akshay Soni
·
|
|
#fabric #raft Orderers and organization, how to organize them? 14 messages
#fabric
#raft
Yes, as I keep saying, your peers and ordering nodes should belong to different Fabric organizations. If there are subgroupings within a large entity like a bank, this separation should still happen b
Yes, as I keep saying, your peers and ordering nodes should belong to different Fabric organizations. If there are subgroupings within a large entity like a bank, this separation should still happen b
|
By
...
·
|
|
How to add new orderer? 3 messages
#fabric-ca
#raft
I got it working, as described in section "add new orderer node" of my project: https://github.com/yxuco/fabric-operation/blob/master/operations.md You need to update the system channel config with ne
I got it working, as described in section "add new orderer node" of my project: https://github.com/yxuco/fabric-operation/blob/master/operations.md You need to update the system channel config with ne
|
By
Yueming Xu
·
|
|
Peer Failed connecting to Orderer: Channel created but Peer is not connection to Orderer and unable to retrieve blocks from ordering service.
#fabric-sdk-node
#docker
#raft
#consensus
#cal-notice
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
We are not using CLI. We are creating channel using Node SDK and creating infrastructure using shell script. We are using Raft consensus with 5 orderer and Raft cluster is working fine. Orderers elect
|
By
Akshay Soni
·
|
|
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@...
·
|
|
Consensus Algorithm (Validation & Commit Phase) Questions 3 messages
#consensus
#raft
Hello. I've been researching details of how the validation phase of the default HyperLedger Fabric consensus algorithm works. We're using the RAFT Orderer. I've got a couple of questions: 1. We've fou
Hello. I've been researching details of how the validation phase of the default HyperLedger Fabric consensus algorithm works. We're using the RAFT Orderer. I've got a couple of questions: 1. We've fou
|
By
Robert Broeckelmann
·
|
|
Kafka To RAFT Migration 2 messages
#fabric
#kafka
#raft
Hi All, V1.4.3 - Fabric System channel created -- ordererchannel Application channel created -- legaldescriptionchannel While migration from Kafka to RAFT i am getting an error in step -2 Step - 1 -->
Hi All, V1.4.3 - Fabric System channel created -- ordererchannel Application channel created -- legaldescriptionchannel While migration from Kafka to RAFT i am getting an error in step -2 Step - 1 -->
|
By
...
·
|
|
Error while registering peer and client certs using LDAP server
#fabric-ca
#fabric-chaincode
#raft
I am trying to setup fabric network using external-ca and so I have to register and enroll certs for all the peers and clients and for registration of certificates LDAP server is being used. After gen
I am trying to setup fabric network using external-ca and so I have to register and enroll certs for all the peers and clients and for registration of certificates LDAP server is being used. After gen
|
By
trinayanbhatt1@...
·
|
|
Honey Badger BFT 3 messages
#consensus
#kafka
#raft
Interesting idea ... any reason you chose Honey Badger over Tendermint? Tendermint is written in Go and would be "easier" in the sense that you would not have to implement the actual protocol. I don't
Interesting idea ... any reason you chose Honey Badger over Tendermint? Tendermint is written in Go and would be "easier" in the sense that you would not have to implement the actual protocol. I don't
|
By
...
·
|
|
How to store PDF File in Hyperledger Fabric? 2 messages
#fabricca
#fabric-ca
#raft
#couchdb
#fabric
Hi All, If we want to process/upload file's like PDF(1millions of the pdf file) in Hyperledger Fabric, How can we store them there is a storage issue right Can anyone know how to process millions of p
Hi All, If we want to process/upload file's like PDF(1millions of the pdf file) in Hyperledger Fabric, How can we store them there is a storage issue right Can anyone know how to process millions of p
|
By
...
·
|
|
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@...
·
|
|
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@...
·
|
|
MVCC conflict when I benchmark Java chaincode (update function) only 1tx per second. 4 messages
#hyperledger-fabric
#fabric-chaincode
#consensus
#raft
Hi everyone, I have this wiered MVCC-conflict issue. It appears occasionally as I benchmark my Java chaincode. I tried everything I possibly could to prevent its occurance. Now, I am going to list the
Hi everyone, I have this wiered MVCC-conflict issue. It appears occasionally as I benchmark my Java chaincode. I tried everything I possibly could to prevent its occurance. Now, I am going to list the
|
By
Ali ِAlzubaidi
·
|
|
Removing majority of orderers from OrdererAddresses section in channel in Hyperledger Fabric 2 messages
#fabric-orderer
#hyperledger-fabric
#raft
Consider the following situation: I am running fabric-samples/first-network for the HLF in RAFT mode. I use the CLI container to fetch the latest block for mychannel and edit the OrdererAddresses sect
Consider the following situation: I am running fabric-samples/first-network for the HLF in RAFT mode. I use the CLI container to fetch the latest block for mychannel and edit the OrdererAddresses sect
|
By
chintanr97@...
·
|
|
How to verify RAFT health in HLF version 1.4.4 6 messages
#raft
Hi, I want to add/remove orderer node in the network. I went through the orderer reconfiguration article. My question is how can the RAFT health be verified. I need it for two purpose: 1. Before addin
Hi, I want to add/remove orderer node in the network. I went through the orderer reconfiguration article. My question is how can the RAFT health be verified. I need it for two purpose: 1. Before addin
|
By
shrugupt@...
·
|
|
Adding a new organisation to the system channel fails after FAB-17733 6 messages
#fabric-orderer
#raft
#fabric
Hey, we are using an architecture where there is a TLS root CA and each organisation has its own intermediate TLS CA which is an immediate child to the TLS root CA (realized with fabric-ca v1.4.7). We
Hey, we are using an architecture where there is a TLS root CA and each organisation has its own intermediate TLS CA which is an immediate child to the TLS root CA (realized with fabric-ca v1.4.7). We
|
By
@chbtt
·
|