You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2009/10/11 10:50:03 UTC

svn commit: r824040 - /hadoop/hbase/trunk/CHANGES.txt

Author: apurtell
Date: Sun Oct 11 08:50:03 2009
New Revision: 824040

URL: http://svn.apache.org/viewvc?rev=824040&view=rev
Log:
line wrap

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=824040&r1=824039&r2=824040&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Sun Oct 11 08:50:03 2009
@@ -28,7 +28,8 @@
    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 @@
    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 @@
                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 @@
    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 @@
    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