HBASE-20230 Incorrrect log message in RSRpcServices
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
56aa9ab8a3
commit
dfc7ecd9ca
|
@ -3201,7 +3201,7 @@ public class RSRpcServices implements HBaseRPCErrorHandler,
|
|||
} else {
|
||||
// older clients do not know about SRE. Just throw USE, which they will handle
|
||||
throw new UnknownScannerException("Throwing UnknownScannerException to reset the client"
|
||||
+ " scanner state for clients older than 1.3.", e);
|
||||
+ " scanner state for clients older than 1.4.", e);
|
||||
}
|
||||
} catch (IOException ioe) {
|
||||
throw new ServiceException(ioe);
|
||||
|
|
Loading…
Reference in New Issue