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 12:05:29 UTC

[GitHub] [hbase] wchevreuil edited a comment on pull request #3845: HBASE-26454 CreateTableProcedure still relies on temp dir and renames…

wchevreuil edited a comment on pull request #3845:
URL: https://github.com/apache/hbase/pull/3845#issuecomment-970195137


   > The failed UT is related?
   > 
   > TestMasterFileSystem.testCheckTempDir
   
   Yes, it's failing because it can't rename tabledir to temp:
   
   ...
   2021-11-16T11:45:56,209 WARN  [IPC Server handler 3 on 50183] namenode.FSDirRenameOp(182): DIR* FSDirectory.unprotectedRenameTo: failed to rename /user/wellingtonchevreuil/test-data/577b1635-a2e9-6d2d-0e93-e72c07fd3ba7/data/default/testCheckTempDir to /user/wellingtonchevreuil/test-data/577b1635-a2e9-6d2d-0e93-e72c07fd3ba7/.tmp/data/default/testCheckTempDir because destination's parent does not exist
   ...
   
   I think this UT is invalid now that we don't need table temp dir. I'm gonna change it to reflect the current behaviour.


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