[
https://issues.apache.org/jira/browse/HDFS-7464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wei-Chiu Chuang reopened HDFS-7464:
-----------------------------------
I am seeing this today with Java 7
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
Running org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA
Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.205 sec <<<
FAILURE! - in org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA
testRefreshSuperUserGroupsConfiguration(org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA)
Time elapsed: 0.808 sec <<< FAILURE!
java.lang.AssertionError: refreshSuperUserGroupsConfiguration: End of File
Exception between local host is: "weichiu-MBP.local/172.16.1.61"; destination
host is: "localhost":10872; : java.io.EOFException; For more details see:
http://wiki.apache.org/hadoop/EOFException expected:<0> but was:<-1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at
org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA.testRefreshSuperUserGroupsConfiguration(TestDFSAdminWithHA.java:235)
Results :
Failed tests:
TestDFSAdminWithHA.testRefreshSuperUserGroupsConfiguration:235
refreshSuperUserGroupsConfiguration: End of File Exception between local host
is: "weichiu-MBP.local/172.16.1.61"; destination host is: "localhost":10872; :
java.io.EOFException; For more details see:
http://wiki.apache.org/hadoop/EOFException expected:<0> but was:<-1>
> TestDFSAdminWithHA#testRefreshSuperUserGroupsConfiguration fails against Java
> 8
> -------------------------------------------------------------------------------
>
> Key: HDFS-7464
> URL: https://issues.apache.org/jira/browse/HDFS-7464
> Project: Hadoop HDFS
> Issue Type: Test
> Reporter: Ted Yu
> Priority: Minor
>
> From https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/23/ :
> {code}
> REGRESSION:
> org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA.testRefreshSuperUserGroupsConfiguration
> Error Message:
> refreshSuperUserGroupsConfiguration: End of File Exception between local host
> is: "asf908.gq1.ygridcore.net/67.195.81.152"; destination host is:
> "localhost":12700; : java.io.EOFException; For more details see:
> http://wiki.apache.org/hadoop/EOFException expected:<0> but was:<-1>
> Stack Trace:
> java.lang.AssertionError: refreshSuperUserGroupsConfiguration: End of File
> Exception between local host is: "asf908.gq1.ygridcore.net/67.195.81.152";
> destination host is: "localhost":12700; : java.io.EOFException; For more
> details see: http://wiki.apache.org/hadoop/EOFException expected:<0> but
> was:<-1>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at
> org.apache.hadoop.hdfs.tools.TestDFSAdminWithHA.testRefreshSuperUserGroupsConfiguration(TestDFSAdminWithHA.java:228)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)