pkumar-singh opened a new pull request #9348:
URL: https://github.com/apache/pulsar/pull/9348


   ### Motivation
   
   Admin operations should be non blocking.
   Typical admin operations particularly delete table/namespace operations 
should not be a blocking operation.
   If delete admin operation fails the maximum cost is it will leave garbage 
behind in the state store, which can always be cleaned up later manually by an 
operator.
   
   ### Modifications
   Delete the table in non blocking way and do not wait for operation to be 
completed.
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
     - Dependencies (does it add or upgrade a dependency): (yes / no)
     - The public API: (no)
     - The schema: (no)
     - The default values of configurations: (no)
     - The wire protocol: (no)
     - The rest endpoints: (no)
     - The admin cli options: (no)
     - Anything that affects deployment: (no)
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to