|
the difference of kafka and sbft
H,
It is said that kafka can tolerate about one half nodes's failure with about 10000 tps and sbft can tolerate about one third nodes's failure with about 2000 tps.
From this comparison,
H,
It is said that kafka can tolerate about one half nodes's failure with about 10000 tps and sbft can tolerate about one third nodes's failure with about 2000 tps.
From this comparison,
|
By
qs meng <qsmeng@...>
·
#3706
·
|
|
Chaincode issue
Hi,
I tested a simple chain code of mine (in Go) which seems to work fine
in "chaincode-docker-devmode" and doing eveything as expected. Now I
want to test the same chaincode in "balance transfer"
Hi,
I tested a simple chain code of mine (in Go) which seems to work fine
in "chaincode-docker-devmode" and doing eveything as expected. Now I
want to test the same chaincode in "balance transfer"
|
By
PM <hyperledger@...>
·
#3705
·
|
|
Re: ChannelName - case matters
The reason why channel names must be lower case was to keep the mapping to backing storage simple.
The databases used by the peer do not differentiate tables based on case. Rather than mapping a
The reason why channel names must be lower case was to keep the mapping to backing storage simple.
The databases used by the peer do not differentiate tables based on case. Rather than mapping a
|
By
Jason Yellick <jyellick@...>
·
#3704
·
|
|
Re: ChannelName - case matters
Hi Jason,
What is the answer to the WHY of all lower case for channel-name?
Regards
Sjir Nijssen
-----Oorspronkelijk bericht-----
Verzonden: maandag 14 mei 2018 16:29
Aan: Nick Frunza
Hi Jason,
What is the answer to the WHY of all lower case for channel-name?
Regards
Sjir Nijssen
-----Oorspronkelijk bericht-----
Verzonden: maandag 14 mei 2018 16:29
Aan: Nick Frunza
|
By
Sjir Nijssen <sjir.nijssen@...>
·
#3703
·
|
|
Re: ChannelName - case matters
Yes, the channel name must be all lower case.
More precisely, it must be less than 250 characters long and match the regular expression: "[a-z][a-z0-9.-]*"
So, must begin with a lower case later,
Yes, the channel name must be all lower case.
More precisely, it must be less than 250 characters long and match the regular expression: "[a-z][a-z0-9.-]*"
So, must begin with a lower case later,
|
By
Jason Yellick <jyellick@...>
·
#3702
·
|
|
Re: defining peer for multiple orgs
if you only have 1 peer per org, you don'tneed a bootstrap config.
From: "Sunil Suseelan"<sunil.suseelan@...>
To: hyperledger-fabric@...
Date: 14/05/2018 03:58 PM
Subject:
if you only have 1 peer per org, you don'tneed a bootstrap config.
From: "Sunil Suseelan"<sunil.suseelan@...>
To: hyperledger-fabric@...
Date: 14/05/2018 03:58 PM
Subject:
|
By
Yacov
·
#3701
·
|
|
defining peer for multiple orgs
Hello All,
As I was referring to Hyperledger Build your First network sample I have some queries against the docker compose yaml file
Ø Why do all the peer’s of different Organization have
Hello All,
As I was referring to Hyperledger Build your First network sample I have some queries against the docker compose yaml file
Ø Why do all the peer’s of different Organization have
|
By
Sunil Suseelan <sunil.suseelan@...>
·
#3700
·
|
|
Failed loading private key, access denied
#fabric
When I just started to up first-network example by./byfn.sh up of fabric 1.1, I got this error on Macbook pro. What could be the issue and how to resolve this? I tried to change mod to 777, but no
When I just started to up first-network example by./byfn.sh up of fabric 1.1, I got this error on Macbook pro. What could be the issue and how to resolve this? I tried to change mod to 777, but no
|
By
Young Kim
·
#3699
·
|
|
Peer cant join channel
Hello Folks,
When am trying to connect my peer to a channel created using cli “peer channel join -b sunsuchannel.block”
I fails with below error, anyone can please suggest what am I missing
Hello Folks,
When am trying to connect my peer to a channel created using cli “peer channel join -b sunsuchannel.block”
I fails with below error, anyone can please suggest what am I missing
|
By
Sunil Suseelan <sunil.suseelan@...>
·
#3698
·
|
|
Chaincode events and transaction outcome API
Hello,
Our project currently connected with IoT, and we are concerned about network traffic in HPF.
In Fabric 0.6 there was an peer network requests to subscribe to chaincode events and transaction
Hello,
Our project currently connected with IoT, and we are concerned about network traffic in HPF.
In Fabric 0.6 there was an peer network requests to subscribe to chaincode events and transaction
|
By
Oleg Sesov <osesov@...>
·
#3697
·
|
|
Re: is an orderer node technically a peer node?
Well, isn't one of the biggest selling points of (D)LT to avoid the requirement of having third parties to establish trust? Of course, I understand that this is not black and white, and in this case
Well, isn't one of the biggest selling points of (D)LT to avoid the requirement of having third parties to establish trust? Of course, I understand that this is not black and white, and in this case
|
By
Luiz Omori
·
#3696
·
|
|
Re: is an orderer node technically a peer node?
We have thus far only shipped a crash-fault tolerant ordering service. BFT orderer is coming later this year, along with a
less operationally complex RAFT orderer based on etcd-raft.
The whole point
We have thus far only shipped a crash-fault tolerant ordering service. BFT orderer is coming later this year, along with a
less operationally complex RAFT orderer based on etcd-raft.
The whole point
|
By
Christopher Ferris
·
#3695
·
|
|
Re: is an orderer node technically a peer node?
Thanks Alexandre,
#3 is what I was kind of considering.
And regarding the malicious acts, I was wondering too about more subtle cases like let's say the member running the orderer is also an
Thanks Alexandre,
#3 is what I was kind of considering.
And regarding the malicious acts, I was wondering too about more subtle cases like let's say the member running the orderer is also an
|
By
Luiz Omori
·
#3694
·
|
|
Re: multiple channels versus multiple networks?
"is there some general rule of thumb that advises when it's
appropriate to create multiple channels within a single network, and
when it's appropriate to simply create entirely distinct
"is there some general rule of thumb that advises when it's
appropriate to create multiple channels within a single network, and
when it's appropriate to simply create entirely distinct
|
By
Christopher Ferris
·
#3693
·
|
|
multiple channels versus multiple networks?
is there some general rule of thumb that advises when it's
appropriate to create multiple channels within a single network, and
when it's appropriate to simply create entirely distinct
is there some general rule of thumb that advises when it's
appropriate to create multiple channels within a single network, and
when it's appropriate to simply create entirely distinct
|
By
rpjday@crashcourse.ca <rpjday@...>
·
#3692
·
|
|
Re: is an orderer node technically a peer node?
Luiz,
These are good questions for orderer ownership. The options you have are as follows:
1. One member of the network runs the orderer, that member must be trusted by everyone else.
2. A third party
Luiz,
These are good questions for orderer ownership. The options you have are as follows:
1. One member of the network runs the orderer, that member must be trusted by everyone else.
2. A third party
|
By
Alexandre Pauwels
·
#3691
·
|
|
Re: is an orderer node technically a peer node?
Hi,
I have been wondering about the Orderer nodes also, but from a deployment and ownership perspective. The documentation seems to indicate that there should be of course at least one instance, which
Hi,
I have been wondering about the Orderer nodes also, but from a deployment and ownership perspective. The documentation seems to indicate that there should be of course at least one instance, which
|
By
Luiz Omori
·
#3690
·
|
|
Re: is an orderer node technically a peer node?
I do agree Sjir, to be more explicit would be helpful.
Chris
I do agree Sjir, to be more explicit would be helpful.
Chris
|
By
Chris <alaskadd@...>
·
#3689
·
|
|
Re: is an orderer node technically a peer node?
Very clear answers. I will propose in the Doc WG to include these crystal clear statements in the Conceptual topics, where appropriate.
I would prefer instead of the first two sentences of item 2
Very clear answers. I will propose in the Doc WG to include these crystal clear statements in the Conceptual topics, where appropriate.
I would prefer instead of the first two sentences of item 2
|
By
Sjir Nijssen <sjir.nijssen@...>
·
#3688
·
|
|
Re: is an orderer node technically a peer node?
1) a network is comprised of the peer nodes, the orderer nodes and the optional MSP (fabric-ca or other substitute) nodes. So, yes. The peer nodes obviously comprise the bulk of nodes (there will be
1) a network is comprised of the peer nodes, the orderer nodes and the optional MSP (fabric-ca or other substitute) nodes. So, yes. The peer nodes obviously comprise the bulk of nodes (there will be
|
By
Christopher Ferris
·
#3687
·
|