|
Chaincode container is running but query operation gives chaincode instantiation failed
#fabric-chaincode
Looks like the client failed to send the results to the ordering service node: https://github.com/hyperledger/fabric/blob/release-1.4/peer/common/broadcastclient.go#L63 Not sure why grpc returned EOF
Looks like the client failed to send the results to the ordering service node: https://github.com/hyperledger/fabric/blob/release-1.4/peer/common/broadcastclient.go#L63 Not sure why grpc returned EOF
|
By
David Enyeart
· #8350
·
|
|
Rich Query on levelDB (~7x faster queries) - iState package
#fabric
#fabric-chaincode
Btw, FoundationDB org officially supports a document layer (https://github.com/FoundationDB/fdb-document-layer based on MongoDB API) on top of the foundationDB. As it is a multi-modal database, they a
Btw, FoundationDB org officially supports a document layer (https://github.com/FoundationDB/fdb-document-layer based on MongoDB API) on top of the foundationDB. As it is a multi-modal database, they a
|
By
Senthil Nathan
· #8243
·
|
|
Rich Query on levelDB (~7x faster queries) - iState package
#fabric
#fabric-chaincode
Hi The performance study on LevelDB secondary index options is well done. That said, for Fabric, I think it's critical to keep CouchDB as an option. Most of the solutions I look at need the functional
Hi The performance study on LevelDB secondary index options is well done. That said, for Fabric, I think it's critical to keep CouchDB as an option. Most of the solutions I look at need the functional
|
By
Jim
· #8241
·
|
|
Rich Query on levelDB (~7x faster queries) - iState package
#fabric
#fabric-chaincode
Hi Jim, I would like to understand the following: Currently, we support only the query based on a secondary index and JSON from CouchDB (not supporting or planning to support map/reduce functions). Ho
Hi Jim, I would like to understand the following: Currently, we support only the query based on a secondary index and JSON from CouchDB (not supporting or planning to support map/reduce functions). Ho
|
By
Senthil Nathan
· #8242
·
|
|
MVCC conflict when I benchmark Java chaincode (update function) only 1tx per second.
#hyperledger-fabric
#fabric-chaincode
#consensus
#raft
Hi everyone, I have this wiered MVCC-conflict issue. It appears occasionally as I benchmark my Java chaincode. I tried everything I possibly could to prevent its occurance. Now, I am going to list the
Hi everyone, I have this wiered MVCC-conflict issue. It appears occasionally as I benchmark my Java chaincode. I tried everything I possibly could to prevent its occurance. Now, I am going to list the
|
By
Ali ِAlzubaidi
· #8264
·
|
|
#fabric-orderer #fabric-chaincode
#fabric-orderer
#fabric-chaincode
Not quite... MVCC in validation/commit phase checks the chaincode execution readset key version against current state key version to ensure that the execution results are still valid. Therefore if the
Not quite... MVCC in validation/commit phase checks the chaincode execution readset key version against current state key version to ensure that the execution results are still valid. Therefore if the
|
By
David Enyeart
· #8277
·
|
|
#fabric-orderer #fabric-chaincode
#fabric-orderer
#fabric-chaincode
Thank you! That's very helpful. In particular, I see now how dangerous the "blind write" can be. Regards, Marco
Thank you! That's very helpful. In particular, I see now how dangerous the "blind write" can be. Regards, Marco
|
By
marco.comuzzi@...
· #8279
·
|
|
#fabric-orderer #fabric-chaincode
#fabric-orderer
#fabric-chaincode
I am curious, what use case would require a blind-write vs a read-write? S Rob Murgai Program Director - Hyperledger Fabric IBM Blockchain Raleigh-Durham, NC M: 919.342.8432 | LinkedIn: Rob-Murgai
I am curious, what use case would require a blind-write vs a read-write? S Rob Murgai Program Director - Hyperledger Fabric IBM Blockchain Raleigh-Durham, NC M: 919.342.8432 | LinkedIn: Rob-Murgai
|
By
Rob Murgai
· #8285
·
|
|
#fabric-orderer #fabric-chaincode
#fabric-orderer
#fabric-chaincode
I think most use cases will want the read-write behavior. Append-only use cases may want the blind write behavior. For example consider an IOT sensor that records a data point hourly. There isn't real
I think most use cases will want the read-write behavior. Append-only use cases may want the blind write behavior. For example consider an IOT sensor that records a data point hourly. There isn't real
|
By
David Enyeart
· #8287
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Hi, I am using Hyperledger fabric 1.4.7 and using the fabcar as an example to build a sample network and using the Go sdk. Its the same code base as in the fabric-samples just that I have taken it and
Hi, I am using Hyperledger fabric 1.4.7 and using the fabcar as an example to build a sample network and using the Go sdk. Its the same code base as in the fabric-samples just that I have taken it and
|
By
Jay Chandran
· #8439
·
|
|
#fabric-chaincode #fabric-rfcs Wasm Smart Contracts
#fabric-rfcs
#fabric-chaincode
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
Hello; The Wasm Smart Contracts RFC was discussed on the Contributors Call yesterday. I've added a couple of comments to the Wasm Smart Contract RFC from the discussion. Based on this can ask the main
|
By
Matthew White
· #8488
·
|
|
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 correc
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 correc
|
By
Joao Antunes
· #8554
·
|
|
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
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
What should I search for in the peer logs? Some sort of error? Because I can't see the index on the couchdb entries
What should I search for in the peer logs? Some sort of error? Because I can't see the index on the couchdb entries
|
By
Joao Antunes
· #8558
·
|
|
Creation of couchdb index on an already running network
#couchdb
#fabric-chaincode
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
If couchdb returned an error status code while processing the index, we do log the error but chaincode upgrade would succeed irrespective of that. I would suggest to search for the term index to see w
|
By
Senthil Nathan
· #8559
·
|
|
How to integrate chaincode with message brokers?
#fabric-chaincode
Hello, guys. I want to send events from commit transaction listener to some message brokers like rabbitmq or apache kafka, my intention is notify others systems to do some action. I found something si
Hello, guys. I want to send events from commit transaction listener to some message brokers like rabbitmq or apache kafka, my intention is notify others systems to do some action. I found something si
|
By
Maicon
· #8434
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Snippet of the go code...
Snippet of the go code...
|
By
Jay Chandran
· #8440
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Further update: When I check via the cli container, only the hyperledger/fabric/peer/ is available. The hyperledger/fabric-chaincode-go/shim/ and the hyperledger/fabric-protos-go/peer dependencies are
Further update: When I check via the cli container, only the hyperledger/fabric/peer/ is available. The hyperledger/fabric-chaincode-go/shim/ and the hyperledger/fabric-protos-go/peer dependencies are
|
By
Jay Chandran
· #8448
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Great thanks Santiago!
By
Jay Chandran
· #8453
·
|
|
Fabric 1.4.7 go chaincode install error
#fabric-chaincode
#fabric-sdk-go
#hyperledger-fabric
Hi Jay, Have you solved the issue? I have the same problem in my case trying to deploy the chaincode using the Caliper tool to perform a performance analysis. In addition to what you mention, I have t
Hi Jay, Have you solved the issue? I have the same problem in my case trying to deploy the chaincode using the Caliper tool to perform a performance analysis. In addition to what you mention, I have t
|
By
Santiago Figueroa Lorenzo
· #8443
·
|