|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
As I understand it, each org is similar to a real-world business entity, and should have its own CA. Each org may or may not own an orderer node. If an org contributes both peer and orderer nodes,
As I understand it, each org is similar to a real-world business entity, and should have its own CA. Each org may or may not own an orderer node. If an org contributes both peer and orderer nodes,
|
By
Yueming Xu
·
#7251
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#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
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
|
By
Joe Alewine <joe.alewine@...>
·
#7250
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Thanks Joe,
So it is technically feasible but not recommended for decentralization purposes, right?
I could imagine a use case where we don't have such a large organization with different arms like
Thanks Joe,
So it is technically feasible but not recommended for decentralization purposes, right?
I could imagine a use case where we don't have such a large organization with different arms like
|
By
Harris Niavis
·
#7249
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Harris,
This is not a recommended configuration. Each entity (ie, Bank of America) should have an org that owns their peers and a separate org that owns their ordering nodes. Regulations or business
Harris,
This is not a recommended configuration. Each entity (ie, Bank of America) should have an org that owns their peers and a separate org that owns their ordering nodes. Regulations or business
|
By
Joe Alewine <joe.alewine@...>
·
#7248
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Hi Joe and Jean,
Looking at the example of Jean I am wondering if it is possible to use Org1 and Org2 as the organizations of the orderers.
So instead of creating new organizations for each orderer
Hi Joe and Jean,
Looking at the example of Jean I am wondering if it is possible to use Org1 and Org2 as the organizations of the orderers.
So instead of creating new organizations for each orderer
|
By
Harris Niavis
·
#7247
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Joe,
Thank you very much for your great explanation which was exactly the kind of insights I was looking for.
Unless I'm wrong (if so correct me please), the illustration I made in my previous post
Joe,
Thank you very much for your great explanation which was exactly the kind of insights I was looking for.
Unless I'm wrong (if so correct me please), the illustration I made in my previous post
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7246
·
|
|
Re: To install chaincode, do you use source code or packaged cds file?
Ah. Thanks for the explanation.
Ah. Thanks for the explanation.
|
By
Yueming Xu
·
#7245
·
|
|
Re: To install chaincode, do you use source code or packaged cds file?
There's not actually a flag ... you simply specify the full path to the package (e.g. ./mypackage.cds) as an argument (e.g. after all the flags).
peer chaincode install -n mycc -v 1.0 -p
There's not actually a flag ... you simply specify the full path to the package (e.g. ./mypackage.cds) as an argument (e.g. after all the flags).
peer chaincode install -n mycc -v 1.0 -p
|
By
Gari Singh <garis@...>
·
#7244
·
|
|
Re: To install chaincode, do you use source code or packaged cds file?
How do you do it, Gari? I checked 'peer chaincode install --help', and could not see a flag to specify a cds package. My version of the peer command is 1.4.4. Thanks.
How do you do it, Gari? I checked 'peer chaincode install --help', and could not see a flag to specify a cds package. My version of the peer command is 1.4.4. Thanks.
|
By
Yueming Xu
·
#7243
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Jean-Gael,
So Fabric organizations are similar to organizations as we think of them in the real world (Bank of America is an "organization"), but there are differences that affect the way you should
Jean-Gael,
So Fabric organizations are similar to organizations as we think of them in the real world (Bank of America is an "organization"), but there are differences that affect the way you should
|
By
Joe Alewine <joe.alewine@...>
·
#7242
·
|
|
Re: To install chaincode, do you use source code or packaged cds file?
You can actually specify the package as an argument to the command:
peer chaincode install [flags] pkg
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM
You can actually specify the package as an argument to the command:
peer chaincode install [flags] pkg
-----------------------------------------
Gari Singh
Distinguished Engineer, CTO - IBM
|
By
Gari Singh <garis@...>
·
#7241
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Thanks for you quick reply.
I read this documentation a while ago and indeed some elements are present there:
I have a couple of questions though about some sentences I found:I feel a bit confused
Thanks for you quick reply.
I read this documentation a while ago and indeed some elements are present there:
I have a couple of questions though about some sentences I found:I feel a bit confused
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7240
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
You need to drop the entire CouchDB data volume (or /data directory within the volume) to trigger the state database rebuild, not individual databases within the CouchDB instance.
Dave
You need to drop the entire CouchDB data volume (or /data directory within the volume) to trigger the state database rebuild, not individual databases within the CouchDB instance.
Dave
|
By
David Enyeart
·
#7239
·
|
|
Re: How to add new orderer?
#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
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
|
By
Yueming Xu
·
#7238
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
see this video where it is shown that dropping the db and restarting the peer does not rebuild the db:
https://youtu.be/h0NjZRH9RXE
Rebuilding Fabric State Database
youtu.be
see this video where it is shown that dropping the db and restarting the peer does not rebuild the db:
https://youtu.be/h0NjZRH9RXE
Rebuilding Fabric State Database
youtu.be
|
By
Siddharth Jain
·
#7237
·
|
|
Re: Hyperledger Fabric GitHub Migration
That's great news.--
This is my life,but world of us~~
That's great news.--
This is my life,but world of us~~
|
By
Michael Wang
·
#7236
·
|
|
Re: #fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Jean-Gael,
Check out https://hyperledger-fabric.readthedocs.io/en/release-1.4/orderer/ordering_service.html. It should have some of the answers to your questions.
Regards,
Joe Alewine
IBM
Jean-Gael,
Check out https://hyperledger-fabric.readthedocs.io/en/release-1.4/orderer/ordering_service.html. It should have some of the answers to your questions.
Regards,
Joe Alewine
IBM
|
By
Joe Alewine <joe.alewine@...>
·
#7235
·
|
|
Documentation Workgroup: Agenda for Friday, 22 November
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.
As is now usual,you can read the summary minutes for last week's call:
Hello All,
We hold our regulardocumentation workgroup call this week, both Eastern and Western hemispheres.
As is now usual,you can read the summary minutes for last week's call:
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#7234
·
|
|
#fabric #raft Orderers and organization, how to organize them?
#fabric
#raft
Hi all,
This topic is more a conceptual one around orderers and organizations as we are moving from solo mode to Raft.
In solo mode, as we had a single orderer, the organization matter was quite
Hi all,
This topic is more a conceptual one around orderers and organizations as we are moving from solo mode to Raft.
In solo mode, as we had a single orderer, the organization matter was quite
|
By
Jean-Gaël Dominé <jgdomine@...>
·
#7233
·
|
|
Re: Hyperledger Fabric GitHub Migration
Nice work! Thanks. Hopefully, this will make it easier for people to contribute - using the more familiar Github workflow.
Chris
Nice work! Thanks. Hopefully, this will make it easier for people to contribute - using the more familiar Github workflow.
Chris
|
By
Christopher Ferris
·
#7232
·
|