You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/05/14 06:31:57 UTC

[GitHub] [hadoop] iamgd67 opened a new pull request #817: HDFS-14303: scan only meta file produce block dir structure check warn fix

iamgd67 opened a new pull request #817: HDFS-14303: scan only meta file produce block dir structure check warn fix
URL: https://github.com/apache/hadoop/pull/817
 
 
   when scan a only meta file but no block file block, will produce a block structure warn eg:
   
   WARN DirectoryScanner:? - Block: 1101939874 has to be upgraded to block ID-based layout. Actual block file path: /data14/hadoop/data/current/BP-1461038173-10.8.48.152-1481686842620/current/finalized/subdir174/subdir68, expected block file path: /data14/hadoop/data/current/BP-1461038173-10.8.48.152-1481686842620/current/finalized/subdir174/subdir68/subdir68
   
   the cause is added a .getParentFile() call mistakenly

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org