You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2018/03/20 10:47:00 UTC

[jira] [Created] (HBASE-20230) Incorrrect log message in RSRpcService

Vishal Khandelwal created HBASE-20230:
-----------------------------------------

             Summary: Incorrrect log message in RSRpcService
                 Key: HBASE-20230
                 URL: https://issues.apache.org/jira/browse/HBASE-20230
             Project: HBase
          Issue Type: Bug
            Reporter: Vishal Khandelwal


At RPCServices:3040, exception is thrown for version lesser 1.3 but check is for version 1.4

VersionInfoUtil.hasMinimumVersion(context.getClientVersionInfo(), 1, 4)

>> throw new UnknownScannerException("Throwing UnknownScannerException to reset the client"
 + " scanner state for clients older than 1.3.", e);



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)