Apache9 commented on pull request #3574:
URL: https://github.com/apache/hbase/pull/3574#issuecomment-897480236


   > One thought I had now is that we probably need to back off CatalogJanitor 
from running whilst a split/merge is going on. As we are creating the dirs 
under table directory, I guess there's a risk CatalogJanitor wipe those dirs 
off before the proc reaches the point to add the region in meta. Let me check 
on this further.
   
   Ah, yes, I also noticed this when review this PR as you mentioned 
CatalogJanitor. But even we do not write directly to region dir, there could 
still be an interval between we move the region into place and add it in meta 
table? I guess we should have already found the way to deal with this, 
otherwise it could cause data loss...


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