-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform manual testing on ordering nodes terminating badly in a submit scenario #52
Comments
The following output can be expected if you kill the leader
and this is situation can be seen in the gateway logs
|
A different issue can also be seen if you kill the leader
And the gateway log isn't so helpful
but what that actually implies is that it got submitted successfully to the orderer (because we got no error, the client stated it had been submitted) We never got the commit status, which means that the leader was killed before the block was cut and concensus from the other orderers was achieved. This can also cause the following to happen
because we have hit our limit of outstanding transactions which are either all waiting to fail or hit long delays determining a problem before moving on. |
To note, if you kill the leader then that will cause problems to occur
For this test I turned of submit timeouts because of the potential time it takes to move to try another orderer if 1 goes down (upto 20 seconds has been seen).
The text was updated successfully, but these errors were encountered: