Repository: hbase Updated Branches: refs/heads/0.98 e6517d837 -> 6ff9efad6
Pick CHANGES.txt from 0.98.15 release ref to 0.98 branch The changes for release 0.98.15 were accidentally not pushed to the Apache repository in a timely manner. They can be found at SHA 9dacab2 or tag '0.98.15RC0'. Historically CHANGES.txt at the head of 0.98 branch refect the state of the most recent release, so pick that change. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f5791772 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f5791772 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f5791772 Branch: refs/heads/0.98 Commit: f579177246a265da4fd472fde507c43fe25db8b8 Parents: e6517d8 Author: Andrew Purtell <[email protected]> Authored: Mon Oct 12 10:14:13 2015 -0700 Committer: Andrew Purtell <[email protected]> Committed: Mon Oct 12 10:14:13 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/f5791772/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 178b1de..54dc8e7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,57 @@ HBase Change Log +Release 0.98.15 - 10/9/2015 + +** Sub-task + * [HBASE-12748] - RegionCoprocessorHost.execOperation creates too many iterator objects + * [HBASE-14147] - REST Support for Namespaces + * [HBASE-14428] - Upgrade our surefire-plugin from 2.18 to 2.18.1 + * [HBASE-14513] - TestBucketCache runs obnoxious 1k threads in a unit test + * [HBASE-14539] - Slight improvement of StoreScanner.optimize + +** Bug + * [HBASE-13143] - TestCacheOnWrite is flaky and needs a diet + * [HBASE-13250] - chown of ExportSnapshot does not cover all path and files + * [HBASE-13324] - o.a.h.h.Coprocessor should be LimitedPrivate("Coprocessor") + * [HBASE-13744] - TestCorruptedRegionStoreFile is flaky + * [HBASE-13770] - Programmatic JAAS configuration option for secure zookeeper may be broken + * [HBASE-14207] - Region was hijacked and remained in transition when RS failed to open a region and later regionplan changed to new RS on retry + * [HBASE-14224] - Fix coprocessor handling of duplicate classes + * [HBASE-14229] - Flushing canceled by coprocessor still leads to memstoreSize set down + * [HBASE-14258] - Make region_mover.rb script case insensitive with regard to hostname + * [HBASE-14269] - FuzzyRowFilter omits certain rows when multiple fuzzy keys exist + * [HBASE-14307] - Incorrect use of positional read api in HFileBlock + * [HBASE-14315] - Save one call to KeyValueHeap.peek per row + * [HBASE-14327] - TestIOFencing#testFencingAroundCompactionAfterWALSync is flaky + * [HBASE-14354] - Minor improvements for usage of the mlock agent + * [HBASE-14359] - HTable#close will hang forever if unchecked error/exception thrown in AsyncProcess#sendMultiAction + * [HBASE-14364] - hlog_roll and compact_rs broken in shell + * [HBASE-14370] - Use separate thread for calling ZKPermissionWatcher#refreshNodes() + * [HBASE-14382] - TestInterfaceAudienceAnnotations should hadoop-compt module resources + * [HBASE-14400] - Fix HBase RPC protection documentation + * [HBASE-14407] - NotServingRegion: hbase region closed forever + * [HBASE-14434] - Merge of HBASE-7332 to 0.98 dropped a hunk + * [HBASE-14453] - HBaseAdmin#deleteTable should relocate META when cached location is stale + * [HBASE-14475] - Region split requests are always audited with "hbase" user rather than request user + * [HBASE-14489] - postScannerFilterRow consumes a lot of CPU + * [HBASE-14492] - Increase REST server header buffer size from 8k to 64k + * [HBASE-14494] - Wrong usage messages on shell commands + * [HBASE-14510] - Can not set coprocessor from Shell after HBASE-14224 + +** Improvement + * [HBASE-14261] - Enhance Chaos Monkey framework by adding zookeeper and datanode fault injections. + * [HBASE-14325] - Add snapshotinfo command to hbase script + * [HBASE-14371] - Backport the MasterKillingMonkeyFactory from HBASE-13470 to 0.98 + +** New Feature + * [HBASE-14459] - Add request and response sizes metrics + +** Task + * [HBASE-14308] - HTableDescriptor WARN is not actionable + * [HBASE-14403] - [0.98] Fix TestInterfaceAudienceAnnotations failures + * [HBASE-14404] - Backport HBASE-14098 (Allow dropping caches behind compactions) to 0.98 + + Release 0.98.14 - 8/29/2015 ** Sub-task
