[ 
https://issues.apache.org/jira/browse/TAJO-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260185#comment-14260185
 ] 

Tajo QA commented on TAJO-269:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12689341/TAJO-269_2.patch
  against master revision release-0.9.0-rc0-112-gfd49bff.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 8 new 
or modified test files.

    {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 269 new 
Findbugs (version 2.0.3) warnings.

    {color:red}-1 release audit.{color}  The applied patch generated 661 
release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-catalog/tajo-catalog-common tajo-common tajo-core tajo-plan 
tajo-storage/tajo-storage-common tajo-storage/tajo-storage-hbase.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//testReport/
Release audit warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-plan.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-hbase.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/562//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-storage-common.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/562//console

This message is automatically generated.

> Protocol buffer De/Serialization for LogicalNode
> ------------------------------------------------
>
>                 Key: TAJO-269
>                 URL: https://issues.apache.org/jira/browse/TAJO-269
>             Project: Tajo
>          Issue Type: Improvement
>          Components: query master, worker
>            Reporter: Jihoon Son
>            Assignee: Hyunsik Choi
>             Fix For: 0.10
>
>         Attachments: TAJO-269.patch, TAJO-269_2.patch
>
>
> In the current implementation, the logical plan is serialized into a JSON 
> object and sent to each worker.
> However, the transmission of JSON object incurs the high overhead due to its 
> large size.
> ProtocolBuffer is a good alternative because its overhead is quite small and 
> already used in other modules of Tajo.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to