You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/11/16 10:59:30 UTC

[GitHub] [hbase] Apache9 commented on pull request #3845: HBASE-26454 CreateTableProcedure still relies on temp dir and renames…

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


   > > Do we need to implement rollback where we will delete the partial table directory?
   > 
   > We already delete pre-existing table dir on line on line #104.
   
   This is not the same thing, it is not about retry but about how to clean up the storage when the CreateTableProcedure fails.
   
   But checked the code, we do not support rollback when we already arrive the WRITE_FS_LAYOUT state, so it should not be a problem.


-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org