You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Heejong Lee (Jira)" <ji...@apache.org> on 2019/09/20 00:38:00 UTC

[jira] [Created] (BEAM-8289) Append job name (or job id) to temporary directory name in FileBasedSink

Heejong Lee created BEAM-8289:
---------------------------------

             Summary: Append job name (or job id) to temporary directory name in FileBasedSink
                 Key: BEAM-8289
                 URL: https://issues.apache.org/jira/browse/BEAM-8289
             Project: Beam
          Issue Type: Bug
          Components: io-java-files
            Reporter: Heejong Lee
            Assignee: Heejong Lee


There was an issue that a temporary directory name is not unique in FileBasedSink (https://issues.apache.org/jira/browse/BEAM-7689) and we've changed the naming algorithm from timestamp to UUID. However, it looks like UUID is still not enough to distinguish two separate temporary directories from different jobs. We may need to put job name or job id to the temporary directory name for avoiding future naming collision.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)