You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2017/07/17 01:50:00 UTC

[jira] [Created] (AVRO-2050) Clear Array To Allow GC

BELUGA BEHR created AVRO-2050:
---------------------------------

             Summary: Clear Array To Allow GC
                 Key: AVRO-2050
                 URL: https://issues.apache.org/jira/browse/AVRO-2050
             Project: Avro
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.8.2, 1.7.7
            Reporter: BELUGA BEHR
            Priority: Minor


Java's {{ArrayList}} implementation clears all Objects from the internal buffer when the {{clear()}} method is called.  This allows the Objects to be free for GC.  We should do the same in Avro {{org.apache.avro.generic.GenericData}} 

[ArrayList Source|http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/java/util/ArrayList.java#ArrayList.clear%28%29]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)