Revert "HBASE-13647 Default value for hbase.client.operation.timeout is too high"

This reverts commit f7c3a3dd55.
This commit is contained in:
Enis Soztutar 2015-05-29 12:54:12 -07:00
parent 8ac8fb4476
commit e0cf811b33
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ public final class HConstants {
"hbase.client.meta.operation.timeout";
/** Default HBase client operation timeout, which is tantamount to a blocking call */
public static final int DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT = 60000;
public static final int DEFAULT_HBASE_CLIENT_OPERATION_TIMEOUT = Integer.MAX_VALUE;
/** Used to construct the name of the log directory for a region server */
public static final String HREGION_LOGDIR_NAME = "WALs";