Lili Ma created HAWQ-607:
----------------------------
Summary: Copy large table to file, and kill QE process, copy
doesn't fail.
Key: HAWQ-607
URL: https://issues.apache.org/jira/browse/HAWQ-607
Project: Apache HAWQ
Issue Type: Bug
Components: Core
Reporter: Lili Ma
Assignee: Lei Chang
Create table a and insert into values to ensure it's large enough. Then do
copy.
postgres=# copy a to '/copy.tmp';
COPY 11151042
kill -9 the QE when doing copy, the copy command doesn't fail, but report it
finishes along with the finish number. This is not correct, since the copy is
partially finished and user is not noticed with QE error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)