Jonathan Hsieh created HBASE-7378:
-------------------------------------

             Summary: prove or disprove memory leak with procedure error 
listeners.
                 Key: HBASE-7378
                 URL: https://issues.apache.org/jira/browse/HBASE-7378
             Project: HBase
          Issue Type: Sub-task
          Components: snapshots
    Affects Versions: hbase-6055
            Reporter: Jonathan Hsieh
             Fix For: hbase-6055


>From the review of HBASE-7206, there are two opposing concerns having to do 
>with references to procedures being held.

1) One approach says to use weak references so that they can be GC'ed.
2) The counterargument is that potentially leaves all references weak and 
causes some procedures to be prematurely gc'ed.

We need to determine which is the case and fix it so that the 
procedures/subprocedures are not prematurely collected and not leaked.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to