[jira] [Updated] (HDFS-14395) Remove WARN Logging From Interrupts in DataStreamer

2020-11-14 Thread Xiaoqiao He (Jira)


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

Xiaoqiao He updated HDFS-14395:
---
Fix Version/s: 3.2.2

backport to branch-3.2.2 for the next RC.

> Remove WARN Logging From Interrupts in DataStreamer
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 3.3.0, 3.2.2, 3.2.3
>
> Attachments: HDFS-14395-branch-3.2.001.patch, HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDFS-14395) Remove WARN Logging From Interrupts in DataStreamer

2020-11-10 Thread Ahmed Hussein (Jira)


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

Ahmed Hussein updated HDFS-14395:
-
Summary: Remove WARN Logging From Interrupts in DataStreamer  (was: Remove 
WARN Logging From Interrupts)

> Remove WARN Logging From Interrupts in DataStreamer
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 3.3.0, 3.2.3
>
> Attachments: HDFS-14395-branch-3.2.001.patch, HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDFS-14395) Remove WARN Logging From Interrupts

2020-11-09 Thread Xiaoqiao He (Jira)


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

Xiaoqiao He updated HDFS-14395:
---
Fix Version/s: 3.2.3
   Resolution: Fixed
   Status: Resolved  (was: Patch Available)

Failed unit tests seems unrelated with this changes, cherry-pick to branch-3.2.

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 3.2.3, 3.3.0
>
> Attachments: HDFS-14395-branch-3.2.001.patch, HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDFS-14395) Remove WARN Logging From Interrupts

2020-11-09 Thread Xiaoqiao He (Jira)


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

Xiaoqiao He updated HDFS-14395:
---
  Attachment: HDFS-14395-branch-3.2.001.patch
Target Version/s: 3.2.3
  Status: Patch Available  (was: Reopened)

reopen and submit patch for branch-3.2.

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 3.3.0
>
> Attachments: HDFS-14395-branch-3.2.001.patch, HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (HDFS-14395) Remove WARN Logging From Interrupts

2019-03-28 Thread Giovanni Matteo Fumarola (JIRA)


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

Giovanni Matteo Fumarola updated HDFS-14395:

Fix Version/s: 3.3.0

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Fix For: 3.3.0
>
> Attachments: HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
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-14395) Remove WARN Logging From Interrupts

2019-03-28 Thread Giovanni Matteo Fumarola (JIRA)


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

Giovanni Matteo Fumarola updated HDFS-14395:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Attachments: HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
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-14395) Remove WARN Logging From Interrupts

2019-03-27 Thread David Mollitor (JIRA)


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

David Mollitor updated HDFS-14395:
--
Status: Patch Available  (was: Open)

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Attachments: HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
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-14395) Remove WARN Logging From Interrupts

2019-03-27 Thread David Mollitor (JIRA)


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

David Mollitor updated HDFS-14395:
--
Attachment: HDFS-14395.1.patch

> Remove WARN Logging From Interrupts
> ---
>
> Key: HDFS-14395
> URL: https://issues.apache.org/jira/browse/HDFS-14395
> Project: Hadoop HDFS
>  Issue Type: Improvement
>  Components: hdfs-client
>Affects Versions: 3.2.0
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
> Attachments: HDFS-14395.1.patch
>
>
> * Remove WARN level logging for interrupts which are simply ignored anyway.
> *  In places where interrupt is not ignored, ensure that the Thread's 
> interrupt status is continued
> * Small logging updates
> This class produces a lot of superfluous stack traces if it is interrupted.



--
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