[ 
https://issues.apache.org/jira/browse/HBASE-613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606088#action_12606088
 ] 

Jim Kellerman commented on HBASE-613:
-------------------------------------

Yes, all the regions are visited. I instrumented ScannerCallable to show me.

timestamp = previous scan output:

{code}
TestTable,,99999999999999
.META.,TestTable,,99999999999999,99999999999999
instantiateServer
openScanner: regionName=TestTable,,1213741686408, columns[info:], row=, 
timestamp=1213742072014, filter null
closing scanner. largest timestamp=1213741622230
instantiateServer
TestTable,0000098016,99999999999999
openScanner: regionName=TestTable,0000098016,1213747903044, columns[info:], 
row=0000098016, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000167456,99999999999999
openScanner: regionName=TestTable,0000167456,1213747903045, columns[info:], 
row=0000167456, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000245120,99999999999999
openScanner: regionName=TestTable,0000245120,1213747962641, columns[info:], 
row=0000245120, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000316544,99999999999999
openScanner: regionName=TestTable,0000316544,1213747962642, columns[info:], 
row=0000316544, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000400128,99999999999999
openScanner: regionName=TestTable,0000400128,1213748040922, columns[info:], 
row=0000400128, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000471056,99999999999999
openScanner: regionName=TestTable,0000471056,1213748040923, columns[info:], 
row=0000471056, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000553152,99999999999999
openScanner: regionName=TestTable,0000553152,1213748105169, columns[info:], 
row=0000553152, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000623792,99999999999999
openScanner: regionName=TestTable,0000623792,1213748105169, columns[info:], 
row=0000623792, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000705024,99999999999999
openScanner: regionName=TestTable,0000705024,1213748171658, columns[info:], 
row=0000705024, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000776528,99999999999999
openScanner: regionName=TestTable,0000776528,1213748171659, columns[info:], 
row=0000776528, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000860384,99999999999999
openScanner: regionName=TestTable,0000860384,1213748251702, columns[info:], 
row=0000860384, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
instantiateServer
TestTable,0000923760,99999999999999
openScanner: regionName=TestTable,0000923760,1213748251704, columns[info:], 
row=0000923760, timestamp=1213742072014, filter null
closing scanner. largest timestamp=0
number of rows: 98016
{code}

timestamp > last insert scan:

{code}
TestTable,,99999999999999
.META.,TestTable,,99999999999999,99999999999999
instantiateServer
openScanner: regionName=TestTable,,1213741686408, columns[info:], row=, 
timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213747836722
instantiateServer
TestTable,0000098016,99999999999999
openScanner: regionName=TestTable,0000098016,1213747903044, columns[info:], 
row=0000098016, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213747864149
instantiateServer
TestTable,0000167456,99999999999999
openScanner: regionName=TestTable,0000167456,1213747903045, columns[info:], 
row=0000167456, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213747895166
instantiateServer
TestTable,0000245120,99999999999999
openScanner: regionName=TestTable,0000245120,1213747962641, columns[info:], 
row=0000245120, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213747928813
instantiateServer
TestTable,0000316544,99999999999999
openScanner: regionName=TestTable,0000316544,1213747962642, columns[info:], 
row=0000316544, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213747976497
instantiateServer
TestTable,0000400128,99999999999999
openScanner: regionName=TestTable,0000400128,1213748040922, columns[info:], 
row=0000400128, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748004632
instantiateServer
TestTable,0000471056,99999999999999
openScanner: regionName=TestTable,0000471056,1213748040923, columns[info:], 
row=0000471056, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748039792
instantiateServer
TestTable,0000553152,99999999999999
openScanner: regionName=TestTable,0000553152,1213748105169, columns[info:], 
row=0000553152, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748070983
instantiateServer
TestTable,0000623792,99999999999999
openScanner: regionName=TestTable,0000623792,1213748105169, columns[info:], 
row=0000623792, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748103050
instantiateServer
TestTable,0000705024,99999999999999
openScanner: regionName=TestTable,0000705024,1213748171658, columns[info:], 
row=0000705024, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748137599
instantiateServer
TestTable,0000776528,99999999999999
openScanner: regionName=TestTable,0000776528,1213748171659, columns[info:], 
row=0000776528, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748194858
instantiateServer
TestTable,0000860384,99999999999999
openScanner: regionName=TestTable,0000860384,1213748251702, columns[info:], 
row=0000860384, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748220745
instantiateServer
TestTable,0000923760,99999999999999
openScanner: regionName=TestTable,0000923760,1213748251704, columns[info:], 
row=0000923760, timestamp=1213748311328, filter null
closing scanner. largest timestamp=1213748311328
number of rows: 1048576
{code}


> Timestamp-anchored scanning fails to find all records
> -----------------------------------------------------
>
>                 Key: HBASE-613
>                 URL: https://issues.apache.org/jira/browse/HBASE-613
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: client
>            Reporter: stack
>            Assignee: Jim Kellerman
>             Fix For: 0.2.0
>
>         Attachments: nogood.patch, TestTimestampScanning.java, Timestamp.patch
>
>
> If I add 3 versions of a cell and then scan across the first set of added 
> cells using a timestamp that should only get values from the first upload, a 
> bunch are missing (I added 100k on each of the three uploads).  I thought it 
> the fact that we set the number of cells found back to 1 in HStore when we 
> move off current row/column but that doesn't seem to be it.  I also tried 
> upping the MAX_VERSIONs on my table and that seemed to have no effect.  Need 
> to look closer.
> Build a unit test because replicating on cluster takes too much time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to