Repository: hbase Updated Branches: refs/heads/0.98 c32e76518 -> a837d0a04
Update POM and CHANGES.txt for 0.98.10 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a837d0a0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a837d0a0 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a837d0a0 Branch: refs/heads/0.98 Commit: a837d0a04f76306609adf84661f3b5215b49cea4 Parents: c32e765 Author: Andrew Purtell <[email protected]> Authored: Mon Jan 26 18:57:30 2015 -0800 Committer: Andrew Purtell <[email protected]> Committed: Mon Jan 26 18:57:30 2015 -0800 ---------------------------------------------------------------------- CHANGES.txt | 81 +++++++++++++++++++++++++++++++++++++++ hbase-annotations/pom.xml | 2 +- hbase-assembly/pom.xml | 2 +- hbase-checkstyle/pom.xml | 4 +- hbase-client/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-examples/pom.xml | 2 +- hbase-hadoop-compat/pom.xml | 2 +- hbase-hadoop1-compat/pom.xml | 2 +- hbase-hadoop2-compat/pom.xml | 2 +- hbase-it/pom.xml | 2 +- hbase-prefix-tree/pom.xml | 2 +- hbase-protocol/pom.xml | 2 +- hbase-rest/pom.xml | 2 +- hbase-server/pom.xml | 2 +- hbase-shell/pom.xml | 2 +- hbase-testing-util/pom.xml | 2 +- hbase-thrift/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 100 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 0b5e29e..8eccade 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,86 @@ HBase Change Log +Release 0.98.10 - 2/2/2015 + +** Sub-task + * [HBASE-12729] - Backport HBASE-5162 (Basic client pushback mechanism) to 0.98 + * [HBASE-12776] - SpliTransaction: Log number of files to be split + * [HBASE-12779] - SplitTransaction: Add metrics + * [HBASE-12793] - [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires + * [HBASE-12842] - Fix the incompatibility introduced by AccessControlClient in 0.98 + * [HBASE-12854] - Fix the CopyTable incompatibility introduced in HBASE-11997 in 0.98 + +** Bug + * [HBASE-8026] - HBase Shell docs for scan command does not reference VERSIONS + * [HBASE-10499] - In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException + * [HBASE-10528] - DefaultBalancer selects plans to move regions onto draining nodes + * [HBASE-12270] - A bug in the bucket cache, with cache blocks on write enabled + * [HBASE-12393] - The regionserver web will throw exception if we disable block cache + * [HBASE-12480] - Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover + * [HBASE-12607] - TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0 + * [HBASE-12644] - Visibility Labels: issue with storing super users in labels table + * [HBASE-12694] - testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition + * [HBASE-12697] - Don't use RegionLocationFinder if localityCost == 0 + * [HBASE-12699] - undefined method `setAsyncLogFlush' exception thrown when setting DEFERRED_LOG_FLUSH=>true + * [HBASE-12715] - getLastSequenceId always returns -1 + * [HBASE-12716] - A bug in RegionSplitter.UniformSplit algorithm + * [HBASE-12732] - Log messages in FileLink$FileLinkInputStream#tryOpen are reversed + * [HBASE-12739] - Avoid too large identifier of ZooKeeperWatcher + * [HBASE-12750] - getRequestsCount() in ClusterStatus returns total number of request + * [HBASE-12767] - Fix a StoreFileScanner NPE in reverse scan flow + * [HBASE-12774] - Fix the inconsistent permission checks for bulkloading. + * [HBASE-12781] - thrift2 listen port will bind always to the passed command line address + * [HBASE-12791] - HBase does not attempt to clean up an aborted split when the regionserver shutting down + * [HBASE-12801] - Failed to truncate a table while maintaing binary region boundaries + * [HBASE-12804] - ImportTsv fails to delete partition files created by it + * [HBASE-12811] - [AccessController] NPE while scanning a table with user not having READ permission on the namespace + * [HBASE-12817] - Data missing while scanning using PREFIX_TREE data block encoding + * [HBASE-12819] - ExportSnapshot doesn't close FileSystem instances + * [HBASE-12832] - Describe table from shell no longer shows Table's attributes, only CF attributes + * [HBASE-12837] - ReplicationAdmin leaks zk connections + * [HBASE-12844] - ServerManager.isServerReacable() should sleep between retries + * [HBASE-12845] - ByteBufferOutputStream should grow as direct buffer if the initial buffer is also direct BB + * [HBASE-12847] - TestZKLessSplitOnCluster frequently times out in 0.98 builds + * [HBASE-12864] - IntegrationTestTableSnapshotInputFormat fails + * [HBASE-12878] - Incorrect HFile path in TestHFilePerformance print output (fix for easier debugging) + * [HBASE-12886] - Correct tag option name in PerformanceEvaluation + * [HBASE-12892] - Add a class to allow taking a snapshot from the command line + * [HBASE-12898] - Add in used undeclared dependencies + * [HBASE-12904] - Threading issues in region_mover.rb + * [HBASE-12905] - Clean up presence of hadoop annotations in 0.98 + * [HBASE-12910] - describe in the shell is broken + * [HBASE-12915] - Disallow small scan with batching + +** Improvement + * [HBASE-11195] - Potentially improve block locality during major compaction for old regions + * [HBASE-12121] - maven release plugin does not allow for customized goals + * [HBASE-12223] - MultiTableInputFormatBase.getSplits is too slow + * [HBASE-12608] - region_mover.rb does not log moving region count correctly when loading regions + * [HBASE-12627] - Add back snapshot batching facility from HBASE-11360 dropped by HBASE-11742 + * [HBASE-12641] - Grant all permissions of hbase zookeeper node to hbase superuser in a secure cluster + * [HBASE-12720] - Make InternalScan LimitedPrivate + * [HBASE-12745] - Visibility Labels: support visibility labels for user groups. + * [HBASE-12762] - Region with no hfiles will have the highest locality cost in LocalityCostFunction + * [HBASE-12768] - Support enable cache_data_on_write in Shell while creating table + * [HBASE-12773] - Add warning message when user is trying to bulkload a large HFile. + * [HBASE-12825] - CallRunner exception messages should include destination host:port + +** New Feature + * [HBASE-12709] - [mvn] Add unit test excludes command line flag to the build. + * [HBASE-12731] - Heap occupancy based client pushback + +** Task + * [HBASE-12658] - Backport HBASE-12574 (Update replication metrics to not do so many map look ups) to 0.98 + * [HBASE-12724] - Upgrade the interface audience of RegionScanner from Private to LimitedPrivate + * [HBASE-12787] - Backport HBASE-12028 (Abort the RegionServer when it's handler threads die) to 0.98 + * [HBASE-12788] - Promote Abortable to LimitedPrivate + * [HBASE-12834] - Promote ScanType to LimitedPrivate + +** Test + * [HBASE-12722] - Backport TestMultiTableInputFormat to 0.98 branch + * [HBASE-12885] - Unit test for RAW / VERSIONS scanner specifications + + Release 0.98.9 - 12/22/2014 ** Sub-task http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-annotations/pom.xml b/hbase-annotations/pom.xml index e7eb589..8b6aa5f 100644 --- a/hbase-annotations/pom.xml +++ b/hbase-annotations/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml index 114f9b2..d219ad5 100644 --- a/hbase-assembly/pom.xml +++ b/hbase-assembly/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-assembly</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-checkstyle/pom.xml b/hbase-checkstyle/pom.xml index ba36adf..e4903dc 100644 --- a/hbase-checkstyle/pom.xml +++ b/hbase-checkstyle/pom.xml @@ -24,14 +24,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.hbase</groupId> <artifactId>hbase-checkstyle</artifactId> -<version>0.98.10-SNAPSHOT</version> +<version>0.98.10</version> <name>HBase - Checkstyle</name> <description>Module to hold Checkstyle properties for HBase.</description> <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index c1d0eaf..eba09cc 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-common/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index e1c6bdb..1d9c2cd 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-examples/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml index 0d0bd0b..d88af73 100644 --- a/hbase-examples/pom.xml +++ b/hbase-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-examples</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-hadoop-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop-compat/pom.xml b/hbase-hadoop-compat/pom.xml index 2274da5..a5dac70 100644 --- a/hbase-hadoop-compat/pom.xml +++ b/hbase-hadoop-compat/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-hadoop1-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop1-compat/pom.xml b/hbase-hadoop1-compat/pom.xml index c655592..4425c44 100644 --- a/hbase-hadoop1-compat/pom.xml +++ b/hbase-hadoop1-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-hadoop2-compat/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-hadoop2-compat/pom.xml b/hbase-hadoop2-compat/pom.xml index 059ef5c..2ffe4b5 100644 --- a/hbase-hadoop2-compat/pom.xml +++ b/hbase-hadoop2-compat/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-it/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index cb775d2..bc53392 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-prefix-tree/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-prefix-tree/pom.xml b/hbase-prefix-tree/pom.xml index 475eaed..aedf657 100644 --- a/hbase-prefix-tree/pom.xml +++ b/hbase-prefix-tree/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-protocol/pom.xml b/hbase-protocol/pom.xml index dd391dd..c10fe58 100644 --- a/hbase-protocol/pom.xml +++ b/hbase-protocol/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-rest/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml index dc7d344..ff599e4 100644 --- a/hbase-rest/pom.xml +++ b/hbase-rest/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-rest</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-server/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 1539df4..e9f79bd 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-server</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-shell/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-shell/pom.xml b/hbase-shell/pom.xml index 9da339e..aabaf30 100644 --- a/hbase-shell/pom.xml +++ b/hbase-shell/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-shell</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-testing-util/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml index a0aaaf7..491bb37 100644 --- a/hbase-testing-util/pom.xml +++ b/hbase-testing-util/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-testing-util</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/hbase-thrift/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-thrift/pom.xml b/hbase-thrift/pom.xml index b7979a4..4bd1c7c 100644 --- a/hbase-thrift/pom.xml +++ b/hbase-thrift/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>hbase</artifactId> <groupId>org.apache.hbase</groupId> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <relativePath>..</relativePath> </parent> <artifactId>hbase-thrift</artifactId> http://git-wip-us.apache.org/repos/asf/hbase/blob/a837d0a0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0681f29..30373ae 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <packaging>pom</packaging> - <version>0.98.10-SNAPSHOT</version> + <version>0.98.10</version> <name>HBase</name> <description> Apache HBase is the Hadoop database. Use it when you need
