|
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@...
· #11070
·
|
|
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@...
· #9542
·
|
|
How to verify RAFT health in HLF version 1.4.4
#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
...
· #8596
·
|
|
How to verify RAFT health in HLF version 1.4.4
#raft
Thanks Jason for the response. This information is useful. Is there any way to identify application channel(s) that OSN is part of? In Fabric NodeJsSDK, there is "queryChannels" API but it work only f
Thanks Jason for the response. This information is useful. Is there any way to identify application channel(s) that OSN is part of? In Fabric NodeJsSDK, there is "queryChannels" API but it work only f
|
By
shrugupt@...
· #8594
·
|
|
How to verify RAFT health in HLF version 1.4.4
#raft
For v1.4.x, there is no metric to check the set of active nodes. Usually, it's adequate to simply ensure that all OSNs are alive and have been online for a reasonable period of time to ensure that the
For v1.4.x, there is no metric to check the set of active nodes. Usually, it's adequate to simply ensure that all OSNs are alive and have been online for a reasonable period of time to ensure that the
|
By
...
· #8563
·
|
|
How to verify RAFT health in HLF version 1.4.4
#raft
Wouldn't the doc https://hyperledger-fabric.readthedocs.io/en/release-2.0/operations_service.html help? Regards, Senthil
Wouldn't the doc https://hyperledger-fabric.readthedocs.io/en/release-2.0/operations_service.html help? Regards, Senthil
|
By
Senthil Nathan
· #8551
·
|
|
How to verify RAFT health in HLF version 1.4.4
#raft
Hi, Would really appreciate if anybody has any thought/suggestion regarding my query. Thanks, Shruti
Hi, Would really appreciate if anybody has any thought/suggestion regarding my query. Thanks, Shruti
|
By
shrugupt@...
· #8548
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#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
· #8529
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
We are indeed doing this on the server side (see attached certificates). If you ever wonder how it can work at all, I have put together a small example environment of what this would look like. Thank
We are indeed doing this on the server side (see attached certificates). If you ever wonder how it can work at all, I have put together a small example environment of what this would look like. Thank
|
By
@chbtt
· #8528
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
I don't see why you don't want to specify the intermediate certificate, but - your workaround looks fine to me assuming it works. To do what you want (just specify the root cert and not the intermedia
I don't see why you don't want to specify the intermediate certificate, but - your workaround looks fine to me assuming it works. To do what you want (just specify the root cert and not the intermedia
|
By
Yacov
· #8527
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
Hey Yacov, thanks for your quick reply. As suggested, I have opened a new JIRA (https://jira.hyperledger.org/browse/FAB-17998). Regarding (3.), we have already added the intermediate certificates to t
Hey Yacov, thanks for your quick reply. As suggested, I have opened a new JIRA (https://jira.hyperledger.org/browse/FAB-17998). Regarding (3.), we have already added the intermediate certificates to t
|
By
@chbtt
· #8526
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#fabric-orderer
#raft
#fabric
Hi. Yes, with FAB-17733 implemented you need to do it in 2 stages- first expand the organizations and then add the new consenter. I guess it's possible to address your problem by speculatively looking
Hi. Yes, with FAB-17733 implemented you need to do it in 2 stages- first expand the organizations and then add the new consenter. I guess it's possible to address your problem by speculatively looking
|
By
Yacov
· #8525
·
|
|
Adding a new organisation to the system channel fails after FAB-17733
#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
· #8522
·
|
|
How to verify RAFT health in HLF version 1.4.4
#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@...
· #8483
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#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@...
· #8363
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
The desired solution for this is to allow peers to join channels starting from the latest config block rather than requiring starting from the genesis block. The checkpoint/archive feature will also h
The desired solution for this is to allow peers to join channels starting from the latest config block rather than requiring starting from the genesis block. The checkpoint/archive feature will also h
|
By
...
· #8343
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
I replied in the JIRA, I agree with your analysis that adding these parameters to configure the peer's channel joining might be useful. From: chintanr97@... To: fabric@... Date
I replied in the JIRA, I agree with your analysis that adding these parameters to configure the peer's channel joining might be useful. From: chintanr97@... To: fabric@... Date
|
By
Yacov
· #8342
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
@Yacov, I would like to highlight that why aren't we making using of peer CLI command for this? I mean to say that in "peer channel join" command we have an option of specifying the orderer endpoint,
@Yacov, I would like to highlight that why aren't we making using of peer CLI command for this? I mean to say that in "peer channel join" command we have an option of specifying the orderer endpoint,
|
By
chintanr97@...
· #8340
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
Read this JIRA https://jira.hyperledger.org/browse/FAB-5288 From: chintanr97@... To: fabric@... Date: 05/18/2020 09:37 AM Subject: [EXTERNAL] [Hyperledger Fabric] Adding a peer
Read this JIRA https://jira.hyperledger.org/browse/FAB-5288 From: chintanr97@... To: fabric@... Date: 05/18/2020 09:37 AM Subject: [EXTERNAL] [Hyperledger Fabric] Adding a peer
|
By
Yacov
· #8337
·
|
|
Adding a peer node when no genesis block orderer exist in the channel
#fabric-orderer
#raft
#hyperledger-fabric
The peer fails to join the channel in the following scenario: A channel was created by the Orderer Organization (running 3 orderers in RAFT mode). A peer organization was added (let's say with 3 peers
The peer fails to join the channel in the following scenario: A channel was created by the Orderer Organization (running 3 orderers in RAFT mode). A peer organization was added (let's say with 3 peers
|
By
chintanr97@...
· #8335
·
|