Apache9 commented on a change in pull request #392: HBASE-22714 - Fix
opertationTimeout typo
URL: https://github.com/apache/hbase/pull/392#discussion_r306172711
##########
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 Use {@link #operationTimeout()}
Review comment:
Please mention the version where we deprecate this method and the version we
plan to remove this method. Ithink it should be 2.3.0 and 4.0.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