오픈 소스/하이퍼레저 패브릭(Hyperledger Fabric)

[Hyperledger Fabric] "Error reading from stream: rpc error: code = Canceled desc = context canceled" 오류

benjykim 2020. 8. 25. 14:40
반응형
  • 두 개의 노드를 가지고 하이퍼레저 패브릭 네트워크를 구축했다. 노드 당 하나의 조직이 위치하고, 조직 당 피어 2개가 올라간다.

  • cryptographic material, 채널 생성, 피어 조인, 체인코드 설치 및 인스턴스화 등의 작업은 아무런 문제 없이 진행했다. 또한 query, invoke 등의 함수도 정상적으로 동작했고 각 노드에서의 결과도 동일하다.

  • 그런데, 다음과 같은 오류가 오더러(solo)에서 발생했다.

2020-08-24 17:28:08.135 UTC [orderer.common.broadcast] Handle -> WARN 031 Error reading from 10.20.30.11:33198: rpc error: code = Canceled desc = context canceled
  • 이에 대한 설명을 아래에서 찾을 수 있었다.

URL: https://jira.hyperledger.org/browse/FAB-7420


답변 : There does not seem to be an issue with the orderer as best as I can tell. The line that you see in the orderer log is what gets posted when the broadcast session that is established between the client and the ordering service is terminated.
(written by Kostas Christdis)

반응형