From d7836253f92963def3e6d503f3752d3c72da1d3e Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Thu, 25 Apr 2019 16:54:12 +0800 Subject: [PATCH] HBASE-22307 Addendum deprecated PreemptiveFastFailException --- .../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 e618155c96..0b4db8df66 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; -- 2.17.1