line wrap
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@824040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cfaf4fab71
commit
2bf23f56cd
17
CHANGES.txt
17
CHANGES.txt
|
@ -28,7 +28,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1838 [javadoc] Add javadoc to Delete explaining behavior when no
|
||||
timestamp provided
|
||||
HBASE-1821 Filtering by SingleColumnValueFilter bug
|
||||
HBASE-1840 RowLock fails when used with IndexTable (Keith Thomas via Stack)
|
||||
HBASE-1840 RowLock fails when used with IndexTable
|
||||
(Keith Thomas via Stack)
|
||||
HBASE-818 HFile code review and refinement (Schubert Zhang via Stack)
|
||||
HBASE-1830 HbaseObjectWritable methods should allow null HBCs
|
||||
for when Writable is not Configurable (Stack via jgray)
|
||||
|
@ -48,8 +49,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1865 0.20.0 TableInputFormatBase NPE
|
||||
HBASE-1866 Scan(Scan) copy constructor does not copy value of
|
||||
cacheBlocks
|
||||
HBASE-1869 IndexedTable delete fails when used in conjunction with RowLock()
|
||||
(Keith Thomas via Stack)
|
||||
HBASE-1869 IndexedTable delete fails when used in conjunction with
|
||||
RowLock (Keith Thomas via Stack)
|
||||
HBASE-1858 Master can't split logs created by THBase (Clint Morgan via
|
||||
Andrew Purtell)
|
||||
HBASE-1871 Wrong type used in TableMapReduceUtil.initTableReduceJob()
|
||||
|
@ -60,7 +61,8 @@ Release 0.21.0 - Unreleased
|
|||
hbase-1784)
|
||||
HBASE-1831 Scanning API must be reworked to allow for fully functional
|
||||
Filters client-side
|
||||
HBASE-1890 hbase-1506 where assignment is done at regionserver doesn't work
|
||||
HBASE-1890 hbase-1506 where assignment is done at regionserver doesn't
|
||||
work
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
@ -81,8 +83,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1800 Too many ZK connections
|
||||
HBASE-1819 Update to 0.20.1 hadoop and zk 3.2.1
|
||||
HBASE-1820 Update jruby from 1.2 to 1.3.1
|
||||
HBASE-1687 bin/hbase script doesn't allow for different memory settings for
|
||||
each daemon type
|
||||
HBASE-1687 bin/hbase script doesn't allow for different memory settings
|
||||
for each daemon type
|
||||
HBASE-1823 Ability for Scanners to bypass the block cache
|
||||
HBASE-1827 Add disabling block cache scanner flag to the shell
|
||||
HBASE-1835 Add more delete tests
|
||||
|
@ -97,7 +99,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-1874 Client Scanner mechanism that is used for HbaseAdmin methods
|
||||
(listTables, tableExists), is very slow if the client is far
|
||||
away from the HBase cluster (Andrei Dragomir via Stack)
|
||||
HBASE-1879 ReadOnly transactions generate WAL activity (Clint Morgan via Stack)
|
||||
HBASE-1879 ReadOnly transactions generate WAL activity (Clint Morgan via
|
||||
Stack)
|
||||
HBASE-1875 Compression test utility
|
||||
HBASE-1832 Faster enable/disable/delete
|
||||
HBASE-1481 Add fast row key only scanning
|
||||
|
|
Loading…
Reference in New Issue