You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Pugachev Maxim (JIRA)" <ji...@apache.org> on 2012/09/10 08:57:07 UTC

[jira] [Commented] (AVRO-1129) Schema deletion cheking

    [ https://issues.apache.org/jira/browse/AVRO-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451790#comment-13451790 ] 

Pugachev Maxim commented on AVRO-1129:
--------------------------------------

Any chances for reviewing it?
                
> Schema deletion cheking
> -----------------------
>
>                 Key: AVRO-1129
>                 URL: https://issues.apache.org/jira/browse/AVRO-1129
>             Project: Avro
>          Issue Type: Improvement
>          Components: c
>    Affects Versions: 1.7.1
>            Reporter: Pugachev Maxim
>         Attachments: AVRO-1129.patch
>
>
> In the current code there is no ability to check if schema is alive after avro_schema_decref() call. I.e.:
> schema = avro_schema_from_json();
> do_something (schema); // call to avro_schema_decref. maybe.
> if (!schema_is_alive) // can`t check it
>   cleanup();

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