Umeshkumar9414 commented on PR #8594: URL: https://github.com/apache/hbase/pull/8594#issuecomment-5488088420
We only delete an region once it is closed. I can think of 3 scenario of region close- 1. Table disabled 2. Merge parents 3. Split parent . In all 3 cases, regions should be out of Region-In-trnasition tracker when region was getting closed so we should never need to handle it while deleteing. I think bug here, that we need to find out, is why it was not removed from tracker while closing. I am opposed to the change in tracker when actually there is no state change. -- 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]
