[
https://issues.apache.org/jira/browse/TEZ-3202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231122#comment-15231122
]
TezQA commented on TEZ-3202:
----------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12797532/TEZ-3202.3.patch
against master revision 5b1f1a9.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 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}. There were no new javadoc warning messages.
{color:red}-1 findbugs{color}. The patch appears to introduce 2 new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.test.TestFaultTolerance
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/1635//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/1635//artifact/patchprocess/newPatchFindbugsWarningstez-runtime-library.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1635//console
This message is automatically generated.
> Reduce the memory need for jobs with high number of segments
> ------------------------------------------------------------
>
> Key: TEZ-3202
> URL: https://issues.apache.org/jira/browse/TEZ-3202
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jonathan Eagles
> Assignee: Jonathan Eagles
> Attachments: TEZ-3202.1.patch, TEZ-3202.2.patch, TEZ-3202.3.patch
>
>
> Segment has a 'key' member that holds accounting information to the reader's
> current key buffer, position, and length. There is a 384 byte overhead per
> segment since the account is done with the DataInputBuffer class which
> derives from DataInputStream which has underlying byte[80] and char[80] among
> significant pieces. This jira aims to reduce the overhead per segment
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)