[
https://issues.apache.org/jira/browse/HBASE-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1213:
-------------------------
Fix Version/s: (was: 0.20.0)
Moving out of 0.20.0 and moving HBASE-1394 in. This issue is small potatoes
when put up against HBASE-1394.
> [performance] Investigate Locking & Contention in the Write Path
> ----------------------------------------------------------------
>
> Key: HBASE-1213
> URL: https://issues.apache.org/jira/browse/HBASE-1213
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.19.0
> Reporter: Ben Maurer
> Assignee: stack
>
> When doing a large number of bulk updates from different clients, I noticed
> that there was a high level of lock contention for stuff like locking the
> HLog. It seems that each thread acquires the lock for a single BatchUpdate,
> releases the lock then another thread owns the lock before the initial writer
> gets to the next update. Having the threads bounce around may lead to
> suboptimal performance.
> Should be benchmarked & maybe changed to have less context switching.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.