Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
Impala 2.2
-
None
-
None
-
None
Description
Bug occurs if multiple impalads are running on a node with a shared scratch directory, and one impalad starts while another has spilled data to disk in the shared scratch.
Currently impalad deletes and recreates each scratch directory (e.g. /tmp/impala-scratch) in order to remove old scratch files and ensure it has the correct write permissions for the directory.
It also is unlikely to cause observable problems if impalads are started at around the same time - the scratch directory will be deleted and recreated multiple times, but scratch files will not be clobbered unless one of the impalads had spilled to disk.
Attachments
Issue Links
- is related to
-
IMPALA-9798 TestScratchDir.test_multiple_dirs fails to start impalad
- Resolved