|
@@ -711,7 +711,7 @@ class BPOfferService implements Runnable {
|
|
// using global fsdataset
|
|
// using global fsdataset
|
|
dn.data.invalidate(bcmd.getBlockPoolId(), toDelete);
|
|
dn.data.invalidate(bcmd.getBlockPoolId(), toDelete);
|
|
} catch(IOException e) {
|
|
} catch(IOException e) {
|
|
- dn.checkDiskError();
|
|
|
|
|
|
+ // Exceptions caught here are not expected to be disk-related.
|
|
throw e;
|
|
throw e;
|
|
}
|
|
}
|
|
dn.metrics.incrBlocksRemoved(toDelete.length);
|
|
dn.metrics.incrBlocksRemoved(toDelete.length);
|