[
https://issues.apache.org/jira/browse/HADOOP-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532725
]
Doug Cutting commented on HADOOP-1924:
--------------------------------------
I have seen such hangs before. The socket has a timeout set, yet an operation
on it never times out. The only reliable way of handling such situations that
I have found is to use the deprecated Thread.stop(). Perhaps it is a JVM bug,
fixed in 1.6, or perhaps it is a Solaris bug...
> [hbase] TestDFSAbort failed in nightly #242
> -------------------------------------------
>
> Key: HADOOP-1924
> URL: https://issues.apache.org/jira/browse/HADOOP-1924
> Project: Hadoop
> Issue Type: Bug
> Components: contrib/hbase
> Reporter: stack
> Assignee: stack
> Priority: Minor
> Attachments: testdfsabort.patch, testdfsabort_patchbuild798.txt
>
>
> TestDFSAbort and TestBloomFilters failed in last nights nightly build (#242).
> This issue is about trying to figure whats up w/ TDFSA.
> Studying console logs, HRegionServer stopped logging any activity and HMaster
> for its part did not expire the HRegionServer lease. On top of it all,
> continued tests of the state of HDFS -- the test is meant to sure Hbase
> shutdown when HDFS is pulled from under it -- seems to have continued
> reporting itself healthy though it'd be closed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.