Scanner spins when there are concurrent inserts to column family
----------------------------------------------------------------
Key: HBASE-1206
URL: https://issues.apache.org/jira/browse/HBASE-1206
Project: Hadoop HBase
Issue Type: Bug
Affects Versions: 0.19.0
Reporter: Ben Maurer
Fix For: 0.19.1
I had a MR job that would launch multiple scanners on a region that made
updates to the same column family as they were scanning on (but not the same
column). As a result, there were lots of processes that had to grep through all
of the irrelevent inserts many times as flushes occurred.
However, if I put the column that I was outputting to in the list of columns to
scan for, everything worked quickly.
The code that's causing this is:
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.