HDFS-15219. DFS Client will stuck when ResponseProcessor.run throw Error (#1902). Contributed by zhengchenyu.
This commit is contained in:
parent
ea87d60493
commit
d9c4f1129c
|
@ -1184,7 +1184,7 @@ class DataStreamer extends Daemon {
|
|||
|
||||
one.releaseBuffer(byteArrayManager);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
if (!responderClosed) {
|
||||
lastException.set(e);
|
||||
errorState.setInternalError();
|
||||
|
|
Loading…
Reference in New Issue