[
https://issues.apache.org/jira/browse/HBASE-3343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973449#action_12973449
]
Jean-Daniel Cryans commented on HBASE-3343:
-------------------------------------------
Testing more I saw also a different error:
{noformat}
2010-12-20 18:01:54,211 ERROR
[RS_OPEN_REGION-h38.sfo.stumble.net,50228,1292896899873-0]
executor.EventHandler(154): Caught throwable while processing event
M_RS_OPEN_REGION
java.lang.NullPointerException at
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.updateMeta(OpenRegionHandler.java:166)
at
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler.process(OpenRegionHandler.java:98)
at
org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:151)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
{noformat}
> Server not shutting down after losing log lease
> -----------------------------------------------
>
> Key: HBASE-3343
> URL: https://issues.apache.org/jira/browse/HBASE-3343
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.90.0
> Reporter: Todd Lipcon
> Assignee: stack
> Priority: Critical
> Fix For: 0.90.0
>
> Attachments: shutdown-logs.txt.bz2, stuck-server.txt
>
>
> Ran into this bug testing 0.90rc2. I kill -STOPed a server, and then -CONT it
> after its logs had been split. It correctly decided it should abort, but got
> stuck during the shutdown process.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.