HBASE-25201 YouAreDeadException should be moved to hbase-server module (#2581)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
niuyulin 2020-10-28 14:58:28 +08:00 committed by GitHub
parent 485da758bb
commit 17f9aded2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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