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.