Issue Details (XML | Word | Printable)

Key: HADOOP-3491
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lohit Vijayarenu
Reporter: Konstantin Shvachko
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Name-node shutdown causes InterruptedException in ResolutionMonitor

Created: 05/Jun/08 12:15 AM   Updated: 08/Jul/09 04:43 PM
Return to search
Component/s: None
Affects Version/s: 0.16.0
Fix Version/s: 0.18.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works HADOOP-3491-1.patch 2008-06-06 08:26 PM Lohit Vijayarenu 0.6 kB
Text File Licensed for inclusion in ASF works HADOOP-3491-2.patch 2008-06-06 09:56 PM Lohit Vijayarenu 3 kB
Text File Licensed for inclusion in ASF works HADOOP-3491-3.patch 2008-06-06 10:13 PM Lohit Vijayarenu 3 kB

Hadoop Flags: Reviewed
Resolution Date: 07/Jun/08 12:00 AM


 Description  « Hide
ResolutionMonitor.run() catches a general Exception and logs them no matter what.
It should explicitly catch the InterruptedException and exit gracefully.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #664203 Fri Jun 06 23:58:47 UTC 2008 shv HADOOP-3491. Name-node shutdown causes InterruptedException in ResolutionMonitor. Contributed by Lohit Vijayarenu.
Files Changed
MODIFY /hadoop/core/trunk/src/java/org/apache/hadoop/dfs/FSNamesystem.java
MODIFY /hadoop/core/trunk/CHANGES.txt