现象:
errorCode:-134,Remote-node is disconnected
pg与sdb连接时不时报错:
ERROR: unable to fetch next record, rc = -134
Hint: Make sure collection exists on remote SequoiaDB database, and the server is still up and running
但是集合是在sdb存在的。
详细日志见附件。
最后修改了数据处理程序的并行处理,部分非重要程序的并行处理修改为串行处理,不再报该错误。