sinfox created HBASE-10981:
------------------------------
Summary: 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.96.1.1, 0.98.1, 0.96.2, 0.96.0, 0.98.0, 0.98.2
Environment: java version "1.7.0_03" 64bit
Reporter: sinfox
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)