|
Re: deliverBlocks -> WARN 04d [channel: tracktrace] Rejecting deliver request for [::1]:52044 because of consenter error
Thanks Jason. Could you explain this a bit? What is a source address? Whose source address?
Thanks Jason. Could you explain this a bit? What is a source address? Whose source address?
|
By
Siddharth Jain
·
#8329
·
|
|
Re: Possible configuration of first-come-first-serve ordering policy
Transactions are placed into blocks, by the consensus plugin. So, for Raft, you'll see this done
Transactions are placed into blocks, by the consensus plugin. So, for Raft, you'll see this done
|
By
Jason Yellick <jyellick@...>
·
#8328
·
|
|
Re: #couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week.
Regards, Matthew.
Matthew B White
Just for confirmation - spoke with Marek on rocketchat, and the fix for FABCJ-285 will resolve this... will look to put our a patch release in the coming week.
Regards, Matthew.
Matthew B White
|
By
Matthew White
·
#8327
·
|
|
Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 05/15/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 15 May 2020
4:00pm to 5:00pm
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When:
Friday, 15 May 2020
4:00pm to 5:00pm
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8326
·
|
|
Upcoming Event: Hyperledger Fabric Documentation Workgroup call - Western hemisphere - Fri, 05/15/2020 4:00pm-5:00pm
#cal-reminder
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 15 May 2020, 4:00pm to 5:00pm, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
Reminder: Hyperledger Fabric Documentation Workgroup call - Western hemisphere
When: Friday, 15 May 2020, 4:00pm to 5:00pm, (GMT+01:00) Europe/London
Where:https://zoom.us/j/6223336701
View
|
By
fabric@lists.hyperledger.org Calendar <fabric@...>
·
#8325
·
|
|
Re: Possible configuration of first-come-first-serve ordering policy
Gari, thank you for your answer. I am answering inline.
Modify the following - keep reading please. Agreed.
However, I think that after the transactions are sent to the
Gari, thank you for your answer. I am answering inline.
Modify the following - keep reading please. Agreed.
However, I think that after the transactions are sent to the
|
By
Nikos Kapsoulis
·
#8324
·
|
|
Re: deliverBlocks -> WARN 04d [channel: tracktrace] Rejecting deliver request for [::1]:52044 because of consenter error
The address you are seeing there is the source address and port, not the port the service is listening on.
It's also normal to see those warnings about consenter errors shortly after channel creation
The address you are seeing there is the source address and port, not the port the service is listening on.
It's also normal to see those warnings about consenter errors shortly after channel creation
|
By
Jason Yellick <jyellick@...>
·
#8323
·
|
|
Re: Possible configuration of first-come-first-serve ordering policy
What are you trying / hoping to do?
There is no "policy" per se and strictly speaking there is no guarantee that the transactions will be ordered in the exact order in which they were sent.
That
What are you trying / hoping to do?
There is no "policy" per se and strictly speaking there is no guarantee that the transactions will be ordered in the exact order in which they were sent.
That
|
By
Gari Singh <garis@...>
·
#8322
·
|
|
Possible configuration of first-come-first-serve ordering policy
Hi,
according to orderer documentation, in phase two the "the ordering service puts the transactions into a strict order". Where in the orderer's code (or anywhere else) is
Hi,
according to orderer documentation, in phase two the "the ordering service puts the transactions into a strict order". Where in the orderer's code (or anywhere else) is
|
By
Nikos Kapsoulis
·
#8321
·
|
|
Re: #couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hi Matthew,
Thank you!
I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that
Hi Matthew,
Thank you!
I think I’m still not using that fix, the problem with the time is constant since I remember, it’s just depended on what the data volume is. The weirds thing is that
|
By
Marek Malik <info@...>
·
#8320
·
|
|
Intercept Invoke call, rcp error
#fabric-questions
#network
#hyperledger-fabric
Hi,
I want to intercept an invoke call (fab1.4, first-network, disabled tls, working on CLI). My idea was to to make use of burp/mitmproxy (listening at 127.0.0.8080) to intercept the invoke call to
Hi,
I want to intercept an invoke call (fab1.4, first-network, disabled tls, working on CLI). My idea was to to make use of burp/mitmproxy (listening at 127.0.0.8080) to intercept the invoke call to
|
By
Tenci <eagles01@...>
·
#8319
·
|
|
Re: #couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hello; let me have a look at your repo... just to double check it couldn't be the perf issue fixes this week?
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at
Hello; let me have a look at your repo... just to double check it couldn't be the perf issue fixes this week?
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at
|
By
Matthew White
·
#8318
·
|
|
Re: #couchdb #fabric-chaincode #fabric-sdk-java
#couchdb
#fabric-chaincode
#fabric-sdk-java
Hello guys,
Sorry for being such a pain in the ass, but could one please help with that darn performance issue ?
I have tried to strip down my chaincode and do a copy-past of what the FabCar java
Hello guys,
Sorry for being such a pain in the ass, but could one please help with that darn performance issue ?
I have tried to strip down my chaincode and do a copy-past of what the FabCar java
|
By
Marek Malik <info@...>
·
#8317
·
|
|
Confusion related to env variable ORDERER_TLS_CA
Hello wonderful people,
I hope all are doing well. As a beginner, I have a confusion that came to me while writing docker-compose files to build my own network. There is an env variable in the orderer
Hello wonderful people,
I hope all are doing well. As a beginner, I have a confusion that came to me while writing docker-compose files to build my own network. There is an env variable in the orderer
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#8316
·
|
|
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere - Fri, 05/15/2020
#cal-notice
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 15 May 2020
6:00am to 7:00am
(GMT+01:00)
Hyperledger Fabric Documentation Workgroup call - Eastern hemisphere
When:
Friday, 15 May 2020
6:00am to 7:00am
(GMT+01:00)
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#8315
·
|
|
deliverBlocks -> WARN 04d [channel: tracktrace] Rejecting deliver request for [::1]:52044 because of consenter error
we have a network of Raft orderers. when we tried to created a channel we saw these warnings in the logs
2020-05-14 11:38:52.521 PDT [common.deliver] deliverBlocks -> WARN 04d [channel: tracktrace]
we have a network of Raft orderers. when we tried to created a channel we saw these warnings in the logs
2020-05-14 11:38:52.521 PDT [common.deliver] deliverBlocks -> WARN 04d [channel: tracktrace]
|
By
Siddharth Jain
·
#8314
·
|
|
ANNOUNCEMENT: Hyperledger Fabric v1.4.7 is now available!
Hyperledger Fabric and Fabric CA v1.4.7 are now available. See details of the included fixes in the release
Hyperledger Fabric and Fabric CA v1.4.7 are now available. See details of the included fixes in the release
|
By
David Enyeart
·
#8313
·
|
|
Re: Error: Enrollment information does not exist
Thanks for the flag Chris,
I'll look into that, though I am not (yet) trying Kubernetes, just using the out-of-the-box fabcar example from fabric-samples.
Do you think this might be related to the
Thanks for the flag Chris,
I'll look into that, though I am not (yet) trying Kubernetes, just using the out-of-the-box fabcar example from fabric-samples.
Do you think this might be related to the
|
By
cridev
·
#8312
·
|
|
Re: Error: Enrollment information does not exist
I always recommend reading the docs in the Hyperledger Fabric CA section which has been updated recently. Additionally, I have a video tutorial on YouTube
I always recommend reading the docs in the Hyperledger Fabric CA section which has been updated recently. Additionally, I have a video tutorial on YouTube
|
By
Chris Gabriel <alaskadd@...>
·
#8311
·
|
|
Re: Error: Enrollment information does not exist
You are not in the client binary directory when issuing the command. You can fix this by exporting the FABRIC_CA_CLIENT_HOME variable and run the command again. This used to get me too, so we updated
You are not in the client binary directory when issuing the command. You can fix this by exporting the FABRIC_CA_CLIENT_HOME variable and run the command again. This used to get me too, so we updated
|
By
Chris Gabriel <alaskadd@...>
·
#8310
·
|