Skip to content

Commit

Permalink
HBASE-14474 Revert addendum
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyu committed Sep 25, 2015
1 parent dc2aa7e commit 414a7b1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -923,8 +923,9 @@ private void writeRequest(Call call, final int priority, Span span) throws IOExc

// call close outside of the synchronized (outLock) to prevent deadlock - HBASE-14474
if (writeException != null) {
markClosed(writeException);
close();
if (markClosed(writeException)) {
close();
}
}

// We added a call, and may be started the connection close. In both cases, we
Expand Down

0 comments on commit 414a7b1

Please sign in to comment.