You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/12/30 04:18:02 UTC

[jira] [Updated] (AVRO-1707) Java serialization readers/writers in generated Java classes

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

Thiruvalluvan M. G. updated AVRO-1707:
--------------------------------------
    Component/s: java

> Java serialization readers/writers in generated Java classes
> ------------------------------------------------------------
>
>                 Key: AVRO-1707
>                 URL: https://issues.apache.org/jira/browse/AVRO-1707
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.8.0
>            Reporter: Zoltan Farkas
>            Priority: Major
>
> the following static instances are declared in the generated classes:
>   private static final org.apache.avro.io.DatumWriter
>     WRITER$ = new org.apache.avro.specific.SpecificDatumWriter(SCHEMA$);  
>   private static final org.apache.avro.io.DatumReader
>     READER$ = new org.apache.avro.specific.SpecificDatumReader(SCHEMA$);  
>  the reaser/writer hold on to a reference to the "Creator Thread":
> "private final Thread creator;"
> which inhibits GC-ing thread locals... for this thread...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)