Skip to content

Commit

Permalink
Revert "HBASE-17906 When a huge amount of data writing to hbase throu…
Browse files Browse the repository at this point in the history
…gh thrift2, there will be a deadlock error. (Albert Lee)"

Mistaken commit.

This reverts commit 9dd5cda.
  • Loading branch information
saintstack committed Apr 14, 2017
1 parent c846145 commit 0cd4cec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,9 @@ public int run(String[] args) throws Exception {
throw new RuntimeException("Could not parse the value provided for the port option", e);
}

// Thrift's implementation uses '0' as a placeholder for 'use the default.'
int backlog = conf.getInt(BACKLOG_CONF_KEY, 0);

// Local hostname and user name,
// used only if QOP is configured.
String host = null;
Expand Down

0 comments on commit 0cd4cec

Please sign in to comment.