HBASE-22307 Addendum deprecated PreemptiveFastFailException
This commit is contained in:
parent
184568cadd
commit
ec36372649
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue