Go to file
Jim Kellerman 90c9f71aa1 HBASE-737 Scanner: every cell in a row has the same timestamp
Changed InternalScanner API:

from
{code}
boolean next(HStoreKey, SortedMap<byte[], byte>)
{code}
to
{code}
boolean next(HStoreKey, SortedMap<byte[], Cell>)
{code}

Files changed as a result of API change:

HMerge.java, ColumnValueFilter, PageRowFilter, RegExpRowFilter, RowFilterInterface, RowFilterSet, StopRowFilter, WhileMatchRowFilter, HAbstractScanner, HRegion$HScanner, HRegionServer, HStoreScanner, InternalScanner, Memcache, StoreFileScanner, MetaUtils, HBaseTestCase, TestScannerAPI, TimestampTestBase, TestRegExpRowFilter, TestRowFilterAfterWrite, TestRowFilterOnMultipleFamilies, TestRowFilterSet, TestGet2, TestHMemcache, TestHRegion, TestScanner, TestSplit

Update comments in Flusher

HRegion.internalFlushCache, HStore.flushCache, HStore.internalFlushCache now returns true only if a flush was completed and a compaction is needed.

HRegion.internalFlushCache now includes region name in DroppedSnapshotException

When creating a reader during compaction, don't bother with bloom filter since we won't use it.

StoreFileScanner locks the store for read while it is in the constructor. It also does not load the bloom filter when it opens readers on the store files.

TestScannerTimes - new regression test for HBASE-737


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@677113 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 00:03:26 +00:00
bin HBASE-735 hbase shell doesn't trap CTRL-C signal 2008-07-10 17:39:43 +00:00
conf HBASE-706 On OOME, regionserver sticks around and doesn't go down with cluster 2008-07-08 21:10:33 +00:00
docs HBASE-526 Add documentation src and build to the 0.1 branch 2008-03-18 22:32:14 +00:00
lib HBASE-715 Base HBase 0.2 on Hadoop 0.17.1 --- update native libraries 2008-07-11 19:43:41 +00:00
src HBASE-737 Scanner: every cell in a row has the same timestamp 2008-07-16 00:03:26 +00:00
CHANGES.txt HBASE-737 Scanner: every cell in a row has the same timestamp 2008-07-16 00:03:26 +00:00
LICENSE.txt HBASE-561 HBase package does not include LICENSE.txt nor build.xml 2008-04-03 22:39:46 +00:00
NOTICE.txt We no longer include hql 2008-05-23 18:38:22 +00:00
README.txt HBASE-526 Add documentation src and build to the 0.1 branch 2008-03-18 22:32:14 +00:00
build.xml HBASE-487 Replace hql w/ a hbase-friendly jirb or jython shell, Part 1: Purge hql, added raw jirb 2008-05-23 06:21:16 +00:00

README.txt

See the docs directory or http://hbase.org