[
https://issues.apache.org/jira/browse/TAJO-952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14073983#comment-14073983
]
Tajo QA commented on TAJO-952:
------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12657745/TAJO-952.Mai.140725.patch.txt
against master revision 72808e0.
{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 211 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit.{color} The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-common tajo-core.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/471//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/471//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/471//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/471//console
This message is automatically generated.
> Wrong default partition volume config
> -------------------------------------
>
> Key: TAJO-952
> URL: https://issues.apache.org/jira/browse/TAJO-952
> Project: Tajo
> Issue Type: Bug
> Components: distributed query plan
> Reporter: Hyunsik Choi
> Assignee: Mai Hai Thanh
> Priority: Critical
> Fix For: 0.9.0
>
> Attachments: TAJO-952.Mai.140725.patch.txt
>
>
> The following config is wrong. The config name has the suffix '-mb', but its
> default value seens to mean the number of bytes. It should be fixed. In
> addition, the part using this config may need calculatation from mb to bytes.
> {code}
> DIST_QUERY_TABLE_PARTITION_VOLUME("tajo.dist-query.table-partition.task-volume-mb",
> 256 * 1024 * 1024),
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)