|
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
From: David Enyeart
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
From: David Enyeart
|
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
·
|
|
Hyperledger Fabric GitHub Migration
Hello Contributors,
The time has finally come. The Hyperledger Fabric maintainers are planning for a migration of the core Fabric repository to GitHub this Friday morning Eastern Standard Time.
We
Hello Contributors,
The time has finally come. The Hyperledger Fabric maintainers are planning for a migration of the core Fabric repository to GitHub this Friday morning Eastern Standard Time.
We
|
By
Brett T Logan <brett.t.logan@...>
·
#7231
·
|
|
Re: Error while migrating from kafka to RAFT
You need to sign and submit with the OrdererMSP admin identity to change consensus type parameters, not the application/peer org admins.
Thanks,
~Jason
You need to sign and submit with the OrdererMSP admin identity to change consensus type parameters, not the application/peer org admins.
Thanks,
~Jason
|
By
Jason Yellick <jyellick@...>
·
#7230
·
|
|
To install chaincode, do you use source code or packaged cds file?
When you use `peer chaincode install` to install chaincode from source code, it automatically package it as cds format and upload it to a peer node. But how would you install a cds file if you
When you use `peer chaincode install` to install chaincode from source code, it automatically package it as cds format and upload it to a peer node. But how would you install a cds file if you
|
By
Yueming Xu
·
#7229
·
|
|
Error while migrating from kafka to RAFT
Hello Team,
I am migrating from kafka to raft, When I have changed state from "NORMAL" to "STATE_MAINTENANCE" and created the final expected envelope as per the procedure.
Note: We are using BYFN
Hello Team,
I am migrating from kafka to raft, When I have changed state from "NORMAL" to "STATE_MAINTENANCE" and created the final expected envelope as per the procedure.
Note: We are using BYFN
|
By
Adhav Pavan
·
#7228
·
|