HBASE-17906 When a huge amount of data writing to hbase through thrift2, there will be a deadlock error. (Albert Lee)

This commit is contained in:
Michael Stack 2017-04-13 21:59:11 -07:00
parent da5fb27eab
commit 9dd5cda017
1 changed files with 0 additions and 3 deletions

View File

@ -432,9 +432,6 @@ public class ThriftServer extends Configured implements Tool {
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;