|
Re: Does Raft orderer work across multiple Kubernetes clusters?
@Alexandre Pauwels: could you please point me to some references about where to get started to make RAFT work using coredns? Thanks.
@Alexandre Pauwels: could you please point me to some references about where to get started to make RAFT work using coredns? Thanks.
|
By
Yueming Xu
·
#7227
·
|
|
Re: How to add new orderer?
#fabric-ca
#raft
We have the same question, anyone can help us??
We have the same question, anyone can help us??
|
By
leixianting@...
·
#7226
·
|
|
How to add new orderer?
#fabric-ca
#raft
We are using fabric server to generate certs and use raft. Is there any reference to add new orderers?
We are using fabric server to generate certs and use raft. Is there any reference to add new orderers?
|
By
pwong00710@...
·
#7225
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
Nye,
It would be nice if you could share some technical details of k8s that harm p2p network. I believe it could benefit both communities (HL and CNCF)
cheers,
- J
Nye,
It would be nice if you could share some technical details of k8s that harm p2p network. I believe it could benefit both communities (HL and CNCF)
cheers,
- J
|
By
Jay Guo
·
#7224
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
To rebuild peer's state database:
stop peer, drop state database, restart peer. State database will automatically be rebuilt from the blockchain.
To rebuild peer's channel blockchains and state
To rebuild peer's state database:
stop peer, drop state database, restart peer. State database will automatically be rebuilt from the blockchain.
To rebuild peer's channel blockchains and state
|
By
David Enyeart
·
#7223
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
Not to stray too far off topic, but k8s emerged from a client/server microservices/stack deployment requirement, not a p2p requirement.
Its popularity for that purpose has (unfortunately, IMO) bled
Not to stray too far off topic, but k8s emerged from a client/server microservices/stack deployment requirement, not a p2p requirement.
Its popularity for that purpose has (unfortunately, IMO) bled
|
By
Nye Liu <nye@...>
·
#7222
·
|
|
Re: Interested in adding csharp support - guidelines needed
To add a bit more to Brian's note...
If you target upcoming 2.0 (and that'd be my advice) you lessen fabric side changes considerably thanks to the "external" builder framework. So good to get started
To add a bit more to Brian's note...
If you target upcoming 2.0 (and that'd be my advice) you lessen fabric side changes considerably thanks to the "external" builder framework. So good to get started
|
By
Srinivasan Muralidharan
·
#7221
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
I guess K8S is the preferred way to deploy many things not only Fabric ;) and we will go production in a few months with Fabric in K8S.
We are not mixing K8S clusters for now, as it's not a
I guess K8S is the preferred way to deploy many things not only Fabric ;) and we will go production in a few months with Fabric in K8S.
We are not mixing K8S clusters for now, as it's not a
|
By
Hakan Eryargi
·
#7220
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
I've said it before on this mailing list and I guess I'll say it again, I don't understand this hate with k8s and Fabric.
Using nginx and coredns you can achieve nearly any sort of routing combination
I've said it before on this mailing list and I guess I'll say it again, I don't understand this hate with k8s and Fabric.
Using nginx and coredns you can achieve nearly any sort of routing combination
|
By
Alexandre Pauwels
·
#7219
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
So, in the case of a network across 2 k8s clusters, I have to make all orderer nodes accessible outside of k8s, and put the public host names and ports in the genesis block. Correct? K8s is still a
So, in the case of a network across 2 k8s clusters, I have to make all orderer nodes accessible outside of k8s, and put the public host names and ports in the genesis block. Correct? K8s is still a
|
By
Yueming Xu
·
#7218
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
This is precisely why k8s and p2p are never a good match. K8s simply breaks far too many networking rfcs. It is suitable for asymmetric client/server microservices or stacks, and even then a tiny
This is precisely why k8s and p2p are never a good match. K8s simply breaks far too many networking rfcs. It is suitable for asymmetric client/server microservices or stacks, and even then a tiny
|
By
Nye Liu <nye@...>
·
#7217
·
|
|
Re: Does Raft orderer work across multiple Kubernetes clusters?
The idea of anchor peer is providing information about other peers in the same organization. There is no need for a peer to be completely public but it should be at least accessible by other peers
The idea of anchor peer is providing information about other peers in the same organization. There is no need for a peer to be completely public but it should be at least accessible by other peers
|
By
Hakan Eryargi
·
#7216
·
|
|
Does Raft orderer work across multiple Kubernetes clusters?
If I have 2 orgs contributing orderer nodes using etcd raft consensus, and each org runs its nodes in its own Kubernetes cluster. How can I make Raft work across these 2 orgs? I guess that every
If I have 2 orgs contributing orderer nodes using etcd raft consensus, and each org runs its nodes in its own Kubernetes cluster. How can I make Raft work across these 2 orgs? I guess that every
|
By
Yueming Xu
·
#7215
·
|
|
Re: Interested in adding csharp support - guidelines needed
Many thanks Brian, this is helpful and very much appreciated!
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, November 19, 2019 6:56 PM,
Many thanks Brian, this is helpful and very much appreciated!
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, November 19, 2019 6:56 PM,
|
By
Segments
·
#7214
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
Thanks for the reply. also adding another link to this thread about same question:
Thanks for the reply. also adding another link to this thread about same question:
|
By
Siddharth Jain
·
#7213
·
|
|
Re: Interested in adding csharp support - guidelines needed
Modest insights ahead, and IANAM (I am not a maintainer):
Both seem like non-trivial lifts, so be sure that you really need each of them. There is emerging and improving
Modest insights ahead, and IANAM (I am not a maintainer):
Both seem like non-trivial lifts, so be sure that you really need each of them. There is emerging and improving
|
By
Brian Behlendorf <bbehlendorf@...>
·
#7212
·
|
|
Re: Interested in adding csharp support - guidelines needed
Can anyone help? Even modest insights would be appreciated.
Thanks
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, November 12, 2019 8:43
Can anyone help? Even modest insights would be appreciated.
Thanks
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Tuesday, November 12, 2019 8:43
|
By
Segments
·
#7211
·
|
|
Re: Java chaincode 1.4.4 failed to submit task for processing
#fabric-questions
#fabric-chaincode
#fabric
FYI issue raised here
https://jira.hyperledger.org/browse/FAB-17110
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at WHITEMAT@...
Find me on StackOverflow, and
FYI issue raised here
https://jira.hyperledger.org/browse/FAB-17110
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at WHITEMAT@...
Find me on StackOverflow, and
|
By
Matthew White
·
#7210
·
|
|
Re: Java chaincode 1.4.4 failed to submit task for processing
#fabric-questions
#fabric-chaincode
#fabric
Hello; could you give me some more info please about how you're sending transactions.
Do you have the chaincode logs for example? Or post to rocketchat #fabric-chaincode-java and we can discuss
Hello; could you give me some more info please about how you're sending transactions.
Do you have the chaincode logs for example? Or post to rocketchat #fabric-chaincode-java and we can discuss
|
By
Matthew White
·
#7209
·
|
|
Java chaincode 1.4.4 failed to submit task for processing
#fabric-questions
#fabric-chaincode
#fabric
After upgrading to 1.4.4 i receive the following error in my chaincode logs: `transaction returned with failure: Failed to submit task for processing` I'm sending transactions in a multithread
After upgrading to 1.4.4 i receive the following error in my chaincode logs: `transaction returned with failure: Failed to submit task for processing` I'm sending transactions in a multithread
|
By
Mattia Bolzonella
·
#7208
·
|