[
https://issues.apache.org/jira/browse/TAJO-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356081#comment-14356081
]
Hudson commented on TAJO-1384:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #246 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/246/])
TAJO-1384: Duplicated output file path problem. (jihoon) (jihoonson: rev
513a8c3086b889d9b701d5c97eda3fb8c5453834)
*
tajo-storage/tajo-storage-hdfs/src/test/java/org/apache/tajo/storage/TestStorageUtil.java
*
tajo-storage/tajo-storage-common/src/main/java/org/apache/tajo/storage/StorageUtil.java
* CHANGES
> Duplicated output file path problem
> -----------------------------------
>
> Key: TAJO-1384
> URL: https://issues.apache.org/jira/browse/TAJO-1384
> Project: Tajo
> Issue Type: Bug
> Components: storage
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.11
>
> Attachments: TAJO-1384.patch
>
>
> *Introduction*
> When consecutively inserting data into an existing directory, each files must
> have different names. To avoid the duplicated name problem, a unique sequence
> number is appended to the end of the file name. In addition, the max sequence
> number of pre-existing files is first found before starting writing to the
> final output directory.
> *Problem*
> When finding the max sequence number of pre-existing files, those files are
> not sorted by their sequence numbers. This finally causes the duplicated file
> name problem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)