Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.1, Impala 2.2
Description
Currently, a query fails when it tries to spill data to a disk and that write results in an error. This can happen for multiple reasons: a) no write permission, b) bad disk.
The fix should do two things:
- Check for write permissions on startup
- Don't fail queries that hit an error at runtime (e.g. disk full) if there is another functional scratch disk that can be used instead.
Attachments
Issue Links
- is blocked by
-
IMPALA-3200 Replace BufferedBlockMgr with new buffer pool
- Resolved
- is duplicated by
-
IMPALA-2298 Skip full disks when writing tmp files
- Resolved
-
IMPALA-6078 IMPALA query fails if a scratch directory goes bad with a disk failure
- Resolved
- is related to
-
IMPALA-3866 Improve error reporting for scratch write errors
- Resolved
- relates to
-
IMPALA-4683 Intelligently blacklist scratch disks with physical I/O errors
- Open