[
https://issues.apache.org/jira/browse/TAJO-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260947#comment-14260947
]
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/12689469/TAJO-269_3.patch
against master revision release-0.9.0-rc0-113-g6fde9e5.
{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 cause Findbugs
(version 2.0.3) to fail.
{color:red}-1 release audit.{color} The applied patch generated 718
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/564//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/564//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs results:
https://builds.apache.org/job/PreCommit-TAJO-Build/564//findbugsResult
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/564//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, TAJO-269_3.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)