You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Beysim Sezgin (JIRA)" <ji...@apache.org> on 2015/09/10 00:31:45 UTC

[jira] [Created] (REEF-734) Bridge keeps a reference to AllocatedEvaluatorBridge but AllocatedEvaluatorBridge has no root on Java side

Beysim Sezgin created REEF-734:
----------------------------------

             Summary: Bridge keeps a reference to AllocatedEvaluatorBridge but AllocatedEvaluatorBridge has no root on Java side
                 Key: REEF-734
                 URL: https://issues.apache.org/jira/browse/REEF-734
             Project: REEF
          Issue Type: Bug
            Reporter: Beysim Sezgin


Bridge keeps a reference to AllocatedEvaluatorBridge but AllocatedEvaluatorBridge has no root on Java side. 
This causes  AllocatedEvaluatorBridge  to be collected eventually. Making the reference hold by bridge invalid. We should add a hashmap on java side and gc root the AllocatedEvaluatorBridges. We need to expose AllocatedEvaluatorBridge  id as a key to hashmap



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)