[jira] [Updated] (HBASE-10981) taskmonitor use subList may cause recursion and get a java.lang.StackOverflowError

2014-04-24 Thread Jean-Daniel Cryans (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Daniel Cryans updated HBASE-10981:
---

Resolution: Duplicate
Status: Resolved  (was: Patch Available)

Yup, resolving as dup of HBASE-10312. 

 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)


[jira] [Updated] (HBASE-10981) taskmonitor use subList may cause recursion and get a java.lang.StackOverflowError

2014-04-14 Thread sinfox (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sinfox updated HBASE-10981:
---

Attachment: fixsubListException.patch

 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
 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)


[jira] [Updated] (HBASE-10981) taskmonitor use subList may cause recursion and get a java.lang.StackOverflowError

2014-04-14 Thread sinfox (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sinfox updated HBASE-10981:
---

Status: Patch Available  (was: Open)

 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
 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)


[jira] [Updated] (HBASE-10981) taskmonitor use subList may cause recursion and get a java.lang.StackOverflowError

2014-04-14 Thread sinfox (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sinfox updated HBASE-10981:
---

Priority: Critical  (was: Major)

 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)