Jinghui Wang created HDFS-6579: ---------------------------------- Summary: TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC Key: HDFS-6579 URL: https://issues.apache.org/jira/browse/HDFS-6579 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 2.4.0, 2.3.0, 2.2.0, 2.0.4-alpha, 2.1.0-beta Reporter: Jinghui Wang Fix For: 2.4.1
SocketOutputStream closes its writer if it's partial written. But on PPC, after writing for some time, buf.capacity still equals buf.remaining. The reason might be what's written on PPC is buffered,so the buf.remaining will not change till a flush. -- This message was sent by Atlassian JIRA (v6.2#6252)