ramkrishna.s.vasudevan created HBASE-8278:
---------------------------------------------
Summary: Log message after Memstore flush is always with sequence
id -1
Key: HBASE-8278
URL: https://issues.apache.org/jira/browse/HBASE-8278
Project: HBase
Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
Priority: Trivial
Fix For: 0.95.0, 0.98.0
{code}
2013-04-03 16:12:03,404 INFO org.apache.hadoop.hbase.regionserver.HStore:
Flushed , sequenceid=167, memsize=130.0 M, into tmp file
hdfs://localhost:9010/hbase/TestTable/d424e2c515e1239c99867ffdaf525ed3/.tmp/4875565167ad4ce08c1b4cd935501e5b
2013-04-03 16:12:03,415 DEBUG
org.apache.hadoop.hbase.regionserver.HRegionFileSystem: Committing store file
hdfs://localhost:9010/hbase/TestTable/d424e2c515e1239c99867ffdaf525ed3/.tmp/4875565167ad4ce08c1b4cd935501e5b
as
hdfs://localhost:9010/hbase/TestTable/d424e2c515e1239c99867ffdaf525ed3/info/4875565167ad4ce08c1b4cd935501e5b
2013-04-03 16:12:03,424 INFO org.apache.hadoop.hbase.regionserver.HStore: Added
hdfs://localhost:9010/hbase/TestTable/d424e2c515e1239c99867ffdaf525ed3/info/4875565167ad4ce08c1b4cd935501e5b,
entries=114390, sequenceid=167, filesize=115.3 M
2013-04-03 16:12:03,424 INFO org.apache.hadoop.hbase.regionserver.HRegion:
Finished memstore flush of ~130.0 M/136352880, currentsize=46.0 M/48222360 for
region TestTable,,1365019914410.d424e2c515e1239c99867ffdaf525ed3. in 825ms,
sequenceid=-1, compaction requested=false
{code}
Check the last line the sequenceid is always -1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira