HBASE-20230 Incorrrect log message in RSRpcServices

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Xu Cang 2018-07-21 17:59:52 -07:00 committed by Andrew Purtell
parent 56aa9ab8a3
commit dfc7ecd9ca
1 changed files with 1 additions and 1 deletions

View File

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