使用 kafka 模式(4 kafka节点、3 zookeeper节点),kafka、zk都运行正常的, 但启动 order 节点(无论是单个还是3个同时启动)后,前4分钟左右是正常的, 日志也没报错, kafka 那边也能看到新增了 topic : testchaiid . 但约3分钟或者4分钟之后所有的 order 就都停掉了。 查看 order 容器的日志报如下的错误: ( 百度搜索了下,没找到有用的信息)
‘’’
…[channel: testchainid] Producer set up successfully
…[channel: testchainid] About to post the CONNECT message…
… [orderer.consensus.kafka] startThread -> PANI 00d [channel: testchainid] Cannot post CONNECT MESSAGE = dial tcp: i/o timeout
panic: [channel: testchainid] Cannot post CONNECT message = dial tcp: i/o timeout
go routine 37[running]:
github.com/hyperledger/fabric/vendor/go.uber.org/zap/zapcore.(*CheckedEntry).Write…
’’’
老师能否帮看下这个报错, 大概可能是哪方面的原因呢。
order 镜像版本是 1.4.0