You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/03/16 13:16:09 UTC

[GitHub] [pulsar] sijie opened a new pull request #3836: Issue #3211: Fix NPE when creating schema after deleting a schema

sijie opened a new pull request #3836: Issue #3211: Fix NPE when creating schema after deleting a schema
URL: https://github.com/apache/pulsar/pull/3836
 
 
   Fixes #3211
   
   *Motivation*
   
   When a schema is deleted, the schema is not removed directly.
   You can still fetch the latest schema but its state is marked as `deleted`.
   
   So when we apply schema compatability check, we should ignore deleted schema.
   
   *Modifications*
   
   Ignore deleted scheam when doing schema compatability check
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services