Closed DongJianzhi0223 closed 7 years ago
Please post Greenplum log of seg1 on edaddw05.
I just check the Greenplum code, it seems a bug of gpdb. Please report this issue to Greenplum.
您好:
现在出现这种情况后,程序就假死掉了,进程还在,但是不继续工作了,如果是GPDB的BUG,是否先可以改成将异常抛出,程序退出,我做一个守护进程重启程序即可。这样做会有什么问题吗?
We will refactor failover process in next release. Thanks.
you are welcome.
您好,在BIREME执行过程中发现报出该错误,定位到是 while (iterator.hasNext() && !cxt.stop) { data = iterator.next().getBytes("UTF-8"); pipeOut.write(data); } 在getBytes时出现的问题。 请您协助定位一下原因,谢谢!