HBASE-25201 YouAreDeadException should be moved to hbase-server module (#2581)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
1bf68514ea
commit
bfe92ea53b
|
@ -24,9 +24,9 @@ import org.apache.yetus.audience.InterfaceAudience;
|
||||||
import org.apache.yetus.audience.InterfaceStability;
|
import org.apache.yetus.audience.InterfaceStability;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This exception is thrown by the master when a region server reports and is
|
* This exception is thrown by the master when a region server reports and is already being
|
||||||
* already being processed as dead. This can happen when a region server loses
|
* processed as dead. This can happen when a region server loses its session but didn't figure it
|
||||||
* its session but didn't figure it yet.
|
* yet.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
Loading…
Reference in New Issue