[jira] [Updated] (HDFS-7406) SimpleHttpProxyHandler puts incorrect Connection: Close header

2015-01-21 Thread Haohui Mai (JIRA)

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

Haohui Mai updated HDFS-7406:
-
Hadoop Flags: Reviewed  (was: Incompatible change,Reviewed)

 SimpleHttpProxyHandler puts incorrect Connection: Close header
 

 Key: HDFS-7406
 URL: https://issues.apache.org/jira/browse/HDFS-7406
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Haohui Mai
Assignee: Haohui Mai
 Fix For: 2.7.0

 Attachments: HDFS-7406.000.patch


 tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the 
 {{Connection}} header:
 {noformat}
 Connection: io.netty.channel.ChannelFutureListener$1@36866933
 {noformat}
 which should be
 {noformat}
 Connection: close
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-7406) SimpleHttpProxyHandler puts incorrect Connection: Close header

2015-01-21 Thread Rushabh S Shah (JIRA)

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

Rushabh S Shah updated HDFS-7406:
-
Hadoop Flags: Incompatible change,Reviewed  (was: Reviewed)

 SimpleHttpProxyHandler puts incorrect Connection: Close header
 

 Key: HDFS-7406
 URL: https://issues.apache.org/jira/browse/HDFS-7406
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Haohui Mai
Assignee: Haohui Mai
 Fix For: 2.7.0

 Attachments: HDFS-7406.000.patch


 tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the 
 {{Connection}} header:
 {noformat}
 Connection: io.netty.channel.ChannelFutureListener$1@36866933
 {noformat}
 which should be
 {noformat}
 Connection: close
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-7406) SimpleHttpProxyHandler puts incorrect Connection: Close header

2014-11-18 Thread Haohui Mai (JIRA)

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

Haohui Mai updated HDFS-7406:
-
Attachment: HDFS-7406.000.patch

 SimpleHttpProxyHandler puts incorrect Connection: Close header
 

 Key: HDFS-7406
 URL: https://issues.apache.org/jira/browse/HDFS-7406
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Haohui Mai
Assignee: Haohui Mai
 Attachments: HDFS-7406.000.patch


 tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the 
 {{Connection}} header:
 {noformat}
 Connection: io.netty.channel.ChannelFutureListener$1@36866933
 {noformat}
 which should be
 {noformat}
 Connection: close
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-7406) SimpleHttpProxyHandler puts incorrect Connection: Close header

2014-11-18 Thread Haohui Mai (JIRA)

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

Haohui Mai updated HDFS-7406:
-
Status: Patch Available  (was: Open)

 SimpleHttpProxyHandler puts incorrect Connection: Close header
 

 Key: HDFS-7406
 URL: https://issues.apache.org/jira/browse/HDFS-7406
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Haohui Mai
Assignee: Haohui Mai
 Attachments: HDFS-7406.000.patch


 tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the 
 {{Connection}} header:
 {noformat}
 Connection: io.netty.channel.ChannelFutureListener$1@36866933
 {noformat}
 which should be
 {noformat}
 Connection: close
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HDFS-7406) SimpleHttpProxyHandler puts incorrect Connection: Close header

2014-11-18 Thread Haohui Mai (JIRA)

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

Haohui Mai updated HDFS-7406:
-
   Resolution: Fixed
Fix Version/s: 2.7.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

I've committed the patch to trunk and branch-2. Thanks [~andrew.wang] for the 
reviews.

 SimpleHttpProxyHandler puts incorrect Connection: Close header
 

 Key: HDFS-7406
 URL: https://issues.apache.org/jira/browse/HDFS-7406
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Haohui Mai
Assignee: Haohui Mai
 Fix For: 2.7.0

 Attachments: HDFS-7406.000.patch


 tcpdump reveals that SimpleHttpProxyHandler puts incorrect values of the 
 {{Connection}} header:
 {noformat}
 Connection: io.netty.channel.ChannelFutureListener$1@36866933
 {noformat}
 which should be
 {noformat}
 Connection: close
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)