[
https://issues.apache.org/jira/browse/HBASE-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934769#action_12934769
]
Todd Lipcon commented on HBASE-3263:
------------------------------------
Shortly after the StackOverflowError it also started spitting this exception:
2010-11-19 12:09:50,366 WARN org.apache.hadoop.hbase.master.AssignmentManager:
Failed assignment of usertable,,1289960558114.03110b4c3c0b24fa1c920ec7669d03a6.
to serverName=haus03.sf.cloudera.com,60020,1289890926773, load=(requests=0,
regions=11, usedHeap=5403, maxHeap=8185), trying to assign elsewhere instead
java.lang.NullPointerException
at
org.apache.hadoop.hbase.ipc.HBaseClient$Connection.sendParam(HBaseClient.java:485)
at org.apache.hadoop.hbase.ipc.HBaseClient.call(HBaseClient.java:733)
at org.apache.hadoop.hbase.ipc.HBaseRPC$Invoker.invoke(HBaseRPC.java:257)
at $Proxy8.openRegion(Unknown Source)
at
org.apache.hadoop.hbase.master.ServerManager.sendRegionOpen(ServerManager.java:537)
at
org.apache.hadoop.hbase.master.AssignmentManager.assign(AssignmentManager.java:830)
> Stack overflow in AssignmentManager
> -----------------------------------
>
> Key: HBASE-3263
> URL: https://issues.apache.org/jira/browse/HBASE-3263
> Project: HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.90.0
> Reporter: Todd Lipcon
> Priority: Blocker
> Attachments: stackoverflow-log.txt
>
>
> My test cluster experienced a switch outage earlier this week which threw the
> master into a really bad state. In the catch clause of
> AssignmentManager.assign, we recurse, and if all of the region servers are
> inaccessible, we do so until we get a stack overflow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.