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/05/21 02:19:39 UTC

[GitHub] [hbase] rda3mon commented on a change in pull request #3279: HBASE-25888 Backup tests are categorically flakey

rda3mon commented on a change in pull request #3279:
URL: https://github.com/apache/hbase/pull/3279#discussion_r636590250



##########
File path: hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/mapreduce/MapReduceBackupMergeJob.java
##########
@@ -240,7 +240,7 @@ protected void copyMetaData(FileSystem fs, Path tmpBackupDir, Path backupDirPath
    * @throws IOException exception
    */
   protected void copyFile(FileSystem fs, Path p, Path newPath) throws IOException {
-    File f = File.createTempFile("data", "meta");
+    File f = File.createTempFile("data", "meta", new File(System.getProperty("java.io.tmpdir")));

Review comment:
       @Apache9 Not sure if I understood what you meant. Can you explain a bit more detail?




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

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