这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Mar 30, 2018. It is now read-only.
This repository was archived by the owner on Mar 30, 2018. It is now read-only.

Connection times out between chaincode & peer when running behind a proxy #1850

@mrshah-at-work

Description

@mrshah-at-work

Description

When running behind a proxy, there is a definite timeout if the connection is inactive. This timeout breaks the connection between the peer and the chaincode, the chaincode stops.

Describe How to Reproduce

  1. Run a peer behind a proxy
  2. Deploy a chaincode
  3. The chaincode connects to the peer via proxy
  4. Do not invoke/query for a long period. The chaincode container exits due to grpc error, connection broke.

Proposal

Add a keep-alive message between chaincode & peer to keep the communication active - masterDev1985/fabric@1e8eabb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions