This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new ec36372 HBASE-22307 Addendum deprecated PreemptiveFastFailException
ec36372 is described below
commit ec363726490236dbbb9d7a999d407aba9ec134e8
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Apr 25 16:54:12 2019 +0800
HBASE-22307 Addendum deprecated PreemptiveFastFailException
---
.../org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java
b/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java
index e618155..0b4db8d 100644
---
a/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java
+++
b/hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/PreemptiveFastFailException.java
@@ -30,7 +30,9 @@ import org.apache.yetus.audience.InterfaceAudience;
*
* On receiving such an exception. The ConnectionManager will skip all
* retries and fast fail the operation.
+ * @deprecated since 2.3.0, and will be removed in 4.0.0.
*/
+@Deprecated
@InterfaceAudience.Public
public class PreemptiveFastFailException extends ConnectException {
private static final long serialVersionUID = 7129103682617007177L;