[
https://issues.apache.org/jira/browse/HADOOP-11098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942850#comment-14942850
]
Tsuyoshi Ozawa commented on HADOOP-11098:
-----------------------------------------
All tests are not related to the patch.
Following tests are fails without patch - created HDFS-9195 and HDFS-9196 for
addressing the problem:
{quote}
TestDelegationTokenForProxyUser.testWebHdfsDoAs:163
expected:<...ocalhost:44528/user/[Proxy]User> but
was:<...ocalhost:44528/user/[Real]User>
TestWebHdfsContentLength.testPutOp:116 expected:<0> but was:<null>
TestWebHdfsContentLength.testPutOpWithRedirect:130 expected:<[chunked]> but
was:<[0]>
{quote}
The failures of TestCrcCorruption and TestGangliaMetrics are occasional one -
ran all tests locally and confirmed that they passes.
Thanks for the review, committing this shortly.
> [JDK8] Max Non Heap Memory default changed between JDK7 and 8
> -------------------------------------------------------------
>
> Key: HADOOP-11098
> URL: https://issues.apache.org/jira/browse/HADOOP-11098
> Project: Hadoop Common
> Issue Type: Bug
> Affects Versions: 2.3.0, 2.7.1
> Environment: JDK8
> Reporter: Travis Thompson
> Assignee: Tsuyoshi Ozawa
> Attachments: HADOOP-11098.001.patch, after.png
>
>
> I noticed this because the NameNode UI shows "Max Non Heap Memory" which
> after some digging I found correlates to MaxDirectMemorySize.
> JDK7
> {noformat}
> Heap Memory used 16.75 GB of 23 GB Heap Memory. Max Heap Memory is 23.7 GB.
> Non Heap Memory used 57.32 MB of 67.38 MB Commited Non Heap Memory. Max Non
> Heap Memory is 130 MB.
> {noformat}
> JDK8
> {noformat}
> Heap Memory used 3.02 GB of 7.65 GB Heap Memory. Max Heap Memory is 23.7 GB.
> Non Heap Memory used 103.12 MB of 104.41 MB Commited Non Heap Memory. Max Non
> Heap Memory is -1 B.
> {noformat}
> More information in first comment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)