Skip to content

Commit dc6c9b2

Browse files
isahekmatRogPodge
authored andcommitted
HDFS-15219. DFS Client will stuck when ResponseProcessor.run throw Error (apache#1902). Contributed by zhengchenyu.
1 parent 3f14aa3 commit dc6c9b2

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ public void run() {
11841184

11851185
one.releaseBuffer(byteArrayManager);
11861186
}
1187-
} catch (Exception e) {
1187+
} catch (Throwable e) {
11881188
if (!responderClosed) {
11891189
lastException.set(e);
11901190
errorState.setInternalError();

0 commit comments

Comments
 (0)