|
Re: : [Hyperledger Fabric] HLF thoughput
Satya,
In our experience, transaction throughput is significantly affected by payload size as well as ordering service settings. You might want to try to configure the ordering service with more
Satya,
In our experience, transaction throughput is significantly affected by payload size as well as ordering service settings. You might want to try to configure the ordering service with more
|
By
Mark Rakhmilevich
·
#11422
·
|
|
HLF thoughput
Hi,
We observed that for max 200 Txs only responses have been received at client
node in a 3 organization setup each having 2 endorsing peers and with 3 orderer
nodes over 1 channel. All responses
Hi,
We observed that for max 200 Txs only responses have been received at client
node in a 3 organization setup each having 2 endorsing peers and with 3 orderer
nodes over 1 channel. All responses
|
By
Satya
·
#11421
·
|
|
Re: TPS of Hyperledger Fabric
1000 TPS is a more typical number, but of course depends on your solution requirements and hardware.
The 20K TPS number came from a research report that prototyped some fundamental changes to
1000 TPS is a more typical number, but of course depends on your solution requirements and hardware.
The 20K TPS number came from a research report that prototyped some fundamental changes to
|
By
David Enyeart
·
#11420
·
|
|
TPS of Hyperledger Fabric
Hi,My Friend,
This is Peter from China, and a researcher of blockchain technology in the university. I checked the official website and other sources about the highest TPS of Hyperledger Fabric, and
Hi,My Friend,
This is Peter from China, and a researcher of blockchain technology in the university. I checked the official website and other sources about the highest TPS of Hyperledger Fabric, and
|
By
Peter <wpyylw@...>
·
#11419
·
|
|
Re: peer node unjoin fails when couchdb is present
Okay. The error seems to have changed, which is good news. First you had a timeout error, because the request tried to find an internet server with domain couchdb0, but received no answer. Now the
Okay. The error seems to have changed, which is good news. First you had a timeout error, because the request tried to find an internet server with domain couchdb0, but received no answer. Now the
|
By
Sam Venzi
·
#11418
·
|
|
Re: peer node unjoin fails when couchdb is present
Thanks Samuel. I made the change to the CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS environment variable, but unfortunately the connection is still failing.
Brett Tiller
Sr. Software
Thanks Samuel. I made the change to the CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS environment variable, but unfortunately the connection is still failing.
Brett Tiller
Sr. Software
|
By
Brett Tiller
·
#11417
·
|
|
Re: peer node unjoin fails when couchdb is present
Hello Brett,
If this script is being run outside a Docker container, the env variable must point to localhost. You’re currently setting it as couchdb0 which I imagine is the container name, which
Hello Brett,
If this script is being run outside a Docker container, the env variable must point to localhost. You’re currently setting it as couchdb0 which I imagine is the container name, which
|
By
Sam Venzi
·
#11416
·
|
|
peer node unjoin fails when couchdb is present
Using the fabric sample test-network I start the network and create a channel using the defaults i.e ‘network up createChannel’. I’ve written a script that sucessfully unjoins a peer from the
Using the fabric sample test-network I start the network and create a channel using the defaults i.e ‘network up createChannel’. I’ve written a script that sucessfully unjoins a peer from the
|
By
Brett Tiller
·
#11415
·
|
|
Now: Private Chaincode Lab - 08/16/2022
#cal-notice
Private Chaincode Lab
When:
08/16/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
08/16/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11414
·
|
|
Re: Hybrid discovery service
#network
#hyperledger-fabric
You should NOT use a mix of LevelDB and CouchDB based peers on the same channel. Things may work at first, but if you later endorse data on a LevelDB peer that is not compatible with CouchDB, the
You should NOT use a mix of LevelDB and CouchDB based peers on the same channel. Things may work at first, but if you later endorse data on a LevelDB peer that is not compatible with CouchDB, the
|
By
David Enyeart
·
#11413
·
|
|
Re: Data structure
#chaincode
Hello;
Upfront I’ll say that I’m not familiar with the details or subtlies of 835/837 data (being from the UK); but understand they are healthcare records that would need a certain quality of
Hello;
Upfront I’ll say that I’m not familiar with the details or subtlies of 835/837 data (being from the UK); but understand they are healthcare records that would need a certain quality of
|
By
Matthew White
·
#11412
·
|
|
Re: Hybrid discovery service
#network
#hyperledger-fabric
I am not sure anyone tested mixed database types, have you tested it? Does it work?
I'm not sure what happens to a LevelDB backed peer when it receives directions to build indices which only exist in
I am not sure anyone tested mixed database types, have you tested it? Does it work?
I'm not sure what happens to a LevelDB backed peer when it receives directions to build indices which only exist in
|
By
Yacov
·
#11410
·
|
|
Hybrid discovery service
#network
#hyperledger-fabric
Hi, community,
I couldn't find any data regarding this, but is there a way or is it in the roadmap to have a hybrid discovery service?
What I mean by hybrid is; having multiple peers on the same
Hi, community,
I couldn't find any data regarding this, but is there a way or is it in the roadmap to have a hybrid discovery service?
What I mean by hybrid is; having multiple peers on the same
|
By
Joao Antunes
·
#11409
·
|
|
Now: Private Chaincode Lab - 08/09/2022
#cal-notice
Private Chaincode Lab
When:
08/09/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
08/09/2022
8:00am to 9:00am
(UTC-07:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
Group Notification <noreply@...>
·
#11408
·
|
|
Re: Error Removing Orgs from Fabric Network
Thanks Chandramohan, I’ve got the example working by setting the policies in configtx.yaml from MAJORITY to ANY. I have the following questions.
The peer channel commands to fetch and update the
Thanks Chandramohan, I’ve got the example working by setting the policies in configtx.yaml from MAJORITY to ANY. I have the following questions.
The peer channel commands to fetch and update the
|
By
Brett Tiller
·
#11407
·
|
|
Re: Error Removing Orgs from Fabric Network
Hey Brett,
This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html
I can only guess based
Hey Brett,
This tutorial on channel policies may provide some helpful background: https://hyperledger-fabric.readthedocs.io/en/release-2.2/create_channel/channel_policies.html
I can only guess based
|
By
Nikhil Gupta
·
#11406
·
|
|
Event: Documentation Workgroup monthly call - 08/05/2022
#cal-reminder
Reminder: Documentation Workgroup monthly call
When:
08/05/2022
11:00am to 12:00pm
(UTC-04:00) America/New
Reminder: Documentation Workgroup monthly call
When:
08/05/2022
11:00am to 12:00pm
(UTC-04:00) America/New
|
By
Group Notification <noreply@...>
·
#11405
·
|
|
Re: Retrieval of lost wallet user identities details
#fabric-ca-client
https://stackoverflow.com/a/73236438/3680198
The user private keys contained in the wallet are, well... private. They don't exist anywhere else so unless you can recover the deleted MongoDB data, they
https://stackoverflow.com/a/73236438/3680198
The user private keys contained in the wallet are, well... private. They don't exist anywhere else so unless you can recover the deleted MongoDB data, they
|
By
Mark Lewis
·
#11404
·
|
|
Retrieval of lost wallet user identities details
#fabric-ca-client
Hi team,I used MongoDB to store wallet identity. But due to some reason I lost(deleted) the wallet identity data of the client(users).Now I want to retrieve that data. I used the below component to
Hi team,I used MongoDB to store wallet identity. But due to some reason I lost(deleted) the wallet identity data of the client(users).Now I want to retrieve that data. I used the below component to
|
By
piyusha.patel@...
·
#11403
·
|
|
Re: Error Removing Orgs from Fabric Network
Hi Brett,
I am the author of above article. In article I am using a ANY policy, that's why I only require single organization signature. If you are trying it on test-network then you will have take
Hi Brett,
I am the author of above article. In article I am using a ANY policy, that's why I only require single organization signature. If you are trying it on test-network then you will have take
|
By
Chandramohan Jagtap
·
#11402
·
|