HDFS-10292. Add block id when client got Unable to close file exception. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
3150ae8108
commit
2c155afe27
@ -811,7 +811,7 @@ protected void completeFile(ExtendedBlock last) throws IOException {
|
||||
try {
|
||||
if (retries == 0) {
|
||||
throw new IOException("Unable to close file because the last block"
|
||||
+ " does not have enough number of replicas.");
|
||||
+ last + " does not have enough number of replicas.");
|
||||
}
|
||||
retries--;
|
||||
Thread.sleep(sleeptime);
|
||||
|
Loading…
Reference in New Issue
Block a user