|
what's the recommended number of kafkas and zookeepers?
#fabric-questions
#fabric
what's the recommened number of Kafkas and Zookeepers if I want to have around 5 organizations, with each organization to have 5-6 peer nodes?
what's the recommened number of Kafkas and Zookeepers if I want to have around 5 organizations, with each organization to have 5-6 peer nodes?
|
By
Simon Yau
· #4104
·
|
|
gossip error during the startup of 1 peer node
#fabric
#fabric-questions
Hi everyone, i am creating peer1/peer2/peer3, (anchor node is peer1), when i start the peer3, below error message, any idea? 2018-07-16 06:19:51.180 UTC [gossip/gossip] handleMessage -> WARN 1d0 Messa
Hi everyone, i am creating peer1/peer2/peer3, (anchor node is peer1), when i start the peer3, below error message, any idea? 2018-07-16 06:19:51.180 UTC [gossip/gossip] handleMessage -> WARN 1d0 Messa
|
By
Simon Yau
· #4105
·
|
|
gossip error during the startup of 1 peer node
#fabric
#fabric-questions
The important piece of information is what is logged in the log entry above - the reason for this warning. If the reason is that the certificate couldn't be found - then it's OK as long as it doesn't
The important piece of information is what is logged in the log entry above - the reason for this warning. If the reason is that the certificate couldn't be found - then it's OK as long as it doesn't
|
By
Yacov
· #4106
·
|
|
what's the recommended number of kafkas and zookeepers?
#fabric-questions
#fabric
From a performance standpoint, Kafka and Zookeeper (ZK) are not going to be the bottleneck. So how many ZK nodes and Kafka brokers you deploy will depend on your resiliency model / requirements. Zooke
From a performance standpoint, Kafka and Zookeeper (ZK) are not going to be the bottleneck. So how many ZK nodes and Kafka brokers you deploy will depend on your resiliency model / requirements. Zooke
|
By
...
· #4107
·
|
|
#fabric #fabric-questions
#fabric
#fabric-questions
Hello Simon, Kafka cluster has nothing to do with number of Orgs and Peers. It depends on your Ordering service and Failover requirement. For e.g. 1. will all Org and Peer use same ordering service an
Hello Simon, Kafka cluster has nothing to do with number of Orgs and Peers. It depends on your Ordering service and Failover requirement. For e.g. 1. will all Org and Peer use same ordering service an
|
By
Mohammad Ghasletwala
· #4108
·
|
|
gossip error during the startup of 1 peer node
#fabric
#fabric-questions
i have now peer1(anchor), peer2-5 (peer) i found now the peer2 does not have the error while peer3-5 do have error my environment: all dockers in the same server, exposing their port using different p
i have now peer1(anchor), peer2-5 (peer) i found now the peer2 does not have the error while peer3-5 do have error my environment: all dockers in the same server, exposing their port using different p
|
By
Simon Yau
· #4109
·
|
|
what's the recommended number of kafkas and zookeepers?
#fabric-questions
#fabric
Hi Gari, what if i would like to allow 2 nodes failure, so the number of ZK is 2*2+1 =5 while the number of K is 3(replication factor) +2 = 5?
Hi Gari, what if i would like to allow 2 nodes failure, so the number of ZK is 2*2+1 =5 while the number of K is 3(replication factor) +2 = 5?
|
By
Simon Yau
· #4110
·
|
|
Architecture Best Practice -->Multiple contracts in same network using multiple organizations for each contract
#fabric
#fabric-questions
Dear All, We are in the process of going live with Hyperledger for a trading organization with multiple contracts with multiple clients, while working with limited banks, shippers and insurers. The ar
Dear All, We are in the process of going live with Hyperledger for a trading organization with multiple contracts with multiple clients, while working with limited banks, shippers and insurers. The ar
|
By
...
· #4111
·
|
|
what's the recommended number of kafkas and zookeepers?
#fabric-questions
#fabric
Hey Simon - On the ZK side, that's correct ... it's a 2f+1 model so f=2 means you need 5 ZK nodes. Kafka is a little trickier in terms of availability and data loss. For data loss, Kafka supports N-1
Hey Simon - On the ZK side, that's correct ... it's a 2f+1 model so f=2 means you need 5 ZK nodes. Kafka is a little trickier in terms of availability and data loss. For data loss, Kafka supports N-1
|
By
...
· #4112
·
|
|
what's the recommended number of kafkas and zookeepers?
#fabric-questions
#fabric
Hey Simon - On the ZK side, that's correct ... it's a 2f+1 model so f=2 means you need 5 ZK nodes. Kafka is a little trickier in terms of availability and data loss. For data loss, Kafka supports N-1
Hey Simon - On the ZK side, that's correct ... it's a 2f+1 model so f=2 means you need 5 ZK nodes. Kafka is a little trickier in terms of availability and data loss. For data loss, Kafka supports N-1
|
By
...
· #4113
·
|
|
#fabric
#fabric
Integrating two fabric networks with different language for chaincode. Hey guys, I have a scenario which I need some light on: Let's say I have a fabric network with organisations and few different ch
Integrating two fabric networks with different language for chaincode. Hey guys, I have a scenario which I need some light on: Let's say I have a fabric network with organisations and few different ch
|
By
htyagi90
· #3916
·
Edited
|
|
How to confirm a transaction?
#fabric
Hi Joe, Good example where the application only needs to check available "capacity" before submitting the transaction. For your given scenario, any other mvcc transaction conflicts should be minimal i
Hi Joe, Good example where the application only needs to check available "capacity" before submitting the transaction. For your given scenario, any other mvcc transaction conflicts should be minimal i
|
By
Jim
· #3917
·
|
|
How to confirm a transaction?
#fabric
Joe, So what you are saying is that you want the database to have some kind of built in mechanism that does not require that the chaincode do a read->update->write cycle, but instead decrements the ke
Joe, So what you are saying is that you want the database to have some kind of built in mechanism that does not require that the chaincode do a read->update->write cycle, but instead decrements the ke
|
By
...
· #3928
·
|
|
How to confirm a transaction?
#fabric
"In this case, it would seem that the database must be able to handle that last calculation" This was my conclusion as well, and I can imagine it would create the potential for issues. For one thing,
"In this case, it would seem that the database must be able to handle that last calculation" This was my conclusion as well, and I can imagine it would create the potential for issues. For one thing,
|
By
...
· #3929
·
|
|
gossip error during the startup of 1 peer node
#fabric
#fabric-questions
the issue resolved, my mistake, I forgot to add the entries in the DNS...
the issue resolved, my mistake, I forgot to add the entries in the DNS...
|
By
Simon Yau
· #4114
·
|
|
The affiliations in the Fabric CA
#fabric
#fabric-questions
what's the usage for the affiliations in the Fabric CA ( and thus the cert info) do all the organization in the channel need to align with the same affiliations?
what's the usage for the affiliations in the Fabric CA ( and thus the cert info) do all the organization in the channel need to align with the same affiliations?
|
By
Simon Yau
· #4115
·
|
|
The zookeeper & Kafka TLS connection
#fabric
#fabric-questions
I am now testing on the v1.1 and the zookeeper version should be running 3.4.9 As check in the web, the zookeeper 3.4.9 does not support TLS, am I correct?
I am now testing on the v1.1 and the zookeeper version should be running 3.4.9 As check in the web, the zookeeper 3.4.9 does not support TLS, am I correct?
|
By
Simon Yau
· #4116
·
|
|
Endorsement policy for the channel operations
#fabric
#fabric-questions
The default mode of channel operations (e.g. adding a new organization into the channel) is having MAJORITY to sign it. Any way to simply allow 1 Admin Org to sign it without asking other organization
The default mode of channel operations (e.g. adding a new organization into the channel) is having MAJORITY to sign it. Any way to simply allow 1 Admin Org to sign it without asking other organization
|
By
Simon Yau
· #4117
·
|
|
chaincode lifecycle
#fabric
#fabric-questions
if organization 1 instantiate a chaincode (let say mycc, version v0) what if organization 2 install a different chaincode using the same name (mycc, v0), the peer will check and reject? Can the peer g
if organization 1 instantiate a chaincode (let say mycc, version v0) what if organization 2 install a different chaincode using the same name (mycc, v0), the peer will check and reject? Can the peer g
|
By
Simon Yau
· #4118
·
|
|
The zookeeper & Kafka TLS connection
#fabric
#fabric-questions
correct. - J
By
Jay Guo
· #4119
·
|