Package org.apache.hadoop.hbase.ipc
Class TestRemoteWithExtrasException
java.lang.Object
org.apache.hadoop.hbase.ipc.TestRemoteWithExtrasException
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
test verifies that we honor the inherent value of an exception for isServerOverloaded.void
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestRemoteWithExtrasException
public TestRemoteWithExtrasException()
-
-
Method Details
-
itUsesExceptionDefaultValueForServerOverloaded
test verifies that we honor the inherent value of an exception for isServerOverloaded. We don't want a false value passed into RemoteWithExtrasExceptions to override the inherent value of an exception if it's already true. This could be due to an out of date server not sending the proto field we expect. -
itUsesPassedServerOverloadedValue
-