HDFS-15219. DFS Client will stuck when ResponseProcessor.run throw Error (#1902). Contributed by zhengchenyu.

This commit is contained in:
Isa Hekmatizadeh 2020-03-24 17:47:22 +00:00 committed by GitHub
parent ea87d60493
commit d9c4f1129c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1184,7 +1184,7 @@ public void run() {
one.releaseBuffer(byteArrayManager);
}
} catch (Exception e) {
} catch (Throwable e) {
if (!responderClosed) {
lastException.set(e);
errorState.setInternalError();