[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-23 Thread Jinghui Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinghui Wang updated HDFS-6579:
---

Attachment: HDFS-6579.patch

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-23 Thread Jinghui Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinghui Wang updated HDFS-6579:
---

Attachment: (was: HDFS-6579.patch)

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-23 Thread Arpit Agarwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDFS-6579:


Assignee: Jinghui Wang
Hadoop Flags: Reviewed
  Status: Patch Available  (was: Open)

Thanks [~jwang302].

+1 pending Jenkins.

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.4.0, 2.3.0, 2.2.0, 2.0.4-alpha, 2.1.0-beta
Reporter: Jinghui Wang
Assignee: Jinghui Wang
 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-20 Thread Arpit Agarwal (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDFS-6579:


Fix Version/s: (was: 2.4.1)

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-20 Thread Jinghui Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinghui Wang updated HDFS-6579:
---

Labels:   (was: compression)

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Fix For: 2.4.1

 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-20 Thread Jinghui Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinghui Wang updated HDFS-6579:
---

Attachment: HDFS-6579.patch

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Fix For: 2.4.1

 Attachments: HDFS-6579.patch


 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)


[jira] [Updated] (HDFS-6579) TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC

2014-06-20 Thread Jinghui Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HDFS-6579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jinghui Wang updated HDFS-6579:
---

Component/s: test

 TestSocketIOWithTimeout#testSocketIOWithTimeout fails on Power PC 
 --

 Key: HDFS-6579
 URL: https://issues.apache.org/jira/browse/HDFS-6579
 Project: Hadoop HDFS
  Issue Type: Bug
  Components: test
Affects Versions: 2.1.0-beta, 2.0.4-alpha, 2.2.0, 2.3.0, 2.4.0
Reporter: Jinghui Wang
 Fix For: 2.4.1

 Attachments: HDFS-6579.patch


 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)