Apache9 commented on a change in pull request #287: HBASE-21512 Reimplement
sync client based on async client
URL: https://github.com/apache/hbase/pull/287#discussion_r291827754
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/BufferedMutator.java
##########
@@ -62,7 +62,11 @@
public interface BufferedMutator extends Closeable {
/**
* Key to use setting non-default BufferedMutator implementation in
Configuration.
+ * <p/>
+ * @deprecated Since 3.0.0, will be removed in 4.0.0. For internal test use
only, do not use it
Review comment:
The problem is the constructor. We will pass `RpcCallerFactory` and
`RpcControllerFactory` in the constructor, which are all IA.Private. Not sure
if there are better ways to still allow users to customize BufferedMutator...
----------------------------------------------------------------
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