[
https://issues.apache.org/jira/browse/TAJO-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14137465#comment-14137465
]
Tajo QA commented on TAJO-1049:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12669428/TAJO-1049_2.patch
against master revision 1a8a67c.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:red}-1 tests included.{color} The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to introduce 209 new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit.{color} The applied patch generated 103
release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-core.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/492//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/492//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/492//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/492//console
This message is automatically generated.
> Remove the parallel degree limit up to the maximum cluster capacity
> -------------------------------------------------------------------
>
> Key: TAJO-1049
> URL: https://issues.apache.org/jira/browse/TAJO-1049
> Project: Tajo
> Issue Type: Improvement
> Components: data shuffle, distributed query plan
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Trivial
> Fix For: 0.9.0
>
> Attachments: TAJO-1049.patch, TAJO-1049_2.patch
>
>
> The maximum parallel degree had been limited by the number of cluster node
> capacity. This was because the old hash shuffle approach created too many
> small files depending on the number of parallel degree of a stage.
> But, TAJO-992 solved this problem. We don't need to use this limit anymore.
> This patch removes the limit.
> I think that this patch requires cluster test and it is hard to verify this
> patch in unit tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)