You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by yuchao86 <gi...@git.apache.org> on 2014/01/17 07:06:50 UTC

hbase pull request: 0.98

GitHub user yuchao86 opened a pull request:

    https://github.com/apache/hbase/pull/7

    0.98

    add the ACID support in HBase...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/hbase 0.98

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hbase/pull/7.patch

----
commit ba92e273f31480f67a9943c77a4481d9414c3b57
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-04T09:29:20Z

    Branching for release 0.98.0
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547741 13f79535-47bb-0310-9956-ffa450edef68

commit a54c86e414679244cf9dfcd5e49fb3d372856f8c
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-04T09:35:22Z

    Update version in POMs to 0.98.0-SNAPSHOT after branching for release 0.98.0
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547746 13f79535-47bb-0310-9956-ffa450edef68

commit e203336edb13b82f91754031e8769cc66d89e8c9
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-04T14:31:03Z

    HBASE-9485 TableOutputCommitter should implement recovery if we don't want jobs to start from 0 on RM restart
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547804 13f79535-47bb-0310-9956-ffa450edef68

commit 226fe5f34ac708ccd3b137be10121691e3cbb2e6
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
Date:   2013-12-05T02:40:13Z

    HBASE-9489 Add cp hooks in online merge before and after setting PONR
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547997 13f79535-47bb-0310-9956-ffa450edef68

commit 99a9167f3e59101688d5662f419d8cf6ba8adcfe
Author: Jonathan Hsieh <jm...@apache.org>
Date:   2013-12-05T06:16:28Z

    HBASE-10079 Race in TableName cache
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548019 13f79535-47bb-0310-9956-ffa450edef68

commit 71540b28ef0fc237738a502b58a8a7f040b6c3e2
Author: Jonathan Hsieh <jm...@apache.org>
Date:   2013-12-05T18:20:47Z

    HBASE-10079 ADDENDUM javadoc fix 
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548230 13f79535-47bb-0310-9956-ffa450edef68

commit f9ac8b3a23fb8eb6766fb02404ff537cd9c52d32
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-06T07:41:11Z

    HBASE-10073. Revert HBASE-9718 (Add a test scope dependency on org.slf4j:slf4j-api to hbase-client)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548391 13f79535-47bb-0310-9956-ffa450edef68

commit 6bbde0bea69950a7af87c8e907482449784f0fd0
Author: Nicolas Liochon <nk...@apache.org>
Date:   2013-12-06T20:17:30Z

    HBASE-10097 Remove a region name string creation in HRegion#nextInternal
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548713 13f79535-47bb-0310-9956-ffa450edef68

commit 8a450850546ae0b74bf5f5e3f66eb6348fa1a279
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-06T22:03:33Z

    HBASE-10099 javadoc warning introduced by LabelExpander 188: warning - @return tag has no arguments
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548727 13f79535-47bb-0310-9956-ffa450edef68

commit 46f4a097dbd9485a269b30d19ed4519c33b1c401
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-06T22:15:16Z

    HBASE-10085: Some regions aren't re-assigned after a master restarts
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548731 13f79535-47bb-0310-9956-ffa450edef68

commit b550ed0103b785b4ea63f8cb4749baece73c48dc
Author: Michael Stack <st...@apache.org>
Date:   2013-12-06T22:31:04Z

    HBASE-9955 Make hadoop2 the default and deprecate hadoop1
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548736 13f79535-47bb-0310-9956-ffa450edef68

commit beba43814caed031e06a6a71dcef90b1aa2810f1
Author: Nick Dimiduk <nd...@apache.org>
Date:   2013-12-06T23:12:59Z

    HBASE-10061 TableMapReduceUtil.findOrCreateJar calls updateMap(null, ) resulting in thrown NPE (Amit Sela)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548748 13f79535-47bb-0310-9956-ffa450edef68

commit 5168798f1cc47efd8155430b772545dec2ec47a9
Author: Michael Stack <st...@apache.org>
Date:   2013-12-06T23:19:16Z

    HBASE-10094 Add batching to HLogPerformanceEvaluation
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548753 13f79535-47bb-0310-9956-ffa450edef68

commit 1106bc6ca144a9f20009f16a8559a155d27e2a3d
Author: Michael Stack <st...@apache.org>
Date:   2013-12-07T00:33:23Z

    HBASE-10048 Add hlog number metric in regionserver
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548769 13f79535-47bb-0310-9956-ffa450edef68

commit 9f0b113fe97df73b89cdfb77dcfe089374dba7e6
Author: Michael Stack <st...@apache.org>
Date:   2013-12-09T05:01:34Z

    HBASE-10010 eliminate the put latency spike on the new log file beginning
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549383 13f79535-47bb-0310-9956-ffa450edef68

commit 80efb59cfef212458516c582fbc1bc3b8550ead9
Author: Jonathan Hsieh <jm...@apache.org>
Date:   2013-12-09T21:15:57Z

    HBASE-10108 NullPointerException thrown while using Canary with '-regionserver' option (Takeshi Miao)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549681 13f79535-47bb-0310-9956-ffa450edef68

commit 80e4e39542bdf016119712c24edc2d70b3f32cb2
Author: Jimmy Xiang <jx...@apache.org>
Date:   2013-12-09T23:44:54Z

    HBASE-10101 testOfflineRegionReAssginedAfterMasterRestart times out sometimes
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549712 13f79535-47bb-0310-9956-ffa450edef68

commit 38970585bb148100caf0854a64b8eca9c1a554a7
Author: Jimmy Xiang <jx...@apache.org>
Date:   2013-12-09T23:58:41Z

    HBASE-10090 Master could hang in assigning meta
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549715 13f79535-47bb-0310-9956-ffa450edef68

commit 1ee2fe8418c7cd685b0aa41670cbaaefb573bb01
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-10T00:55:32Z

    HBASE-10043 Fix Potential Resouce Leak in MultiTableInputFormatBase
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549725 13f79535-47bb-0310-9956-ffa450edef68

commit 8098e56225bfaa233273f5e8f01c5ccae3b862c6
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-10T02:21:46Z

    HBASE-10059: TestSplitLogWorker#testMultipleTasks fails occasionally
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549741 13f79535-47bb-0310-9956-ffa450edef68

commit 47756f3883f75b9203ec7047b4ebd5628b6daca4
Author: Matteo Bertozzi <mb...@apache.org>
Date:   2013-12-10T11:43:58Z

    HBASE-10111 Verify that a snapshot is not corrupted before restoring it
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549818 13f79535-47bb-0310-9956-ffa450edef68

commit 04b9e7ada0b0c6dc84fce2f29a417ca1210cd33a
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-10T17:24:04Z

    HBASE-10112 Hbase rest query params for maxVersions and maxValues are not parsed
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549900 13f79535-47bb-0310-9956-ffa450edef68

commit 31cb3ce7e12a1fe8b0025e90fe5faf98d6a13e5e
Author: Lars Hofhansl <la...@apache.org>
Date:   2013-12-10T18:25:00Z

    HBASE-10117 Avoid synchronization in HRegionScannerImpl.isFilterDone
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549921 13f79535-47bb-0310-9956-ffa450edef68

commit d935a67a6df6048a77f2165105212adcd01d3b87
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-10T18:41:38Z

    HBASE-10110 Fix Potential Resource Leak in StoreFlusher
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549928 13f79535-47bb-0310-9956-ffa450edef68

commit 0d296ecb9db8a59dbca1ba93ceedfb107e5b85a6
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-10T18:54:26Z

    HBASE-10103. TestNodeHealthCheckChore#testRSHealthChore: Stoppable must have been stopped
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549931 13f79535-47bb-0310-9956-ffa450edef68

commit 9b80e4422f8d06432c372707a3c97da88c5de64b
Author: Nick Dimiduk <nd...@apache.org>
Date:   2013-12-10T19:00:53Z

    HBASE-10116 SlabCache metrics improvements
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549936 13f79535-47bb-0310-9956-ffa450edef68

commit 1f06bbc7e991a4155d1aaeb8497ba91df38cbc08
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-10T21:21:34Z

    HBASE-10119. Allow HBase coprocessors to clean up when they fail (Benoit Sigoure)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549975 13f79535-47bb-0310-9956-ffa450edef68

commit d874dc5312c57d885f215c8170c33374f75f1d2c
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-10T22:36:45Z

    HBASE-9966. Create integration test for online Bloom Filter change (Aleksandr Shulman)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549989 13f79535-47bb-0310-9956-ffa450edef68

commit a936833e6f7f61ae6d147bd68d1f76b8db03b8d5
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-10T23:00:40Z

    Amend HBASE-10103. Fix testHealthCheckerTimeout and add default test timeouts
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549995 13f79535-47bb-0310-9956-ffa450edef68

commit b7af2e0313798e224171fbcfbfa5e0cb9689ea79
Author: Chunhui Shen <zj...@apache.org>
Date:   2013-12-11T01:52:53Z

    HBASE-10114 _scan_internal() in table.rb should accept argument that specifies reverse scan
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550023 13f79535-47bb-0310-9956-ffa450edef68

commit 7b02f8d6c2686f3e0bb5489ded50913b59630e75
Author: Nick Dimiduk <nd...@apache.org>
Date:   2013-12-11T03:09:42Z

    HBASE-10120 start-hbase.sh doesn't respect --config in non-distributed mode
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550039 13f79535-47bb-0310-9956-ffa450edef68

commit 834e8900c11add372f630c96c22960d7da868c33
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-11T18:45:27Z

    HBASE-10125: KeyValue(Cell c) copy constructor doesn't copy tags data
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550224 13f79535-47bb-0310-9956-ffa450edef68

commit 16d123e4ef5e47000d4989cdb10848580250bc5f
Author: Sergey Shelukhin <se...@apache.org>
Date:   2013-12-11T19:25:35Z

    HBASE-10069 Potential duplicate calls to log#appendNoSync() in HRegion#doMiniBatchMutation()
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550237 13f79535-47bb-0310-9956-ffa450edef68

commit 6d2f25c42e47fb107099fa025bd75989288b4245
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-11T22:20:06Z

    HBASE-10124 Make Sub Classes Static When Possible
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550295 13f79535-47bb-0310-9956-ffa450edef68

commit c7d11a2bcef49509a1484469ff7a453228dae1e2
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-12T03:33:01Z

    HBASE-10134 Fix findbug warning in VisibilityController
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550341 13f79535-47bb-0310-9956-ffa450edef68

commit eca9f4563e3d52b115236f8df1bbd9e610206465
Author: Nick Dimiduk <nd...@apache.org>
Date:   2013-12-12T20:48:49Z

    HBASE-10116 Addendum: fix findbugs warning
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550523 13f79535-47bb-0310-9956-ffa450edef68

commit 6793aa20448c79fdb3fb43b1dbc1125df3e3a3d4
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-12T21:28:05Z

    HBASE-10143 Clean up dead local stores in FSUtils
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550534 13f79535-47bb-0310-9956-ffa450edef68

commit 24dac0e6fcc5e9b0fc3385fe4d6412f9003f8193
Author: Jesse Yates <jy...@apache.org>
Date:   2013-12-12T22:54:06Z

    HBASE-10106: Remove some unnecessary code from TestOpenTableInCoprocessor (Benoit Sigoure)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550568 13f79535-47bb-0310-9956-ffa450edef68

commit 7069b9bd6ddb61ef6c6f0824b356cd16a46e09b5
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-13T04:00:06Z

    HBASE-10107. [JDK7] TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation failing on Jenkins
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550631 13f79535-47bb-0310-9956-ffa450edef68

commit 55cca19b0cb01eef5135b1bb9da8ffcce2eecb4f
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-13T04:23:59Z

    HBASE-10149. TestZKPermissionsWatcher.testPermissionsWatcher test failure
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550633 13f79535-47bb-0310-9956-ffa450edef68

commit 5449719bc9cf40478a95604d30adbaf1325ded4f
Author: Michael Stack <st...@apache.org>
Date:   2013-12-13T17:51:07Z

    HBASE-8755 A new write thread model for HLog to improve the overall HBase write throughput
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550782 13f79535-47bb-0310-9956-ffa450edef68

commit bcb5450e195929430de002e8cf83aa2bc937dc52
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-14T05:36:11Z

    HBASE-10155 HRegion isRecovering state is wrongly coming in postOpen hook
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550881 13f79535-47bb-0310-9956-ffa450edef68

commit edab112d94d7ecfd1a3d7a8e00cd57871c4a0dbd
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
Date:   2013-12-15T02:03:26Z

    HBASE-9261 Add cp hooks after {start|close}RegionOperation
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550991 13f79535-47bb-0310-9956-ffa450edef68

commit ab3135326b83c47db94b040582c81ef6dc8f1325
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-15T02:58:38Z

    HBASE-10164 Allow heapsize of different units to be passed as HBASE_HEAPSIZE
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550994 13f79535-47bb-0310-9956-ffa450edef68

commit 0536504b5f4f00b0f8d96a26c50acbb7410b85da
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-16T19:12:07Z

    HBASE-10146 Bump HTrace version to 2.04
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551317 13f79535-47bb-0310-9956-ffa450edef68

commit 162c2908f4880bd23cc272c996f209075398e279
Author: Enis Soztutar <en...@apache.org>
Date:   2013-12-16T22:37:04Z

    HBASE-10163 Example Thrift DemoClient is flaky
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551387 13f79535-47bb-0310-9956-ffa450edef68

commit fc9cebf17afa65ed8eb78b3434105b4de0049b1f
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-16T23:38:44Z

    HBASE-9928 TestHRegion should clean up test-data directory upon completion
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551405 13f79535-47bb-0310-9956-ffa450edef68

commit 79a566fc3eae6ab1cb53bb3fbcec0194967ff7ec
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-16T23:46:06Z

    HBASE-10178 Potential null object dereference in TablePermission#equals()
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551408 13f79535-47bb-0310-9956-ffa450edef68

commit 97074b2c4d8fc024fe005da6d86cf3ed98e7cafd
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-17T00:37:48Z

    HBASE-10157 Provide CP hook post log replay
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551418 13f79535-47bb-0310-9956-ffa450edef68

commit a130e32716c48e36e2347875e8cbd6d98f916889
Author: Enis Soztutar <en...@apache.org>
Date:   2013-12-17T00:50:46Z

    HBASE-10098 [WINDOWS] pass in native library directory from hadoop for unit tests
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551429 13f79535-47bb-0310-9956-ffa450edef68

commit d60a7f5ca843bf9df0029473cbc57c3bb826b2fd
Author: Enis Soztutar <en...@apache.org>
Date:   2013-12-17T01:10:14Z

    HBASE-10084 [WINDOWS] bin\hbase.cmd should allow whitespaces in java.library.path and classpath
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551435 13f79535-47bb-0310-9956-ffa450edef68

commit 887e51f45b077a7895b430fb19cb163ddd2913f6
Author: Lars Hofhansl <la...@apache.org>
Date:   2013-12-17T05:47:01Z

    HBASE-9047 Tool to handle finishing replication when the cluster is offline (Demai Ni)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551465 13f79535-47bb-0310-9956-ffa450edef68

commit cd73e6e35105bd6890dec776e120daf890e5cee9
Author: Chunhui Shen <zj...@apache.org>
Date:   2013-12-17T10:13:05Z

    HBASE-10180 TestByteBufferIOEngine#testByteBufferIOEngine occasionally fails
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551498 13f79535-47bb-0310-9956-ffa450edef68

commit 5b3e2cd6cf416b4b6dba7997b6b412f05d5ff144
Author: Jonathan Hsieh <jm...@apache.org>
Date:   2013-12-17T13:05:12Z

    HBASE-10186 region_mover.rb broken because ServerName constructor is changed to private (Samir Ahmic)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551533 13f79535-47bb-0310-9956-ffa450edef68

commit 6f8ebb83dadc04612f5c23532561844984d850ef
Author: Jimmy Xiang <jx...@apache.org>
Date:   2013-12-18T00:01:00Z

    HBASE-10159 Replaced deprecated interface Closeable
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551770 13f79535-47bb-0310-9956-ffa450edef68

commit 878d297650d9184dc8d2c1b34e5fa30ba1848d59
Author: Jimmy Xiang <jx...@apache.org>
Date:   2013-12-18T00:02:02Z

    HBASE-10182 Potential null object deference in AssignmentManager#handleRegion()
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551772 13f79535-47bb-0310-9956-ffa450edef68

commit 51e9d29cdcdd4c34fd8a114656359f9311e78c74
Author: Lars Hofhansl <la...@apache.org>
Date:   2013-12-18T00:56:04Z

    HBASE-10189 Intermittent TestReplicationSyncUpTool failure (LarsH and Demai Ni)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551790 13f79535-47bb-0310-9956-ffa450edef68

commit 9e4bf079141d1d3be92fcae671e4219de0bfd611
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-18T01:33:36Z

    HBASE-10179. HRegionServer underreports readRequestCounts by 1 under certain conditions (Perry Trolard)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551795 13f79535-47bb-0310-9956-ffa450edef68

commit e966a16336aa9ac22574d8158ff9adda7013b2ba
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
Date:   2013-12-18T01:36:41Z

    HBASE-10137 GeneralBulkAssigner with retain assignment plan can be used in EnableTableHandler to bulk assign the regions
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551798 13f79535-47bb-0310-9956-ffa450edef68

commit 9e3c11d17c75e99e77b050eeb45b295df0df42e2
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-18T03:10:36Z

    HBASE-10187 AccessController#preOpen - Include 'labels' table also into special tables list.
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551817 13f79535-47bb-0310-9956-ffa450edef68

commit a3542c38bf9689f8c261f48c9b881f7a4b66de77
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-18T15:09:22Z

    HBASE-10142 TestLogRolling#testLogRollOnDatanodeDeath test failure
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551972 13f79535-47bb-0310-9956-ffa450edef68

commit 3f4a4d3fa56417e1d7ecf39c80ca730d09aa8440
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-18T16:54:49Z

    HBASE-10148 [VisibilityController] Tolerate regions in recovery
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552020 13f79535-47bb-0310-9956-ffa450edef68

commit e3e712561a8246eb11b1bde0108bb49ef39a0dfd
Author: Michael Stack <st...@apache.org>
Date:   2013-12-18T23:02:44Z

    HBASE-8112 Deprecate HTable#batch(final List<? extends Row>)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552152 13f79535-47bb-0310-9956-ffa450edef68

commit 3667243f8a85c1245e2bec87455f8395762899d6
Author: Michael Stack <st...@apache.org>
Date:   2013-12-18T23:55:11Z

    HBASE-9892 Add info port to ServerName to support multi instances in a node
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552169 13f79535-47bb-0310-9956-ffa450edef68

commit 5451d946a75f480ea883d1af4ba6c0cfe2227bc7
Author: Michael Stack <st...@apache.org>
Date:   2013-12-19T05:09:19Z

    HBASE-10194 [Usability]: Instructions in CompactionTool no longer accurate because of namespaces
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552230 13f79535-47bb-0310-9956-ffa450edef68

commit 7b8b281cce15c7c7dbd744f2cbb118e1a348a90e
Author: Chunhui Shen <zj...@apache.org>
Date:   2013-12-19T06:27:16Z

    HBASE-10196 Enhance HBCK to understand the case after online region merge
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552239 13f79535-47bb-0310-9956-ffa450edef68

commit b3185fa5a6ccc8e128c767f4479fe9ccb95c51ef
Author: Nick Dimiduk <nd...@apache.org>
Date:   2013-12-19T17:31:02Z

    HBASE-9524 Multi row get does not return any results even if any one of the rows specified in the query is missing and improve exception handling (Vandana Ayyalasomayajula)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552369 13f79535-47bb-0310-9956-ffa450edef68

commit 1ecb72f9f0a65432621b009d7af8256c1707cf44
Author: Devaraj Das <dd...@apache.org>
Date:   2013-12-19T18:06:10Z

    HBASE-9866. Support the mode where REST server authorizes proxy users
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552386 13f79535-47bb-0310-9956-ffa450edef68

commit 8400dcac68d7e3b2b45a1a3b5b1495e7fac4df0b
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-20T03:34:35Z

    HBASE-10207 ZKVisibilityLabelWatcher : Populate the labels cache on startup
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552489 13f79535-47bb-0310-9956-ffa450edef68

commit e282f1957a8bc23796e028fa077040a8a40b2c45
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-20T06:43:24Z

    HBASE-10173. Need HFile version check in security coprocessors
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552504 13f79535-47bb-0310-9956-ffa450edef68

commit 5f1614e25759ef36eea1db9ef8fd2c53b30c977d
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-20T06:49:43Z

    HBASE-10138. Incorrect or confusing test value is used in block caches (Sergey Shelukhin)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552505 13f79535-47bb-0310-9956-ffa450edef68

commit 83413ca1c70475a9bf518e3c112c5a593e317fce
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-20T16:44:18Z

    HBASE-10173 Need HFile version check in security coprocessors
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552727 13f79535-47bb-0310-9956-ffa450edef68

commit 700b5dafe867b3d761f79f9d2bc44c8674c2f6a0
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-20T16:54:32Z

    HBASE-10193 Cleanup HRegion if one of the store fails to open at region initialization (Aditya)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552736 13f79535-47bb-0310-9956-ffa450edef68

commit 8c3b49459c161a12ad42d3447b8d5b2ad6f520bc
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-20T17:25:21Z

    HBASE-10161 [AccessController] Tolerate regions in recovery
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552749 13f79535-47bb-0310-9956-ffa450edef68

commit 3405555ed7c0f7bbee83921a18348e4a046a83cc
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-20T19:31:55Z

    hbase-8529: checkOpen is missing from multi, mutate, get and multiGet etc.
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552791 13f79535-47bb-0310-9956-ffa450edef68

commit 6c808592bc777abb8a71ca885c858e0ae710e8e8
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-20T21:29:46Z

    HBASE-10195: mvn site build failed with OutOfMemoryError
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552813 13f79535-47bb-0310-9956-ffa450edef68

commit 02673fe28e962b8f5785922891de9adff57dd835
Author: Jeffrey Zhong <je...@apache.org>
Date:   2013-12-20T22:30:19Z

    HBASE-8701: distributedLogReplay need to apply wal edits in the receiving order of those edits
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552831 13f79535-47bb-0310-9956-ffa450edef68

commit 73d96890f82411893a21cd634ae3b5002ccca615
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-21T06:23:33Z

    HBASE-10219 HTTPS support for HBase in RegionServerListTmpl.jamon
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552881 13f79535-47bb-0310-9956-ffa450edef68

commit f565f538ca7fd2ddd2bf1eea4e68baa2390243af
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-21T21:30:04Z

    HBASE-10220. Put all test service principals into the superusers list
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552948 13f79535-47bb-0310-9956-ffa450edef68

commit 2ef7463b415cefd2f956ae4ef9da296234baf745
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-22T06:47:05Z

    HBASE-10221. Region from coprocessor invocations can be null on failure
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552968 13f79535-47bb-0310-9956-ffa450edef68

commit 9f48e0ee00cbc783714d8317543a751ee216d8d1
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-22T18:19:26Z

    HBASE-10223 [VisibilityController] cellVisibility presence check on Delete mutation is wrong
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553013 13f79535-47bb-0310-9956-ffa450edef68

commit 5a9192963fa410de609c18430516f85160d068a0
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
Date:   2013-12-23T01:47:07Z

    HBASE-9151 HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split.
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553057 13f79535-47bb-0310-9956-ffa450edef68

commit 2a527355940158ca491a0a1824d2a110015a60e2
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-23T06:45:58Z

    HBASE-9346 HBCK should provide an option to check if regions boundaries are the same in META and in stores. (Jean Marc)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553076 13f79535-47bb-0310-9956-ffa450edef68

commit ee4b7a6e799ebc55bea715137e39ba25c364c6da
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-23T07:03:24Z

    HBASE-10225 Bug in calls to RegionObsever.postScannerFilterRow
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553080 13f79535-47bb-0310-9956-ffa450edef68

commit 4badac956b4c4e137e34b93cfd828842e60c5765
Author: Liang XIe <li...@apache.org>
Date:   2013-12-24T08:54:40Z

    HBASE-10232 Remove native profile from hbase-shell (Elliot Clark)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553259 13f79535-47bb-0310-9956-ffa450edef68

commit 8eaab319f1f2e1290c5318c3aa16daa9a5e66afa
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-24T15:11:34Z

    HBASE-10231 Potential NPE in HBaseFsck#checkMetaRegion()
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553284 13f79535-47bb-0310-9956-ffa450edef68

commit bb322da6773f42250610aab91e082461e0c07a0f
Author: Rajeshbabu Chintaguntla <ra...@apache.org>
Date:   2013-12-24T18:06:17Z

    HBASE-10215 TableNotFoundException should be thrown after removing stale znode in ETH
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553309 13f79535-47bb-0310-9956-ffa450edef68

commit 978924a817f34773b4b02ed610fb97139bb1b4fb
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-24T20:00:19Z

    HBASE-10233. VisibilityController is too chatty at DEBUG level
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553324 13f79535-47bb-0310-9956-ffa450edef68

commit a87b99326f6fb03f546d729ee1d8a40cda3f2096
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-24T20:19:22Z

    HBASE-10226. [AccessController] Namespace grants not always checked
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553328 13f79535-47bb-0310-9956-ffa450edef68

commit 1502f978adfc59d7727a0635f3cb708f1f2dac35
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-25T02:01:17Z

    HBASE-6104. Require EXEC permission to call coprocessor endpoints. Add missing file
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553345 13f79535-47bb-0310-9956-ffa450edef68

commit d46d1d70be0fd6d7f86f2844a703c6e5780b645c
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-25T19:17:41Z

    HBASE-10238. TestAccessController#verifyDenied can fail even if ADE is thrown
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553412 13f79535-47bb-0310-9956-ffa450edef68

commit 9768cbd3a1d3555cab6b406d7003ebd8c7491857
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-26T02:18:03Z

    Amend HBASE-10238. Special case for UndeclaredThrowableException
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553439 13f79535-47bb-0310-9956-ffa450edef68

commit 74a7e7dd0fda1864a447e1688d207ee1b56fab8a
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-26T03:51:12Z

    Revert HBASE-10238. Revert initial commit and addendum
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553444 13f79535-47bb-0310-9956-ffa450edef68

commit 7d58bade709b72c94da4034c1cf8554b716db561
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-26T04:20:13Z

    Amend HBASE-6104. TestAccessController#testCoprocessorExec is improperly failing
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553447 13f79535-47bb-0310-9956-ffa450edef68

commit 956ea5c662715e86bbcd104184bdd50dad897b44
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-26T04:52:27Z

    Revert HBASE-6104. Revert initial commit and addendum
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553451 13f79535-47bb-0310-9956-ffa450edef68

commit df587baa7904e5f53721405c068cb9e44a351260
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-26T05:30:50Z

    HBASE-7226 HRegion.checkAndMutate uses incorrect comparison result for <, <=, > and >=
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553454 13f79535-47bb-0310-9956-ffa450edef68

commit 6d7ec0e2c78e315e961cc6ad836ac002962c759d
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-27T18:48:52Z

    HBASE-10229. Support OperationAttributes in Increment and Append in Shell (Ramkrishna. S. Vasudevan)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553716 13f79535-47bb-0310-9956-ffa450edef68

commit 7e9456798ce10d9f6d02381a77835f8a7ecb5a09
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-27T18:57:32Z

    HBASE-10175. 2-thread ChaosMonkey steps on its own toes (Sergey Shelukhin)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553717 13f79535-47bb-0310-9956-ffa450edef68

commit 054b96ac67e4be8ede72444d9505a3ec29237980
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-27T19:12:17Z

    HBASE-10239. Improve determinism and debugability of TestAccessController
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553719 13f79535-47bb-0310-9956-ffa450edef68

commit de9281859d74cbce16fcf14882e49e200664b741
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-29T08:13:35Z

    HBASE-10176. Canary#sniff() should close the HTable instance (Ted Yu)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554001 13f79535-47bb-0310-9956-ffa450edef68

commit 9378e22f64f96f432c80408eb0e3910219c7b195
Author: Anoop Sam John <an...@apache.org>
Date:   2013-12-30T07:44:58Z

    HBASE-10228 Support setCellVisibility and setAuthorizations in Shell(Ram)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554160 13f79535-47bb-0310-9956-ffa450edef68

commit f812ecf0c66959b6c06b4abe3210e01ac3b29320
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-30T14:37:50Z

    HBASE-10255 Remove dependency on LimitInputStream
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554240 13f79535-47bb-0310-9956-ffa450edef68

commit 3128d5fcb827fc61bf18a1f0eda52ea393aecef7
Author: Zhihong Yu <te...@apache.org>
Date:   2013-12-30T20:35:00Z

    HBASE-10252 Don't write back to WAL/memstore when Increment amount is zero
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554312 13f79535-47bb-0310-9956-ffa450edef68

commit 88f3f63d686a9ab9a14f755fc37799cc61553628
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2013-12-31T02:50:40Z

    HBASE-10213. Add read log size per second metrics for replication source (cuijianwei)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554359 13f79535-47bb-0310-9956-ffa450edef68

commit 1475cf9df73d86cd90ce7f33567af4413fd516d4
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2013-12-31T21:35:32Z

    HBASE-10260 Canary Doesn't pick up Configuration properly.
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554571 13f79535-47bb-0310-9956-ffa450edef68

commit d3b84e970d17b78f63dc635d86c487ba060f563c
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-02T18:12:13Z

    HBASE-10249. Intermittent TestReplicationSyncUpTool failure (Demai Ni)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554867 13f79535-47bb-0310-9956-ffa450edef68

commit 533f6eb3dd75beb2d142eb5f1f36ff5c1652adaf
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-02T18:16:18Z

    HBASE-10255 Remove dependency on LimitInputStream - revert
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554869 13f79535-47bb-0310-9956-ffa450edef68

commit eac8d1f54287e42c67c6c5ffc5d99d1e8d170884
Author: Jonathan Hsieh <jm...@apache.org>
Date:   2014-01-03T00:04:24Z

    HBASE-10269 [nit] spelling issue in HFileContext.setCompression (Aleksandr Shulman)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554976 13f79535-47bb-0310-9956-ffa450edef68

commit 7d6c846f7725aa2d0e493517c04ad301c91116fc
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-03T05:07:21Z

    HBASE-10267. TestNamespaceCommands occasionally fails
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555010 13f79535-47bb-0310-9956-ffa450edef68

commit 51e29d9497b60986721f15a23dfc0e8d1796680a
Author: Anoop Sam John <an...@apache.org>
Date:   2014-01-03T16:48:20Z

    HBASE-9858 Integration test and LoadTestTool support for cell Visibility
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555148 13f79535-47bb-0310-9956-ffa450edef68

commit 9629c80b4a45c890b1d2c5763c5c1fec33c81e28
Author: Nick Dimiduk <nd...@apache.org>
Date:   2014-01-03T18:13:31Z

    HBASE-10264 CompactionTool in mapred mode is missing classes in its classpath (Himanshu Vashishtha)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555182 13f79535-47bb-0310-9956-ffa450edef68

commit 2a2e777054401ac76146cf53e7b0a645c50d3123
Author: Sergey Shelukhin <se...@apache.org>
Date:   2014-01-04T00:42:39Z

    HBASE-10210 during master startup, RS can be you-are-dead-ed by master in error
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555302 13f79535-47bb-0310-9956-ffa450edef68

commit 2824b5bb7de897a978d2d4e6ef9a5aea430acde3
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-04T03:02:57Z

    HBASE-10272 Cluster becomes nonoperational if the node hosting the active Master AND ROOT/META table goes offline
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555313 13f79535-47bb-0310-9956-ffa450edef68

commit a89405af04e37cd32266cb80ae61054e915c7323
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-04T07:29:56Z

    HBASE-9941. The context ClassLoader isn't set while calling into a coprocessor
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555329 13f79535-47bb-0310-9956-ffa450edef68

commit a966969b84655a153b01ce2f17d21a7558eeb82c
Author: Lars Hofhansl <la...@apache.org>
Date:   2014-01-06T18:25:39Z

    HBASE-10284 Build broken with svn 1.8
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555963 13f79535-47bb-0310-9956-ffa450edef68

commit 246a7087e7db80f6ab95eedbd6cd5a706280c410
Author: Jimmy Xiang <jx...@apache.org>
Date:   2014-01-06T20:47:31Z

    HBASE-10078 Dynamic Filter - Not using DynamicClassLoader when using FilterList
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556025 13f79535-47bb-0310-9956-ffa450edef68

commit ce81c87a9484dd5b0b9ce2e6816b7752806d7e85
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-06T22:14:38Z

    HBASE-10130. TestSplitLogManager#testTaskResigned fails sometimes (Ted Yu)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556051 13f79535-47bb-0310-9956-ffa450edef68

commit 1cb9ee55dc7b032e913cb31fde3a3d1189ba7daf
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-06T22:44:46Z

    Revert HBASE-9593. Region server left in online servers list forever if it went down after registering to master and before creating ephemeral node
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556055 13f79535-47bb-0310-9956-ffa450edef68

commit d02f91443f4091a6cb26cddd342f5ab15a3f8ef6
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-07T01:22:50Z

    HBASE-6104. Require EXEC permission to call coprocessor endpoints
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556100 13f79535-47bb-0310-9956-ffa450edef68

commit cea9ad6bf774417f5d435a08562301991b3ef62b
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-08T17:52:49Z

    HBASE-10292. TestRegionServerCoprocessorExceptionWithAbort fails occasionally
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556590 13f79535-47bb-0310-9956-ffa450edef68

commit bc03dea704ba70d899b1b61cff39648e8c50c652
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-08T18:19:11Z

    HBASE-10298. TestIOFencing occasionally fails
    
    This flapping test produces low confidence results so temporarily
    disable it while tracking down the cause.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556597 13f79535-47bb-0310-9956-ffa450edef68

commit d5bc2518efd0f7321d6020ff58f59769d034e3f4
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-09T03:19:01Z

    HBASE-10301 TestAssignmentManagerOnCluster#testOpenCloseRacing fails intermittently
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556707 13f79535-47bb-0310-9956-ffa450edef68

commit bb5a7ad450a0a0fe133593bdaaf6291dba1b58d3
Author: Anoop Sam John <an...@apache.org>
Date:   2014-01-09T09:53:47Z

    HBASE-10297 LoadAndVerify Integration Test for cell visibility
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556771 13f79535-47bb-0310-9956-ffa450edef68

commit 19bace2c4b9d937bcf84e47da26db4d8d13ea7f7
Author: Ramkrishna S. Vasudevan <ra...@apache.org>
Date:   2014-01-09T16:46:39Z

    HBASE-9846-Integration test and LoadTestTool support for cell ACLs (Ram)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556868 13f79535-47bb-0310-9956-ffa450edef68

commit a1e92a9772187b8cf8572cfb533daa1f211144b9
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-09T18:52:22Z

    HBASE-10268. TestSplitLogWorker occasionally fails
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556918 13f79535-47bb-0310-9956-ffa450edef68

commit ad9a21a2c675c1df7a83efd166f4ccddc702c891
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-10T18:45:02Z

    HBASE-10307. IntegrationTestIngestWithEncryption assumes localhost cluster
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557220 13f79535-47bb-0310-9956-ffa450edef68

commit 5b1071b0835ef73ada5f1adb6deaf87feacadf99
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-10T22:46:07Z

    HBASE-10310. ZNodeCleaner session expired for /hbase/master (Samir Ahmic)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557274 13f79535-47bb-0310-9956-ffa450edef68

commit 8fd6e7306ce35436f14298c4f637f257ead2fb3a
Author: Liang XIe <li...@apache.org>
Date:   2014-01-11T01:30:02Z

    HBASE-10263 make LruBlockCache single/multi/in-memory ratio user-configurable and provide preemptive mode for in-memory type block (Feng Honghua)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557298 13f79535-47bb-0310-9956-ffa450edef68

commit 1dfc6f0ea0b9b38f2eac8505018c825984cdb6b1
Author: Liang XIe <li...@apache.org>
Date:   2014-01-11T02:09:47Z

    HBASE-10265 Upgrade to commons-logging 1.1.3
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557300 13f79535-47bb-0310-9956-ffa450edef68

commit e7a0df8e5da480940a35dcc4c80aefb3c6699ac8
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-11T02:36:08Z

    HBASE-10318. generate-hadoopX-poms.sh expects the version to have one extra '-' (Raja Aluri)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557302 13f79535-47bb-0310-9956-ffa450edef68

commit 09ac1ff72bbb24f494dfe045b942011582f93a59
Author: Liang XIe <li...@apache.org>
Date:   2014-01-11T03:27:24Z

    revert HBASE-10265
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557306 13f79535-47bb-0310-9956-ffa450edef68

commit 31b8a997f0b814ca326d48aa6b0348fe9ce83074
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-11T19:19:10Z

    Amend HBASE-10292. TestRegionServerCoprocessorExceptionWithAbort fails occasionally
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557438 13f79535-47bb-0310-9956-ffa450edef68

commit ea4cf130980ec2c5803b6bfd8a9e15a0dc8cd337
Author: Anoop Sam John <an...@apache.org>
Date:   2014-01-13T17:29:36Z

    HBASE-10321 CellCodec has broken the 96 client to 98 server compatibility
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557780 13f79535-47bb-0310-9956-ffa450edef68

commit 9ecdad6916d33fc9a3fb9d3aaa707de28b019c78
Author: Anoop Sam John <an...@apache.org>
Date:   2014-01-13T17:52:36Z

    HBASE-10326 Super user should be able scan all the cells irrespective of the visibility labels(Ram)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557791 13f79535-47bb-0310-9956-ffa450edef68

commit e6bf857895f32abcef08b0052b9ced449d941da3
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-13T20:53:31Z

    HBASE-10329 Fail the writes rather than proceeding silently to prevent data loss when AsyncSyncer encounters null writer and its writes aren't synced by other Asyncer
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557846 13f79535-47bb-0310-9956-ffa450edef68

commit d7cf5033456d9e90c0275d6c47a3383014603197
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-13T21:23:23Z

    HBASE-10331. Insure security tests use SecureTestUtil methods for grants
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557857 13f79535-47bb-0310-9956-ffa450edef68

commit 2c3e3d6ab7671d0c54fe1bd4912d95a108ff293e
Author: Elliott Neil Clark <ec...@apache.org>
Date:   2014-01-13T21:51:15Z

    HBASE-10315 Canary shouldn't exit with 3 if there is no master running.
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557865 13f79535-47bb-0310-9956-ffa450edef68

commit a0edffef0f37e4d5268170347b1f9be149c17f7b
Author: Enis Soztutar <en...@apache.org>
Date:   2014-01-14T03:24:30Z

    HBASE-9721 RegionServer should not accept regionOpen RPC intended for another(previous) server
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557917 13f79535-47bb-0310-9956-ffa450edef68

commit 1873463683969eadaa87947d45a5c000c91c402a
Author: Enis Soztutar <en...@apache.org>
Date:   2014-01-14T03:30:00Z

    HBASE-10274 MiniZookeeperCluster should close ZKDatabase when shutdown ZooKeeperServers (chendihao via enis)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557920 13f79535-47bb-0310-9956-ffa450edef68

commit de0710e84d9ac4b8df154dffdef64c4192780aa4
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-14T05:44:31Z

    HBASE-10324 refactor deferred-log-flush/Durability related interface/code/naming to align with changed semantic of the new write thread model
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557943 13f79535-47bb-0310-9956-ffa450edef68

commit 70c7df06a8c8b930da2f198e56eca041bab51674
Author: Lars Hofhansl <la...@apache.org>
Date:   2014-01-14T06:51:52Z

    HBASE-10320 Avoid ArrayList.iterator() ExplicitColumnTracker
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557949 13f79535-47bb-0310-9956-ffa450edef68

commit b4473db9520a1ebb13904c9a0e0d49155b747c3d
Author: Matteo Bertozzi <mb...@apache.org>
Date:   2014-01-14T13:27:13Z

    HBASE-10332 Missing .regioninfo file during daughter open processing
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558034 13f79535-47bb-0310-9956-ffa450edef68

commit 5a27579a3e8a26caedd36c6fcb78b66ba6450849
Author: Enis Soztutar <en...@apache.org>
Date:   2014-01-14T23:21:38Z

    HBASE-10334 RegionServer links in table.jsp is broken
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558239 13f79535-47bb-0310-9956-ffa450edef68

commit ea93200421ed61da49015f6fc445c75c84b4974e
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-15T01:24:22Z

    HBASE-10338. Region server fails to start with AccessController coprocessor if installed into RegionServerCoprocessorHost (Vandana Ayyalasomayajula)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558261 13f79535-47bb-0310-9956-ffa450edef68

commit 5851d9fc8c717427b19e3ded45ea6af7393c51d7
Author: Sergey Shelukhin <se...@apache.org>
Date:   2014-01-15T02:10:28Z

    HBASE-10339 Mutation::getFamilyMap method was lost in 98
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558268 13f79535-47bb-0310-9956-ffa450edef68

commit 729e57e1990dfb97c99375643a6fd132ad644326
Author: Liang XIe <li...@apache.org>
Date:   2014-01-15T06:03:14Z

    HBASE-10335 AuthFailedException in zookeeper may block replication forever (Liu Shaohui)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558301 13f79535-47bb-0310-9956-ffa450edef68

commit 25c68e3c191c2b3cd6be56d36e69a307c0457c6e
Author: Nick Dimiduk <nd...@apache.org>
Date:   2014-01-15T18:22:30Z

    HBASE-10304 [docbook update] Running an hbase job jar: IllegalAccessError
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558497 13f79535-47bb-0310-9956-ffa450edef68

commit 7cdd86e43036978f5c4860cde9f305b6b0ddfa53
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-15T18:48:59Z

    HBASE-10344 Improve write performance by ignoring sync to hdfs when an asyncer's writes have been synced by other asyncer
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558505 13f79535-47bb-0310-9956-ffa450edef68

commit d0034cc09d1a20d0e9a2c9e029f2ee9e833f36f6
Author: Andrew Kyle Purtell <ap...@apache.org>
Date:   2014-01-16T18:27:58Z

    HBASE-6873. Clean up Coprocessor loading failure handling
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558870 13f79535-47bb-0310-9956-ffa450edef68

commit a3da37f1747b4b431005c57018d637d1acc9f097
Author: Enis Soztutar <en...@apache.org>
Date:   2014-01-16T22:20:34Z

    HBASE-9721 RegionServer should not accept regionOpen RPC intended for another(previous) server -- REVERT
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558937 13f79535-47bb-0310-9956-ffa450edef68

commit 6e963d085ddba04236d6744fc314fb6574b0ee4e
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-16T22:43:38Z

    HBASE-10364 Allow configuration option for parent znode in LoadTestTool
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558940 13f79535-47bb-0310-9956-ffa450edef68

commit 22ebed9e2b53b0a7e2eb32ad0b28cda3cfa00896
Author: Jimmy Xiang <jx...@apache.org>
Date:   2014-01-17T00:03:49Z

    HBASE-10333 Assignments are not retained on a cluster start
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558964 13f79535-47bb-0310-9956-ffa450edef68

commit 6473333decffcb7fba8d46b56409d249bc684f48
Author: Zhihong Yu <te...@apache.org>
Date:   2014-01-17T01:34:25Z

    HBASE-10369 LabelExpander#createLabels() should close scanner in finally clause
    
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558976 13f79535-47bb-0310-9956-ffa450edef68

commit c30a69d72fca6e0427b0838e84d29843c618df5a
Author: Enis Soztutar <en...@apache.org>
Date:   2014-01-17T02:21:32Z

    HBASE-10368 Add Mutation.setWriteToWAL() back to 0.98
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558993 13f79535-47bb-0310-9956-ffa450edef68

commit 45f4206cf5cac9b5085d9d90e0a5f09613982ccd
Author: Nick Dimiduk <nd...@apache.org>
Date:   2014-01-17T02:33:16Z

    HBASE-9343 Implement stateless scanner for Stargate (Vandana Ayyalasomayajula)
    
    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558995 13f79535-47bb-0310-9956-ffa450edef68

----


Re: hbase pull request: 0.98

Posted by Ted Yu <yu...@gmail.com>.
Is there a JIRA for this feature ?

HBase hasn't migrated to git repository yet. 
Submitting patch is the preferred way of contribution. 

Cheers

On Jan 16, 2014, at 10:06 PM, yuchao86 <gi...@git.apache.org> wrote:

> GitHub user yuchao86 opened a pull request:
> 
>    https://github.com/apache/hbase/pull/7
> 
>    0.98
> 
>    add the ACID support in HBase...
> 
> You can merge this pull request into a Git repository by running:
> 
>    $ git pull https://github.com/apache/hbase 0.98
> 
> Alternatively you can review and apply these changes as the patch at:
> 
>    https://github.com/apache/hbase/pull/7.patch
> 
> ----
> commit ba92e273f31480f67a9943c77a4481d9414c3b57
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-04T09:29:20Z
> 
>    Branching for release 0.98.0
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547741 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a54c86e414679244cf9dfcd5e49fb3d372856f8c
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-04T09:35:22Z
> 
>    Update version in POMs to 0.98.0-SNAPSHOT after branching for release 0.98.0
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547746 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e203336edb13b82f91754031e8769cc66d89e8c9
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-04T14:31:03Z
> 
>    HBASE-9485 TableOutputCommitter should implement recovery if we don't want jobs to start from 0 on RM restart
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547804 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 226fe5f34ac708ccd3b137be10121691e3cbb2e6
> Author: Rajeshbabu Chintaguntla <ra...@apache.org>
> Date:   2013-12-05T02:40:13Z
> 
>    HBASE-9489 Add cp hooks in online merge before and after setting PONR
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1547997 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 99a9167f3e59101688d5662f419d8cf6ba8adcfe
> Author: Jonathan Hsieh <jm...@apache.org>
> Date:   2013-12-05T06:16:28Z
> 
>    HBASE-10079 Race in TableName cache
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548019 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 71540b28ef0fc237738a502b58a8a7f040b6c3e2
> Author: Jonathan Hsieh <jm...@apache.org>
> Date:   2013-12-05T18:20:47Z
> 
>    HBASE-10079 ADDENDUM javadoc fix 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548230 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit f9ac8b3a23fb8eb6766fb02404ff537cd9c52d32
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-06T07:41:11Z
> 
>    HBASE-10073. Revert HBASE-9718 (Add a test scope dependency on org.slf4j:slf4j-api to hbase-client)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548391 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6bbde0bea69950a7af87c8e907482449784f0fd0
> Author: Nicolas Liochon <nk...@apache.org>
> Date:   2013-12-06T20:17:30Z
> 
>    HBASE-10097 Remove a region name string creation in HRegion#nextInternal
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548713 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8a450850546ae0b74bf5f5e3f66eb6348fa1a279
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-06T22:03:33Z
> 
>    HBASE-10099 javadoc warning introduced by LabelExpander 188: warning - @return tag has no arguments
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548727 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 46f4a097dbd9485a269b30d19ed4519c33b1c401
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-06T22:15:16Z
> 
>    HBASE-10085: Some regions aren't re-assigned after a master restarts
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548731 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit b550ed0103b785b4ea63f8cb4749baece73c48dc
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-06T22:31:04Z
> 
>    HBASE-9955 Make hadoop2 the default and deprecate hadoop1
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548736 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit beba43814caed031e06a6a71dcef90b1aa2810f1
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2013-12-06T23:12:59Z
> 
>    HBASE-10061 TableMapReduceUtil.findOrCreateJar calls updateMap(null, ) resulting in thrown NPE (Amit Sela)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548748 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5168798f1cc47efd8155430b772545dec2ec47a9
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-06T23:19:16Z
> 
>    HBASE-10094 Add batching to HLogPerformanceEvaluation
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548753 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1106bc6ca144a9f20009f16a8559a155d27e2a3d
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-07T00:33:23Z
> 
>    HBASE-10048 Add hlog number metric in regionserver
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1548769 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9f0b113fe97df73b89cdfb77dcfe089374dba7e6
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-09T05:01:34Z
> 
>    HBASE-10010 eliminate the put latency spike on the new log file beginning
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549383 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 80efb59cfef212458516c582fbc1bc3b8550ead9
> Author: Jonathan Hsieh <jm...@apache.org>
> Date:   2013-12-09T21:15:57Z
> 
>    HBASE-10108 NullPointerException thrown while using Canary with '-regionserver' option (Takeshi Miao)
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549681 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 80e4e39542bdf016119712c24edc2d70b3f32cb2
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2013-12-09T23:44:54Z
> 
>    HBASE-10101 testOfflineRegionReAssginedAfterMasterRestart times out sometimes
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549712 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 38970585bb148100caf0854a64b8eca9c1a554a7
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2013-12-09T23:58:41Z
> 
>    HBASE-10090 Master could hang in assigning meta
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549715 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1ee2fe8418c7cd685b0aa41670cbaaefb573bb01
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-10T00:55:32Z
> 
>    HBASE-10043 Fix Potential Resouce Leak in MultiTableInputFormatBase
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549725 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8098e56225bfaa233273f5e8f01c5ccae3b862c6
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-10T02:21:46Z
> 
>    HBASE-10059: TestSplitLogWorker#testMultipleTasks fails occasionally
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549741 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 47756f3883f75b9203ec7047b4ebd5628b6daca4
> Author: Matteo Bertozzi <mb...@apache.org>
> Date:   2013-12-10T11:43:58Z
> 
>    HBASE-10111 Verify that a snapshot is not corrupted before restoring it
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549818 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 04b9e7ada0b0c6dc84fce2f29a417ca1210cd33a
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-10T17:24:04Z
> 
>    HBASE-10112 Hbase rest query params for maxVersions and maxValues are not parsed
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549900 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 31cb3ce7e12a1fe8b0025e90fe5faf98d6a13e5e
> Author: Lars Hofhansl <la...@apache.org>
> Date:   2013-12-10T18:25:00Z
> 
>    HBASE-10117 Avoid synchronization in HRegionScannerImpl.isFilterDone
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549921 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d935a67a6df6048a77f2165105212adcd01d3b87
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-10T18:41:38Z
> 
>    HBASE-10110 Fix Potential Resource Leak in StoreFlusher
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549928 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 0d296ecb9db8a59dbca1ba93ceedfb107e5b85a6
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-10T18:54:26Z
> 
>    HBASE-10103. TestNodeHealthCheckChore#testRSHealthChore: Stoppable must have been stopped
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549931 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9b80e4422f8d06432c372707a3c97da88c5de64b
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2013-12-10T19:00:53Z
> 
>    HBASE-10116 SlabCache metrics improvements
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549936 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1f06bbc7e991a4155d1aaeb8497ba91df38cbc08
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-10T21:21:34Z
> 
>    HBASE-10119. Allow HBase coprocessors to clean up when they fail (Benoit Sigoure)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549975 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d874dc5312c57d885f215c8170c33374f75f1d2c
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-10T22:36:45Z
> 
>    HBASE-9966. Create integration test for online Bloom Filter change (Aleksandr Shulman)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549989 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a936833e6f7f61ae6d147bd68d1f76b8db03b8d5
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-10T23:00:40Z
> 
>    Amend HBASE-10103. Fix testHealthCheckerTimeout and add default test timeouts
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1549995 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit b7af2e0313798e224171fbcfbfa5e0cb9689ea79
> Author: Chunhui Shen <zj...@apache.org>
> Date:   2013-12-11T01:52:53Z
> 
>    HBASE-10114 _scan_internal() in table.rb should accept argument that specifies reverse scan
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550023 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7b02f8d6c2686f3e0bb5489ded50913b59630e75
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2013-12-11T03:09:42Z
> 
>    HBASE-10120 start-hbase.sh doesn't respect --config in non-distributed mode
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550039 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 834e8900c11add372f630c96c22960d7da868c33
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-11T18:45:27Z
> 
>    HBASE-10125: KeyValue(Cell c) copy constructor doesn't copy tags data
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550224 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 16d123e4ef5e47000d4989cdb10848580250bc5f
> Author: Sergey Shelukhin <se...@apache.org>
> Date:   2013-12-11T19:25:35Z
> 
>    HBASE-10069 Potential duplicate calls to log#appendNoSync() in HRegion#doMiniBatchMutation()
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550237 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6d2f25c42e47fb107099fa025bd75989288b4245
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-11T22:20:06Z
> 
>    HBASE-10124 Make Sub Classes Static When Possible
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550295 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit c7d11a2bcef49509a1484469ff7a453228dae1e2
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-12T03:33:01Z
> 
>    HBASE-10134 Fix findbug warning in VisibilityController
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550341 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit eca9f4563e3d52b115236f8df1bbd9e610206465
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2013-12-12T20:48:49Z
> 
>    HBASE-10116 Addendum: fix findbugs warning
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550523 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6793aa20448c79fdb3fb43b1dbc1125df3e3a3d4
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-12T21:28:05Z
> 
>    HBASE-10143 Clean up dead local stores in FSUtils
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550534 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 24dac0e6fcc5e9b0fc3385fe4d6412f9003f8193
> Author: Jesse Yates <jy...@apache.org>
> Date:   2013-12-12T22:54:06Z
> 
>    HBASE-10106: Remove some unnecessary code from TestOpenTableInCoprocessor (Benoit Sigoure)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550568 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7069b9bd6ddb61ef6c6f0824b356cd16a46e09b5
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-13T04:00:06Z
> 
>    HBASE-10107. [JDK7] TestHBaseSaslRpcClient.testHBaseSaslRpcClientCreation failing on Jenkins
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550631 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 55cca19b0cb01eef5135b1bb9da8ffcce2eecb4f
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-13T04:23:59Z
> 
>    HBASE-10149. TestZKPermissionsWatcher.testPermissionsWatcher test failure
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550633 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5449719bc9cf40478a95604d30adbaf1325ded4f
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-13T17:51:07Z
> 
>    HBASE-8755 A new write thread model for HLog to improve the overall HBase write throughput
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550782 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit bcb5450e195929430de002e8cf83aa2bc937dc52
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-14T05:36:11Z
> 
>    HBASE-10155 HRegion isRecovering state is wrongly coming in postOpen hook
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550881 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit edab112d94d7ecfd1a3d7a8e00cd57871c4a0dbd
> Author: Rajeshbabu Chintaguntla <ra...@apache.org>
> Date:   2013-12-15T02:03:26Z
> 
>    HBASE-9261 Add cp hooks after {start|close}RegionOperation
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550991 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ab3135326b83c47db94b040582c81ef6dc8f1325
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-15T02:58:38Z
> 
>    HBASE-10164 Allow heapsize of different units to be passed as HBASE_HEAPSIZE
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1550994 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 0536504b5f4f00b0f8d96a26c50acbb7410b85da
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-16T19:12:07Z
> 
>    HBASE-10146 Bump HTrace version to 2.04
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551317 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 162c2908f4880bd23cc272c996f209075398e279
> Author: Enis Soztutar <en...@apache.org>
> Date:   2013-12-16T22:37:04Z
> 
>    HBASE-10163 Example Thrift DemoClient is flaky
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551387 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit fc9cebf17afa65ed8eb78b3434105b4de0049b1f
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-16T23:38:44Z
> 
>    HBASE-9928 TestHRegion should clean up test-data directory upon completion
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551405 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 79a566fc3eae6ab1cb53bb3fbcec0194967ff7ec
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-16T23:46:06Z
> 
>    HBASE-10178 Potential null object dereference in TablePermission#equals()
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551408 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 97074b2c4d8fc024fe005da6d86cf3ed98e7cafd
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-17T00:37:48Z
> 
>    HBASE-10157 Provide CP hook post log replay
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551418 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a130e32716c48e36e2347875e8cbd6d98f916889
> Author: Enis Soztutar <en...@apache.org>
> Date:   2013-12-17T00:50:46Z
> 
>    HBASE-10098 [WINDOWS] pass in native library directory from hadoop for unit tests
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551429 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d60a7f5ca843bf9df0029473cbc57c3bb826b2fd
> Author: Enis Soztutar <en...@apache.org>
> Date:   2013-12-17T01:10:14Z
> 
>    HBASE-10084 [WINDOWS] bin\hbase.cmd should allow whitespaces in java.library.path and classpath
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551435 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 887e51f45b077a7895b430fb19cb163ddd2913f6
> Author: Lars Hofhansl <la...@apache.org>
> Date:   2013-12-17T05:47:01Z
> 
>    HBASE-9047 Tool to handle finishing replication when the cluster is offline (Demai Ni)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551465 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit cd73e6e35105bd6890dec776e120daf890e5cee9
> Author: Chunhui Shen <zj...@apache.org>
> Date:   2013-12-17T10:13:05Z
> 
>    HBASE-10180 TestByteBufferIOEngine#testByteBufferIOEngine occasionally fails
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551498 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5b3e2cd6cf416b4b6dba7997b6b412f05d5ff144
> Author: Jonathan Hsieh <jm...@apache.org>
> Date:   2013-12-17T13:05:12Z
> 
>    HBASE-10186 region_mover.rb broken because ServerName constructor is changed to private (Samir Ahmic)
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551533 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6f8ebb83dadc04612f5c23532561844984d850ef
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2013-12-18T00:01:00Z
> 
>    HBASE-10159 Replaced deprecated interface Closeable
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551770 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 878d297650d9184dc8d2c1b34e5fa30ba1848d59
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2013-12-18T00:02:02Z
> 
>    HBASE-10182 Potential null object deference in AssignmentManager#handleRegion()
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551772 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 51e9d29cdcdd4c34fd8a114656359f9311e78c74
> Author: Lars Hofhansl <la...@apache.org>
> Date:   2013-12-18T00:56:04Z
> 
>    HBASE-10189 Intermittent TestReplicationSyncUpTool failure (LarsH and Demai Ni)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551790 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9e4bf079141d1d3be92fcae671e4219de0bfd611
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-18T01:33:36Z
> 
>    HBASE-10179. HRegionServer underreports readRequestCounts by 1 under certain conditions (Perry Trolard)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551795 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e966a16336aa9ac22574d8158ff9adda7013b2ba
> Author: Rajeshbabu Chintaguntla <ra...@apache.org>
> Date:   2013-12-18T01:36:41Z
> 
>    HBASE-10137 GeneralBulkAssigner with retain assignment plan can be used in EnableTableHandler to bulk assign the regions
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551798 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9e3c11d17c75e99e77b050eeb45b295df0df42e2
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-18T03:10:36Z
> 
>    HBASE-10187 AccessController#preOpen - Include 'labels' table also into special tables list.
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551817 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a3542c38bf9689f8c261f48c9b881f7a4b66de77
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-18T15:09:22Z
> 
>    HBASE-10142 TestLogRolling#testLogRollOnDatanodeDeath test failure
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1551972 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 3f4a4d3fa56417e1d7ecf39c80ca730d09aa8440
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-18T16:54:49Z
> 
>    HBASE-10148 [VisibilityController] Tolerate regions in recovery
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552020 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e3e712561a8246eb11b1bde0108bb49ef39a0dfd
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-18T23:02:44Z
> 
>    HBASE-8112 Deprecate HTable#batch(final List<? extends Row>)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552152 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 3667243f8a85c1245e2bec87455f8395762899d6
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-18T23:55:11Z
> 
>    HBASE-9892 Add info port to ServerName to support multi instances in a node
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552169 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5451d946a75f480ea883d1af4ba6c0cfe2227bc7
> Author: Michael Stack <st...@apache.org>
> Date:   2013-12-19T05:09:19Z
> 
>    HBASE-10194 [Usability]: Instructions in CompactionTool no longer accurate because of namespaces
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552230 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7b8b281cce15c7c7dbd744f2cbb118e1a348a90e
> Author: Chunhui Shen <zj...@apache.org>
> Date:   2013-12-19T06:27:16Z
> 
>    HBASE-10196 Enhance HBCK to understand the case after online region merge
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552239 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit b3185fa5a6ccc8e128c767f4479fe9ccb95c51ef
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2013-12-19T17:31:02Z
> 
>    HBASE-9524 Multi row get does not return any results even if any one of the rows specified in the query is missing and improve exception handling (Vandana Ayyalasomayajula)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552369 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1ecb72f9f0a65432621b009d7af8256c1707cf44
> Author: Devaraj Das <dd...@apache.org>
> Date:   2013-12-19T18:06:10Z
> 
>    HBASE-9866. Support the mode where REST server authorizes proxy users
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552386 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8400dcac68d7e3b2b45a1a3b5b1495e7fac4df0b
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-20T03:34:35Z
> 
>    HBASE-10207 ZKVisibilityLabelWatcher : Populate the labels cache on startup
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552489 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e282f1957a8bc23796e028fa077040a8a40b2c45
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-20T06:43:24Z
> 
>    HBASE-10173. Need HFile version check in security coprocessors
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552504 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5f1614e25759ef36eea1db9ef8fd2c53b30c977d
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-20T06:49:43Z
> 
>    HBASE-10138. Incorrect or confusing test value is used in block caches (Sergey Shelukhin)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552505 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 83413ca1c70475a9bf518e3c112c5a593e317fce
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-20T16:44:18Z
> 
>    HBASE-10173 Need HFile version check in security coprocessors
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552727 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 700b5dafe867b3d761f79f9d2bc44c8674c2f6a0
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-20T16:54:32Z
> 
>    HBASE-10193 Cleanup HRegion if one of the store fails to open at region initialization (Aditya)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552736 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8c3b49459c161a12ad42d3447b8d5b2ad6f520bc
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-20T17:25:21Z
> 
>    HBASE-10161 [AccessController] Tolerate regions in recovery
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552749 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 3405555ed7c0f7bbee83921a18348e4a046a83cc
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-20T19:31:55Z
> 
>    hbase-8529: checkOpen is missing from multi, mutate, get and multiGet etc.
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552791 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6c808592bc777abb8a71ca885c858e0ae710e8e8
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-20T21:29:46Z
> 
>    HBASE-10195: mvn site build failed with OutOfMemoryError
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552813 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 02673fe28e962b8f5785922891de9adff57dd835
> Author: Jeffrey Zhong <je...@apache.org>
> Date:   2013-12-20T22:30:19Z
> 
>    HBASE-8701: distributedLogReplay need to apply wal edits in the receiving order of those edits
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552831 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 73d96890f82411893a21cd634ae3b5002ccca615
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-21T06:23:33Z
> 
>    HBASE-10219 HTTPS support for HBase in RegionServerListTmpl.jamon
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552881 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit f565f538ca7fd2ddd2bf1eea4e68baa2390243af
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-21T21:30:04Z
> 
>    HBASE-10220. Put all test service principals into the superusers list
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552948 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 2ef7463b415cefd2f956ae4ef9da296234baf745
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-22T06:47:05Z
> 
>    HBASE-10221. Region from coprocessor invocations can be null on failure
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1552968 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9f48e0ee00cbc783714d8317543a751ee216d8d1
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-22T18:19:26Z
> 
>    HBASE-10223 [VisibilityController] cellVisibility presence check on Delete mutation is wrong
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553013 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5a9192963fa410de609c18430516f85160d068a0
> Author: Rajeshbabu Chintaguntla <ra...@apache.org>
> Date:   2013-12-23T01:47:07Z
> 
>    HBASE-9151 HBCK cannot fix when meta server znode deleted, this can happen if all region servers stopped and there are no logs to split.
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553057 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 2a527355940158ca491a0a1824d2a110015a60e2
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-23T06:45:58Z
> 
>    HBASE-9346 HBCK should provide an option to check if regions boundaries are the same in META and in stores. (Jean Marc)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553076 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ee4b7a6e799ebc55bea715137e39ba25c364c6da
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-23T07:03:24Z
> 
>    HBASE-10225 Bug in calls to RegionObsever.postScannerFilterRow
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553080 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 4badac956b4c4e137e34b93cfd828842e60c5765
> Author: Liang XIe <li...@apache.org>
> Date:   2013-12-24T08:54:40Z
> 
>    HBASE-10232 Remove native profile from hbase-shell (Elliot Clark)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553259 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8eaab319f1f2e1290c5318c3aa16daa9a5e66afa
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-24T15:11:34Z
> 
>    HBASE-10231 Potential NPE in HBaseFsck#checkMetaRegion()
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553284 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit bb322da6773f42250610aab91e082461e0c07a0f
> Author: Rajeshbabu Chintaguntla <ra...@apache.org>
> Date:   2013-12-24T18:06:17Z
> 
>    HBASE-10215 TableNotFoundException should be thrown after removing stale znode in ETH
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553309 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 978924a817f34773b4b02ed610fb97139bb1b4fb
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-24T20:00:19Z
> 
>    HBASE-10233. VisibilityController is too chatty at DEBUG level
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553324 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a87b99326f6fb03f546d729ee1d8a40cda3f2096
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-24T20:19:22Z
> 
>    HBASE-10226. [AccessController] Namespace grants not always checked
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553328 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1502f978adfc59d7727a0635f3cb708f1f2dac35
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-25T02:01:17Z
> 
>    HBASE-6104. Require EXEC permission to call coprocessor endpoints. Add missing file
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553345 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d46d1d70be0fd6d7f86f2844a703c6e5780b645c
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-25T19:17:41Z
> 
>    HBASE-10238. TestAccessController#verifyDenied can fail even if ADE is thrown
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553412 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9768cbd3a1d3555cab6b406d7003ebd8c7491857
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-26T02:18:03Z
> 
>    Amend HBASE-10238. Special case for UndeclaredThrowableException
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553439 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 74a7e7dd0fda1864a447e1688d207ee1b56fab8a
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-26T03:51:12Z
> 
>    Revert HBASE-10238. Revert initial commit and addendum
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553444 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7d58bade709b72c94da4034c1cf8554b716db561
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-26T04:20:13Z
> 
>    Amend HBASE-6104. TestAccessController#testCoprocessorExec is improperly failing
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553447 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 956ea5c662715e86bbcd104184bdd50dad897b44
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-26T04:52:27Z
> 
>    Revert HBASE-6104. Revert initial commit and addendum
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553451 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit df587baa7904e5f53721405c068cb9e44a351260
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-26T05:30:50Z
> 
>    HBASE-7226 HRegion.checkAndMutate uses incorrect comparison result for <, <=, > and >=
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553454 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6d7ec0e2c78e315e961cc6ad836ac002962c759d
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-27T18:48:52Z
> 
>    HBASE-10229. Support OperationAttributes in Increment and Append in Shell (Ramkrishna. S. Vasudevan)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553716 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7e9456798ce10d9f6d02381a77835f8a7ecb5a09
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-27T18:57:32Z
> 
>    HBASE-10175. 2-thread ChaosMonkey steps on its own toes (Sergey Shelukhin)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553717 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 054b96ac67e4be8ede72444d9505a3ec29237980
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-27T19:12:17Z
> 
>    HBASE-10239. Improve determinism and debugability of TestAccessController
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1553719 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit de9281859d74cbce16fcf14882e49e200664b741
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-29T08:13:35Z
> 
>    HBASE-10176. Canary#sniff() should close the HTable instance (Ted Yu)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554001 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9378e22f64f96f432c80408eb0e3910219c7b195
> Author: Anoop Sam John <an...@apache.org>
> Date:   2013-12-30T07:44:58Z
> 
>    HBASE-10228 Support setCellVisibility and setAuthorizations in Shell(Ram)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554160 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit f812ecf0c66959b6c06b4abe3210e01ac3b29320
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-30T14:37:50Z
> 
>    HBASE-10255 Remove dependency on LimitInputStream
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554240 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 3128d5fcb827fc61bf18a1f0eda52ea393aecef7
> Author: Zhihong Yu <te...@apache.org>
> Date:   2013-12-30T20:35:00Z
> 
>    HBASE-10252 Don't write back to WAL/memstore when Increment amount is zero
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554312 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 88f3f63d686a9ab9a14f755fc37799cc61553628
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2013-12-31T02:50:40Z
> 
>    HBASE-10213. Add read log size per second metrics for replication source (cuijianwei)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554359 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1475cf9df73d86cd90ce7f33567af4413fd516d4
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2013-12-31T21:35:32Z
> 
>    HBASE-10260 Canary Doesn't pick up Configuration properly.
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554571 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d3b84e970d17b78f63dc635d86c487ba060f563c
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-02T18:12:13Z
> 
>    HBASE-10249. Intermittent TestReplicationSyncUpTool failure (Demai Ni)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554867 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 533f6eb3dd75beb2d142eb5f1f36ff5c1652adaf
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-02T18:16:18Z
> 
>    HBASE-10255 Remove dependency on LimitInputStream - revert
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554869 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit eac8d1f54287e42c67c6c5ffc5d99d1e8d170884
> Author: Jonathan Hsieh <jm...@apache.org>
> Date:   2014-01-03T00:04:24Z
> 
>    HBASE-10269 [nit] spelling issue in HFileContext.setCompression (Aleksandr Shulman)
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1554976 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7d6c846f7725aa2d0e493517c04ad301c91116fc
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-03T05:07:21Z
> 
>    HBASE-10267. TestNamespaceCommands occasionally fails
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555010 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 51e29d9497b60986721f15a23dfc0e8d1796680a
> Author: Anoop Sam John <an...@apache.org>
> Date:   2014-01-03T16:48:20Z
> 
>    HBASE-9858 Integration test and LoadTestTool support for cell Visibility
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555148 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9629c80b4a45c890b1d2c5763c5c1fec33c81e28
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2014-01-03T18:13:31Z
> 
>    HBASE-10264 CompactionTool in mapred mode is missing classes in its classpath (Himanshu Vashishtha)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555182 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 2a2e777054401ac76146cf53e7b0a645c50d3123
> Author: Sergey Shelukhin <se...@apache.org>
> Date:   2014-01-04T00:42:39Z
> 
>    HBASE-10210 during master startup, RS can be you-are-dead-ed by master in error
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555302 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 2824b5bb7de897a978d2d4e6ef9a5aea430acde3
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-04T03:02:57Z
> 
>    HBASE-10272 Cluster becomes nonoperational if the node hosting the active Master AND ROOT/META table goes offline
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555313 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a89405af04e37cd32266cb80ae61054e915c7323
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-04T07:29:56Z
> 
>    HBASE-9941. The context ClassLoader isn't set while calling into a coprocessor
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555329 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a966969b84655a153b01ce2f17d21a7558eeb82c
> Author: Lars Hofhansl <la...@apache.org>
> Date:   2014-01-06T18:25:39Z
> 
>    HBASE-10284 Build broken with svn 1.8
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1555963 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 246a7087e7db80f6ab95eedbd6cd5a706280c410
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2014-01-06T20:47:31Z
> 
>    HBASE-10078 Dynamic Filter - Not using DynamicClassLoader when using FilterList
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556025 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ce81c87a9484dd5b0b9ce2e6816b7752806d7e85
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-06T22:14:38Z
> 
>    HBASE-10130. TestSplitLogManager#testTaskResigned fails sometimes (Ted Yu)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556051 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1cb9ee55dc7b032e913cb31fde3a3d1189ba7daf
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-06T22:44:46Z
> 
>    Revert HBASE-9593. Region server left in online servers list forever if it went down after registering to master and before creating ephemeral node
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556055 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d02f91443f4091a6cb26cddd342f5ab15a3f8ef6
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-07T01:22:50Z
> 
>    HBASE-6104. Require EXEC permission to call coprocessor endpoints
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556100 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit cea9ad6bf774417f5d435a08562301991b3ef62b
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-08T17:52:49Z
> 
>    HBASE-10292. TestRegionServerCoprocessorExceptionWithAbort fails occasionally
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556590 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit bc03dea704ba70d899b1b61cff39648e8c50c652
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-08T18:19:11Z
> 
>    HBASE-10298. TestIOFencing occasionally fails
> 
>    This flapping test produces low confidence results so temporarily
>    disable it while tracking down the cause.
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556597 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d5bc2518efd0f7321d6020ff58f59769d034e3f4
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-09T03:19:01Z
> 
>    HBASE-10301 TestAssignmentManagerOnCluster#testOpenCloseRacing fails intermittently
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556707 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit bb5a7ad450a0a0fe133593bdaaf6291dba1b58d3
> Author: Anoop Sam John <an...@apache.org>
> Date:   2014-01-09T09:53:47Z
> 
>    HBASE-10297 LoadAndVerify Integration Test for cell visibility
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556771 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 19bace2c4b9d937bcf84e47da26db4d8d13ea7f7
> Author: Ramkrishna S. Vasudevan <ra...@apache.org>
> Date:   2014-01-09T16:46:39Z
> 
>    HBASE-9846-Integration test and LoadTestTool support for cell ACLs (Ram)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556868 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a1e92a9772187b8cf8572cfb533daa1f211144b9
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-09T18:52:22Z
> 
>    HBASE-10268. TestSplitLogWorker occasionally fails
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1556918 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ad9a21a2c675c1df7a83efd166f4ccddc702c891
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-10T18:45:02Z
> 
>    HBASE-10307. IntegrationTestIngestWithEncryption assumes localhost cluster
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557220 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5b1071b0835ef73ada5f1adb6deaf87feacadf99
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-10T22:46:07Z
> 
>    HBASE-10310. ZNodeCleaner session expired for /hbase/master (Samir Ahmic)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557274 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 8fd6e7306ce35436f14298c4f637f257ead2fb3a
> Author: Liang XIe <li...@apache.org>
> Date:   2014-01-11T01:30:02Z
> 
>    HBASE-10263 make LruBlockCache single/multi/in-memory ratio user-configurable and provide preemptive mode for in-memory type block (Feng Honghua)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557298 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1dfc6f0ea0b9b38f2eac8505018c825984cdb6b1
> Author: Liang XIe <li...@apache.org>
> Date:   2014-01-11T02:09:47Z
> 
>    HBASE-10265 Upgrade to commons-logging 1.1.3
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557300 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e7a0df8e5da480940a35dcc4c80aefb3c6699ac8
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-11T02:36:08Z
> 
>    HBASE-10318. generate-hadoopX-poms.sh expects the version to have one extra '-' (Raja Aluri)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557302 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 09ac1ff72bbb24f494dfe045b942011582f93a59
> Author: Liang XIe <li...@apache.org>
> Date:   2014-01-11T03:27:24Z
> 
>    revert HBASE-10265
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557306 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 31b8a997f0b814ca326d48aa6b0348fe9ce83074
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-11T19:19:10Z
> 
>    Amend HBASE-10292. TestRegionServerCoprocessorExceptionWithAbort fails occasionally
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557438 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ea4cf130980ec2c5803b6bfd8a9e15a0dc8cd337
> Author: Anoop Sam John <an...@apache.org>
> Date:   2014-01-13T17:29:36Z
> 
>    HBASE-10321 CellCodec has broken the 96 client to 98 server compatibility
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557780 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 9ecdad6916d33fc9a3fb9d3aaa707de28b019c78
> Author: Anoop Sam John <an...@apache.org>
> Date:   2014-01-13T17:52:36Z
> 
>    HBASE-10326 Super user should be able scan all the cells irrespective of the visibility labels(Ram)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557791 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit e6bf857895f32abcef08b0052b9ced449d941da3
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-13T20:53:31Z
> 
>    HBASE-10329 Fail the writes rather than proceeding silently to prevent data loss when AsyncSyncer encounters null writer and its writes aren't synced by other Asyncer
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557846 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d7cf5033456d9e90c0275d6c47a3383014603197
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-13T21:23:23Z
> 
>    HBASE-10331. Insure security tests use SecureTestUtil methods for grants
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557857 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 2c3e3d6ab7671d0c54fe1bd4912d95a108ff293e
> Author: Elliott Neil Clark <ec...@apache.org>
> Date:   2014-01-13T21:51:15Z
> 
>    HBASE-10315 Canary shouldn't exit with 3 if there is no master running.
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557865 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a0edffef0f37e4d5268170347b1f9be149c17f7b
> Author: Enis Soztutar <en...@apache.org>
> Date:   2014-01-14T03:24:30Z
> 
>    HBASE-9721 RegionServer should not accept regionOpen RPC intended for another(previous) server
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557917 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 1873463683969eadaa87947d45a5c000c91c402a
> Author: Enis Soztutar <en...@apache.org>
> Date:   2014-01-14T03:30:00Z
> 
>    HBASE-10274 MiniZookeeperCluster should close ZKDatabase when shutdown ZooKeeperServers (chendihao via enis)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557920 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit de0710e84d9ac4b8df154dffdef64c4192780aa4
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-14T05:44:31Z
> 
>    HBASE-10324 refactor deferred-log-flush/Durability related interface/code/naming to align with changed semantic of the new write thread model
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557943 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 70c7df06a8c8b930da2f198e56eca041bab51674
> Author: Lars Hofhansl <la...@apache.org>
> Date:   2014-01-14T06:51:52Z
> 
>    HBASE-10320 Avoid ArrayList.iterator() ExplicitColumnTracker
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1557949 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit b4473db9520a1ebb13904c9a0e0d49155b747c3d
> Author: Matteo Bertozzi <mb...@apache.org>
> Date:   2014-01-14T13:27:13Z
> 
>    HBASE-10332 Missing .regioninfo file during daughter open processing
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558034 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5a27579a3e8a26caedd36c6fcb78b66ba6450849
> Author: Enis Soztutar <en...@apache.org>
> Date:   2014-01-14T23:21:38Z
> 
>    HBASE-10334 RegionServer links in table.jsp is broken
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558239 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit ea93200421ed61da49015f6fc445c75c84b4974e
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-15T01:24:22Z
> 
>    HBASE-10338. Region server fails to start with AccessController coprocessor if installed into RegionServerCoprocessorHost (Vandana Ayyalasomayajula)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558261 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 5851d9fc8c717427b19e3ded45ea6af7393c51d7
> Author: Sergey Shelukhin <se...@apache.org>
> Date:   2014-01-15T02:10:28Z
> 
>    HBASE-10339 Mutation::getFamilyMap method was lost in 98
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558268 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 729e57e1990dfb97c99375643a6fd132ad644326
> Author: Liang XIe <li...@apache.org>
> Date:   2014-01-15T06:03:14Z
> 
>    HBASE-10335 AuthFailedException in zookeeper may block replication forever (Liu Shaohui)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558301 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 25c68e3c191c2b3cd6be56d36e69a307c0457c6e
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2014-01-15T18:22:30Z
> 
>    HBASE-10304 [docbook update] Running an hbase job jar: IllegalAccessError
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558497 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 7cdd86e43036978f5c4860cde9f305b6b0ddfa53
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-15T18:48:59Z
> 
>    HBASE-10344 Improve write performance by ignoring sync to hdfs when an asyncer's writes have been synced by other asyncer
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558505 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit d0034cc09d1a20d0e9a2c9e029f2ee9e833f36f6
> Author: Andrew Kyle Purtell <ap...@apache.org>
> Date:   2014-01-16T18:27:58Z
> 
>    HBASE-6873. Clean up Coprocessor loading failure handling
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558870 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit a3da37f1747b4b431005c57018d637d1acc9f097
> Author: Enis Soztutar <en...@apache.org>
> Date:   2014-01-16T22:20:34Z
> 
>    HBASE-9721 RegionServer should not accept regionOpen RPC intended for another(previous) server -- REVERT
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558937 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6e963d085ddba04236d6744fc314fb6574b0ee4e
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-16T22:43:38Z
> 
>    HBASE-10364 Allow configuration option for parent znode in LoadTestTool
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558940 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 22ebed9e2b53b0a7e2eb32ad0b28cda3cfa00896
> Author: Jimmy Xiang <jx...@apache.org>
> Date:   2014-01-17T00:03:49Z
> 
>    HBASE-10333 Assignments are not retained on a cluster start
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558964 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 6473333decffcb7fba8d46b56409d249bc684f48
> Author: Zhihong Yu <te...@apache.org>
> Date:   2014-01-17T01:34:25Z
> 
>    HBASE-10369 LabelExpander#createLabels() should close scanner in finally clause
> 
> 
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558976 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit c30a69d72fca6e0427b0838e84d29843c618df5a
> Author: Enis Soztutar <en...@apache.org>
> Date:   2014-01-17T02:21:32Z
> 
>    HBASE-10368 Add Mutation.setWriteToWAL() back to 0.98
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558993 13f79535-47bb-0310-9956-ffa450edef68
> 
> commit 45f4206cf5cac9b5085d9d90e0a5f09613982ccd
> Author: Nick Dimiduk <nd...@apache.org>
> Date:   2014-01-17T02:33:16Z
> 
>    HBASE-9343 Implement stateless scanner for Stargate (Vandana Ayyalasomayajula)
> 
>    git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/0.98@1558995 13f79535-47bb-0310-9956-ffa450edef68
> 
> ----
>