|
Re: Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
Do you have the peer logs?
Regards,
Senthil
Do you have the peer logs?
Regards,
Senthil
|
By
Senthil Nathan
·
#8556
·
|
|
Re: Inconsistent Private Data Collection Write operation
the above error seems to match your old definition -- "endorsementPolicy": { "signaturePolicy": "OR('Org1MSP.member'), OR('Org2MSP.member')" }
Anyway, I do not have expertise in this. If Yacov looks
the above error seems to match your old definition -- "endorsementPolicy": { "signaturePolicy": "OR('Org1MSP.member'), OR('Org2MSP.member')" }
Anyway, I do not have expertise in this. If Yacov looks
|
By
Senthil Nathan
·
#8555
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
Hi,
I currently trying to add a new index to my 1.4 network.
I have the folders correctly set too. When I update the chaincode with the new index folder I can see that my peers have the package
Hi,
I currently trying to add a new index to my 1.4 network.
I have the folders correctly set too. When I update the chaincode with the new index folder I can see that my peers have the package
|
By
Joao Antunes
·
#8554
·
|
|
Re: Inconsistent Private Data Collection Write operation
Sorry for typing it wrong. The endorsement policy in my collections config is as follows:
"endorsementPolicy": {
"signaturePolicy": "OR('Org1MSP.member', 'Org2MSP.member')" }
Setting
Sorry for typing it wrong. The endorsement policy in my collections config is as follows:
"endorsementPolicy": {
"signaturePolicy": "OR('Org1MSP.member', 'Org2MSP.member')" }
Setting
|
By
Hritik Gupta <hritikgupta9@...>
·
#8553
·
|
|
Re: Inconsistent Private Data Collection Write operation
As the memberOnlyWrite is set to false by default (not configured in the collection config as well), all peers are authorized to write if it can satisfy the endorsement policy.
Is the endorsement
As the memberOnlyWrite is set to false by default (not configured in the collection config as well), all peers are authorized to write if it can satisfy the endorsement policy.
Is the endorsement
|
By
Senthil Nathan
·
#8552
·
|
|
Re: How to verify RAFT health in HLF version 1.4.4
#raft
Wouldn't the doc https://hyperledger-fabric.readthedocs.io/en/release-2.0/operations_service.html help?
Regards,
Senthil
Wouldn't the doc https://hyperledger-fabric.readthedocs.io/en/release-2.0/operations_service.html help?
Regards,
Senthil
|
By
Senthil Nathan
·
#8551
·
|
|
Inconsistent Private Data Collection Write operation
Hi all,
I have a fabric 2.0 network with 2 orgs having 1 peer each (similar to test-network). I implemented a private data collection that persists in the off-chain DB of the peer of one of the orgs
Hi all,
I have a fabric 2.0 network with 2 orgs having 1 peer each (similar to test-network). I implemented a private data collection that persists in the off-chain DB of the peer of one of the orgs
|
By
Hritik Gupta <hritikgupta9@...>
·
#8550
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 06/19/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 19 June 2020
6:00am to 7:00am
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 19 June 2020
6:00am to 7:00am
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8549
·
|
|
Re: How to verify RAFT health in HLF version 1.4.4
#raft
Hi,
Would really appreciate if anybody has any thought/suggestion regarding my query.
Thanks,
Shruti
Hi,
Would really appreciate if anybody has any thought/suggestion regarding my query.
Thanks,
Shruti
|
By
shrugupt@...
·
#8548
·
|
|
Documentation Workgroup: Agenda for Friday, 19 June
Hi All,
We will hold thedocumentation workgroup calls this Friday -- with both an Eastern hemisphereand Western hemisphere call. Please feel free to come along, you're alwaysvery welcome.
You can
Hi All,
We will hold thedocumentation workgroup calls this Friday -- with both an Eastern hemisphereand Western hemisphere call. Please feel free to come along, you're alwaysvery welcome.
You can
|
By
Anthony O'Dowd <a_o-dowd@...>
·
#8547
·
|
|
Re: Replacing CouchDB with a custom database
If you need to expose all features of a database, changes are needed at the database as well as peer code.
if you need to plugin a database that is compatible with what currently Fabric offers, then
If you need to expose all features of a database, changes are needed at the database as well as peer code.
if you need to plugin a database that is compatible with what currently Fabric offers, then
|
By
Senthil Nathan
·
#8546
·
|
|
Re: Replacing CouchDB with a custom database
Given that, I might be using cloud services to deploy custom database, let's say like SQL DB server, then I do not have the option to alter the databases, right? Plus, the fabric compatibility with
Given that, I might be using cloud services to deploy custom database, let's say like SQL DB server, then I do not have the option to alter the databases, right? Plus, the fabric compatibility with
|
By
chintanr97@...
·
#8545
·
|
|
Re: Replacing CouchDB with a custom database
Yes, it is not in the roadmap (may change in the future if some drawbacks with go-plugins are addressed by the go team)
Yes. Let's say chaincode exposes Put() to update a kv pair. Based on this
Yes, it is not in the roadmap (may change in the future if some drawbacks with go-plugins are addressed by the go team)
Yes. Let's say chaincode exposes Put() to update a kv pair. Based on this
|
By
Senthil Nathan
·
#8544
·
|
|
Re: Replacing CouchDB with a custom database
As Gari suggests here, in the JIRA link you mentioned:
I was just trying to confirm, that building the plugins as native to Fabric tree in not currently under the timeline, right?
Let's say if I
As Gari suggests here, in the JIRA link you mentioned:
I was just trying to confirm, that building the plugins as native to Fabric tree in not currently under the timeline, right?
Let's say if I
|
By
chintanr97@...
·
#8543
·
|
|
Re: Replacing CouchDB with a custom database
As discussed/decided in https://jira.hyperledger.org/browse/FAB-8665, pluggable stateDB is not going to be supported anytime soon.
If you are okay to fork the Fabric, you can find a high level
As discussed/decided in https://jira.hyperledger.org/browse/FAB-8665, pluggable stateDB is not going to be supported anytime soon.
If you are okay to fork the Fabric, you can find a high level
|
By
Senthil Nathan
·
#8542
·
|
|
Replacing CouchDB with a custom database
I learnt that initially there was a plan to implement the Go plugin architecture last year to provide pluggability of state databases in Fabric. However, looking at one of the JIRAs, I found that this
I learnt that initially there was a plan to implement the Go plugin architecture last year to provide pluggability of state databases in Fabric. However, looking at one of the JIRAs, I found that this
|
By
chintanr97@...
·
#8541
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 06/19/2020 6:00am-7:00am
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 19 June 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When: Friday, 19 June 2020, 6:00am to 7:00am, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8540
·
|
|
Re: Validating transactions including rich queries
A small clarification on this statement. We still validate all reads made by the CouchDB rich query to ensure repeatable read isolation. If any read version is not the same as the committed version
A small clarification on this statement. We still validate all reads made by the CouchDB rich query to ensure repeatable read isolation. If any read version is not the same as the committed version
|
By
Senthil Nathan
·
#8539
·
|
|
Re: Validating transactions including rich queries
As per the documentation, I understood that the support for SQL is very limited in the forked/proprietary oracle's Fabric (I believe it is not open-sourced). In other words, whatever we can do with
As per the documentation, I understood that the support for SQL is very limited in the forked/proprietary oracle's Fabric (I believe it is not open-sourced). In other words, whatever we can do with
|
By
Senthil Nathan
·
#8538
·
|
|
Re: Validating transactions including rich queries
Hi Mark.
Do you mind explaining how you ensureserializability?
Do you record a digest of the resultsand then re-execute it at commit and compare or something else?
And how does that work with mixed
Hi Mark.
Do you mind explaining how you ensureserializability?
Do you record a digest of the resultsand then re-execute it at commit and compare or something else?
And how does that work with mixed
|
By
Yacov
·
#8537
·
|