jt2594838 opened a new pull request, #14711:
URL: https://github.com/apache/iotdb/pull/14711

   When executing DELETE DATABASE right after the restart of a data node, cache 
inconsistency will occur due to:
   1. the node status remains UNKNOWN during the execution of DELETE DATABASE;
   2. nodes with status UNKNOWN are skipped when invalidating the cache.
   
   1. is fixed by adding more retries when finding a node with UNKNOWN status;
   2. is fixed by aborting the DELETE DATABASE procedure if any node is UNKNOWN.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to