[
https://issues.apache.org/jira/browse/HBASE-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971452#action_12971452
]
ryan rawson commented on HBASE-3357:
------------------------------------
we no longer require nor accept locks for gets. Never did for scans.
Changing it requires a major protocol revision, so it has been punted, but this
could go into 0.92.
> lockID parameter not used in HRegion.get(get, lockid)
> -----------------------------------------------------
>
> Key: HBASE-3357
> URL: https://issues.apache.org/jira/browse/HBASE-3357
> Project: HBase
> Issue Type: Bug
> Reporter: Lars George
>
> Not sure what the intention is, but the lockId is never used in HRegion's
> {code}
> public Result get(final Get get, final Integer lockid) throws IOException
> {code}
> If we are not locking on Get's then we can drop this parameter?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.