[
https://issues.apache.org/jira/browse/HBASE-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979842#comment-13979842
]
Bryan Beaudreault commented on HBASE-10981:
-------------------------------------------
Should this be closed? The patch applies against code that was changed in
HBASE-10312, so I think it is a non-issue now that JDC's has been committed.
> taskmonitor use subList may cause recursion and get a
> java.lang.StackOverflowError
> ----------------------------------------------------------------------------------
>
> Key: HBASE-10981
> URL: https://issues.apache.org/jira/browse/HBASE-10981
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.96.0, 0.96.2, 0.98.1, 0.96.1.1, 0.98.2
> Environment: java version "1.7.0_03" 64bit
> Reporter: sinfox
> Priority: Critical
> Attachments: fixsubListException.patch
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> 2014-04-14 11:52:45,905 ERROR [RS_CLOSE_REGION-in16-062:60020-1]
> executor.EventHandler: Caught throwable while processing event
> M_RS_CLOSE_REGION
> java.lang.RuntimeException: java.lang.StackOverflowError
> at
> org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler.process(CloseRegionHandler.java:161)
> at
> org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:128)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:722)
> Caused by: java.lang.StackOverflowError
> at java.util.ArrayList$SubList.add(ArrayList.java:965)
> at java.util.ArrayList$SubList.add(ArrayList.java:965)
--
This message was sent by Atlassian JIRA
(v6.2#6252)