Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-1129

Schema deletion cheking

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.1
    • 1.7.2
    • c
    • None

    Description

      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();

      Attachments

        1. AVRO-1129.patch
          1.0 kB
          Pugachev Maxim

        Activity

          People

            Unassigned Unassigned
            mpugachev Pugachev Maxim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: