Yida Wu created IMPALA-13032: -------------------------------- Summary: Correcting misleading paths in error message for spilling to remote space Key: IMPALA-13032 URL: https://issues.apache.org/jira/browse/IMPALA-13032 Project: IMPALA Issue Type: Bug Components: Backend Reporter: Yida Wu Assignee: Yida Wu
When using spilling to a remote space, a local disk buffer is required. Currently, if the local disk becomes full, error messages like the following may be printed. However, the path displayed is incorrect; it should show the local path instead of the remote path. {code:java} instance_id=xxxxx:yyyy#in-flight=0 status=DISK_IO_ERROR: Disk I/O error on host: write() failed for s3a://remote_path/impala-scratch/xxxx-xxxx/impala-scratch-yyy-yyy. The given path doesn't exist. errno=2, range_length=2097152 Disk I/O error on host: write() failed for s3a://remote_path/impala-scratch/xxxx-xxxx/impala-scratch-yyy-yyy. No space left on device. errno=28, range_length=2097152 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org