[jira] [Updated] (HDFS-13126) Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for WebHDFS

2018-02-10 Thread Brahma Reddy Battula (JIRA)

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

Brahma Reddy Battula updated HDFS-13126:

Fix Version/s: 2.7.6

> Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for 
> WebHDFS
> 
>
> Key: HDFS-13126
> URL: https://issues.apache.org/jira/browse/HDFS-13126
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, webhdfs
>Affects Versions: 2.7.0
>Reporter: Erik Krogen
>Assignee: Erik Krogen
>Priority: Major
> Fix For: 2.7.6
>
> Attachments: HDFS-13126-branch-2.7.000.patch
>
>
> Due to HDFS-7279, starting in 2.7.0, the DataNode HTTP Request logs no longer 
> include WebHDFS requests because the HTTP request logging is done internal to 
> {{HttpServer2}}, which is no longer used (replaced by Netty). This was fixed 
> in HDFS-7959 but not added to branch-2.7 where the original breakage occurs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13126) Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for WebHDFS

2018-02-08 Thread Konstantin Shvachko (JIRA)

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

Konstantin Shvachko updated HDFS-13126:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Just committed this to branch-2.7. Thank you [~xkrogen].

> Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for 
> WebHDFS
> 
>
> Key: HDFS-13126
> URL: https://issues.apache.org/jira/browse/HDFS-13126
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, webhdfs
>Affects Versions: 2.7.0
>Reporter: Erik Krogen
>Assignee: Erik Krogen
>Priority: Major
> Attachments: HDFS-13126-branch-2.7.000.patch
>
>
> Due to HDFS-7279, starting in 2.7.0, the DataNode HTTP Request logs no longer 
> include WebHDFS requests because the HTTP request logging is done internal to 
> {{HttpServer2}}, which is no longer used (replaced by Netty). This was fixed 
> in HDFS-7959 but not added to branch-2.7 where the original breakage occurs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13126) Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for WebHDFS

2018-02-08 Thread Erik Krogen (JIRA)

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

Erik Krogen updated HDFS-13126:
---
Attachment: HDFS-13126-branch-2.7.000.patch

> Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for 
> WebHDFS
> 
>
> Key: HDFS-13126
> URL: https://issues.apache.org/jira/browse/HDFS-13126
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, webhdfs
>Affects Versions: 2.7.0
>Reporter: Erik Krogen
>Assignee: Erik Krogen
>Priority: Major
> Attachments: HDFS-13126-branch-2.7.000.patch
>
>
> Due to HDFS-7279, starting in 2.7.0, the DataNode HTTP Request logs no longer 
> include WebHDFS requests because the HTTP request logging is done internal to 
> {{HttpServer2}}, which is no longer used (replaced by Netty). This was fixed 
> in HDFS-7959 but not added to branch-2.7 where the original breakage occurs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13126) Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for WebHDFS

2018-02-08 Thread Erik Krogen (JIRA)

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

Erik Krogen updated HDFS-13126:
---
Issue Type: Bug  (was: Improvement)

> Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for 
> WebHDFS
> 
>
> Key: HDFS-13126
> URL: https://issues.apache.org/jira/browse/HDFS-13126
> Project: Hadoop HDFS
>  Issue Type: Bug
>  Components: datanode, webhdfs
>Affects Versions: 2.7.0
>Reporter: Erik Krogen
>Assignee: Erik Krogen
>Priority: Major
>
> Due to HDFS-7279, starting in 2.7.0, the DataNode HTTP Request logs no longer 
> include WebHDFS requests because the HTTP request logging is done internal to 
> {{HttpServer2}}, which is no longer used (replaced by Netty). This was fixed 
> in HDFS-7959 but not added to branch-2.7 where the original breakage occurs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org



[jira] [Updated] (HDFS-13126) Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for WebHDFS

2018-02-08 Thread Erik Krogen (JIRA)

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

Erik Krogen updated HDFS-13126:
---
Summary: Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request 
logging for WebHDFS  (was: Re-enable HTTP Request Logging for WebHDFS)

> Backport [HDFS-7959] to branch-2.7 to re-enable HTTP request logging for 
> WebHDFS
> 
>
> Key: HDFS-13126
> URL: https://issues.apache.org/jira/browse/HDFS-13126
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: datanode, webhdfs
>Affects Versions: 2.7.0
>Reporter: Erik Krogen
>Assignee: Erik Krogen
>Priority: Major
>
> Due to HDFS-7279, starting in 2.7.0, the DataNode HTTP Request logs no longer 
> include WebHDFS requests because the HTTP request logging is done internal to 
> {{HttpServer2}}, which is no longer used (replaced by Netty). If the request 
> logging is enabled, we should add a Netty 
> [LoggingHandler|https://netty.io/4.0/api/io/netty/handler/logging/LoggingHandler.html]
>  to the ChannelPipeline for the http(s) servers used by the DataNode.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org