thanh-nm commented on a change in pull request #392: HBASE-22714 - Fix
opertationTimeout typo
URL: https://github.com/apache/hbase/pull/392#discussion_r308716652
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/BufferedMutatorParams.java
##########
@@ -70,6 +70,15 @@ public int getRpcTimeout() {
return rpcTimeout;
}
+ public BufferedMutatorParams operationTimeout(final int operationTimeout) {
+ this.operationTimeout = operationTimeout;
+ return this;
+ }
+
+ /**
+ * @deprecated Since 3.0.0, will be removed in 4.0.0. Use {@link
#operationTimeout()}
Review comment:
Fixed to include `2.3.0`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services