-
Notifications
You must be signed in to change notification settings - Fork 444
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
Consenter error when calling peer channel fetch #650
Comments
It seems the OSN's election is done before being pulled from the peer. Can you pull the block manually from the OSN after the election is done? |
I found the error. When "peer channel fetch” is called, "osnadmin channel join" is not completed. |
For most case, it's not a good idea to use time.sleep(). |
Bug
The
org1.cello.com
organization has a peer node and an orderer node, forming the containersorder.cello.com
andpeer.org1.cello.com
When I call "peer channel fetch", the Orderer is unable to service the Peer's request, and a SERVICE_UNAVAILABLE error is reported.
Logs
Orderer Container
It shows that "Rejecting deliver request for XXX because of consenter error".
Peer Container
It shows that " Got error while attempting to receive blocks: received bad status SERVICE_UNAVAILABLE".
cello-api-engine
When peer channel fetch, it shows that "can't read the block: &{SERVICE_UNAVAILABLE}".
The text was updated successfully, but these errors were encountered: