|
Re: HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello.
Thanks for the reply. I am using ChannelEventHub.
I found the discussion/recommendations for strategies surrounding how to detect which events have been missed in the link I provided (the older
Hello.
Thanks for the reply. I am using ChannelEventHub.
I found the discussion/recommendations for strategies surrounding how to detect which events have been missed in the link I provided (the older
|
By
Robert Broeckelmann
·
#6768
·
|
|
Re: HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Sample of using a block listener to save the blocks
https://github.com/hyperledger/fabric-samples/blob/release-1.4/off_chain_data/README.md
Sample of using a block listener to save the blocks
https://github.com/hyperledger/fabric-samples/blob/release-1.4/off_chain_data/README.md
|
By
beharrison@...
·
#6767
·
|
|
Re: HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
The fabric event service is no longer supported and the 'EventHub.js' has been removed from the NodeSDK. To use the new fabric channel event service on a peer use the new 'ChannelEventHub.js'.
The fabric event service is no longer supported and the 'EventHub.js' has been removed from the NodeSDK. To use the new fabric channel event service on a peer use the new 'ChannelEventHub.js'.
|
By
beharrison@...
·
#6766
·
|
|
Re: HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello Labib Farag,
Thanks for the response.
That certainly provides a standardized interface for solving the problem.
However, if you will notice, the disclaimer states:
Disclaimer
Checkpointing in
Hello Labib Farag,
Thanks for the response.
That certainly provides a standardized interface for solving the problem.
However, if you will notice, the disclaimer states:
Disclaimer
Checkpointing in
|
By
Robert Broeckelmann
·
#6765
·
|
|
Re: HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
did you checked this which is module for replaying missed events emitted by peers
https://fabric-sdk-node.github.io/release-1.4/tutorial-event-checkpointer.html
did you checked this which is module for replaying missed events emitted by peers
https://fabric-sdk-node.github.io/release-1.4/tutorial-event-checkpointer.html
|
By
Labib Farag Labib
·
#6764
·
|
|
orderer panic log [channel: testchainid] Cannot set up channel consumer = kafka server: The requested offset is outside the range of offsets maintained by the server for the given topic/partition.
Hi team,
I am trying to fix orderer panic; this happens repeatedly every 12 hours.
Here is orderer log.
=============================
...
2019-09-09 03:57:35.761 KST [orderer.common.server] Start ->
Hi team,
I am trying to fix orderer panic; this happens repeatedly every 12 hours.
Here is orderer log.
=============================
...
2019-09-09 03:57:35.761 KST [orderer.common.server] Start ->
|
By
서경식
·
#6763
·
|
|
HA & Missed Events with HyperLedger Fabric Events
#fabric
#fabric-sdk-node
Hello HyperLedger Fabric community,
I am working on implementing an application that receives chaincode events of interest (via a regular expression match on the event name) and then places those
Hello HyperLedger Fabric community,
I am working on implementing an application that receives chaincode events of interest (via a regular expression match on the event name) and then places those
|
By
Robert Broeckelmann
·
#6762
·
|
|
Re: Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
No, that's right, for a minimal test case I only changed the class name.
In the original attempt I changed both and got the same behaviour.
No, that's right, for a minimal test case I only changed the class name.
In the original attempt I changed both and got the same behaviour.
|
By
Keith Harrison-Broninski
·
#6761
·
|
|
Re: Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
It seems you didn't change the contract name in package.json papercontract as the contract installed on peer with details name: papercontract, Version: 0
It seems you didn't change the contract name in package.json papercontract as the contract installed on peer with details name: papercontract, Version: 0
|
By
Labib Farag Labib
·
#6760
·
|
|
Re: Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
PS: A simpler and more easily reproducible test is now available in Stack Overflow
PS: A simpler and more easily reproducible test is now available in Stack Overflow
|
By
Keith Harrison-Broninski
·
#6759
·
|
|
Instantiate test contract fails with Contract name is not known
#fabric-questions
#fabric-chaincode
I am trying to adapt the commercial paper tutorial to a custom contract, and cannot instantiate it.
In commercial-paper/organization/magnetocorp/contract, I updated:
package.json with a new name,
I am trying to adapt the commercial paper tutorial to a custom contract, and cannot instantiate it.
In commercial-paper/organization/magnetocorp/contract, I updated:
package.json with a new name,
|
By
Keith Harrison-Broninski
·
#6758
·
|
|
Re: a primitive backup and restore
Hi,
Thanks a lot and look forward to the blog update. And speaking of the scalability issue, It appears that that it would not actually be an issue because a single VM would be good
Hi,
Thanks a lot and look forward to the blog update. And speaking of the scalability issue, It appears that that it would not actually be an issue because a single VM would be good
|
By
JH Ohm
·
#6757
·
|
|
Re: a primitive backup and restore
Hi,
Right, the Accenture blog post explains a lot about our GitHub repo. But it’s not up to date, much more functionality added to repo after blog is written.
However, motivation benefits etc
Hi,
Right, the Accenture blog post explains a lot about our GitHub repo. But it’s not up to date, much more functionality added to repo after blog is written.
However, motivation benefits etc
|
By
Hakan Eryargi
·
#6756
·
|
|
Re: a primitive backup and restore
HI,
The two links below actually explain the same method right?
https://github.com/APGGroeiFabriek/PIVT/blob/master/README.md#backup-restore
HI,
The two links below actually explain the same method right?
https://github.com/APGGroeiFabriek/PIVT/blob/master/README.md#backup-restore
|
By
JH Ohm
·
#6755
·
|
|
Re: Different data in peers couchDB
#fabric
#database
The different revs does not indicate a data correctness problem.
You may see this for example if one peer crashes while writing to state database. When the peer is restarted it will detect that it was
The different revs does not indicate a data correctness problem.
You may see this for example if one peer crashes while writing to state database. When the peer is restarted it will detect that it was
|
By
David Enyeart
·
#6754
·
|
|
Different data in peers couchDB
#fabric
#database
Hi to all, currently using a network with Kafka ordering service, with 2 orderers and 4 peers.
Checking data from the couchdb mychannel_mychannel database on all peers i can see some differences on
Hi to all, currently using a network with Kafka ordering service, with 2 orderers and 4 peers.
Checking data from the couchdb mychannel_mychannel database on all peers i can see some differences on
|
By
Joao Antunes
·
#6753
·
|
|
Documentation Workgroup:: Agenda for Friday, 6 September
Hello All,
We will restart the documentation workgroup on Friday, 6 September after a few weeks break due to travel and summer vacations. As usual, we run the meeting twice during the day to make it
Hello All,
We will restart the documentation workgroup on Friday, 6 September after a few weeks break due to travel and summer vacations. As usual, we run the meeting twice during the day to make it
|
By
Joe Alewine <joe.alewine@...>
·
#6752
·
|
|
Re: Timestamp spoofing by malicious client
No, the timestamp has never been used to order results, or in any other regard within Fabric.
There has been a recent improvement in GetHistoryForKey though... this text will appear in the upcoming
No, the timestamp has never been used to order results, or in any other regard within Fabric.
There has been a recent improvement in GetHistoryForKey though... this text will appear in the upcoming
|
By
David Enyeart
·
#6751
·
|
|
Re: Timestamp spoofing by malicious client
Hey Dave,
Good to know the timestamp isn't used anywhere else.
However, it is used for determining the order of transactions returned by the GetHistoryForKey iterator, correct? Or at least, in our
Hey Dave,
Good to know the timestamp isn't used anywhere else.
However, it is used for determining the order of transactions returned by the GetHistoryForKey iterator, correct? Or at least, in our
|
By
Alexandre Pauwels
·
#6750
·
|
|
Re: Timestamp spoofing by malicious client
Fabric intentionally doesn't use the timestamp from the submitting application for anything, therefore there are no impacts with respect to Fabric processing.
The timestamp is not intended to be a
Fabric intentionally doesn't use the timestamp from the submitting application for anything, therefore there are no impacts with respect to Fabric processing.
The timestamp is not intended to be a
|
By
David Enyeart
·
#6749
·
|