|
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
·
|
|
回复: [Hyperledger Fabric] Hyperledger Fabric Vs Composer ACLs
1. It might leak sensitive information of the user inside the certificate
For concern of sensitive information in certificate, you could consider use idemix as a ZKP
2. It is hard to handle the
1. It might leak sensitive information of the user inside the certificate
For concern of sensitive information in certificate, you could consider use idemix as a ZKP
2. It is hard to handle the
|
By
david liu <david-khala@...>
·
#7207
·
|
|
How to update anchor peer after adding a new org to a channel?
I followed the tutorial “Adding an Org to a channel”. The new org works, but it does not seem to have an anchor peer defined. How should I update it to include definition of an anchor peer for
I followed the tutorial “Adding an Org to a channel”. The new org works, but it does not seem to have an anchor peer defined. How should I update it to include definition of an anchor peer for
|
By
Yueming Xu
·
#7206
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
Remember that blockchains are decentralized ledgers. What you've done here is essentially tampered/corrupted your own local peer's state database so that it is not in sync with the blockchain blocks.
Remember that blockchains are decentralized ledgers. What you've done here is essentially tampered/corrupted your own local peer's state database so that it is not in sync with the blockchain blocks.
|
By
David Enyeart
·
#7205
·
|
|
Re: Hyperledger Fabric Vs Composer ACLs
Dear Brett Logan,
Thank for your answer, related to fine-grained access control by adding attributes to identity of the user
I found that:
1. It might leak sensitive information of the user inside the
Dear Brett Logan,
Thank for your answer, related to fine-grained access control by adding attributes to identity of the user
I found that:
1. It might leak sensitive information of the user inside the
|
By
Kimheng SOK
·
#7204
·
|
|
Re: Wrong world state
#fabric
#fabric-questions
Hi Tong,
I'm currently investigating the issue and trying to replicate it.
I'll give an update when I reach a conclusion.
Hi Tong,
I'm currently investigating the issue and trying to replicate it.
I'll give an update when I reach a conclusion.
|
By
Joao Antunes
·
#7203
·
|
|
Re: Extremely strange behavior with Fabric - modifying ledger out of band
Hi,
I think you are changing the world state and not the ledger itself.
Are you storing the database locally (through a volume)? If yes, then the container is reloading CouchDB dataset
And if you
Hi,
I think you are changing the world state and not the ledger itself.
Are you storing the database locally (through a volume)? If yes, then the container is reloading CouchDB dataset
And if you
|
By
Joao Antunes
·
#7202
·
|
|
Re: Hyperledger Fabric Vs Composer ACLs
There is a finite set of resources you can place an ACL on using the following documentation:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/access_control.html
To create more
There is a finite set of resources you can place an ACL on using the following documentation:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/access_control.html
To create more
|
By
Brett T Logan <brett.t.logan@...>
·
#7201
·
|
|
Re: Fabric SDK resource usage spike issue
If you have more info, eg. version, it would be easier to get more useful info from community.--
This is my life,but world of us~~
If you have more info, eg. version, it would be easier to get more useful info from community.--
This is my life,but world of us~~
|
By
Michael Wang
·
#7200
·
|
|
Hyperledger Fabric Vs Composer ACLs
Dear all,
In Hyperledger Composer Access Control List is define in a file.acl,
Where is the equivalent access control list in Hyperledger Fabric to the one in Composer?
Bests,
Dear all,
In Hyperledger Composer Access Control List is define in a file.acl,
Where is the equivalent access control list in Hyperledger Fabric to the one in Composer?
Bests,
|
By
Kimheng SOK
·
#7199
·
|