Update CHANGES.txt for 1.5.0 RC3
This commit is contained in:
parent
6f151269d3
commit
53d825eef8
20
CHANGES.txt
20
CHANGES.txt
|
@ -1,6 +1,6 @@
|
|||
HBase Change Log
|
||||
|
||||
Release Notes - HBase - Version 1.5.0 2/28/2019
|
||||
Release Notes - HBase - Version 1.5.0 4/5/2019
|
||||
|
||||
** Sub-task
|
||||
* [HBASE-16848] - Usage for show_peer_tableCFs command doesn't include peer
|
||||
|
@ -39,6 +39,7 @@ Release Notes - HBase - Version 1.5.0 2/28/2019
|
|||
* [HBASE-20928] - Rewrite calculation of midpoint in binarySearch functions to prevent overflow
|
||||
* [HBASE-21021] - Result returned by Append operation should be ordered
|
||||
* [HBASE-21132] - return wrong result in rest multiget
|
||||
* [HBASE-21135] - Build fails on windows as it fails to parse windows path during license check
|
||||
* [HBASE-21196] - HTableMultiplexer clears the meta cache after every put operation
|
||||
* [HBASE-21208] - Bytes#toShort doesn't work without unsafe
|
||||
* [HBASE-21475] - Put mutation (having TTL set) added via co-processor is retrieved even after TTL expires
|
||||
|
@ -52,11 +53,19 @@ Release Notes - HBase - Version 1.5.0 2/28/2019
|
|||
* [HBASE-21740] - Fix NPE while shutting down RS
|
||||
* [HBASE-21749] - RS UI may throw NPE and make rs-status page inaccessible with multiwal and replication
|
||||
* [HBASE-21766] - TestSimpleRpcScheduler is flaky (branch-1)
|
||||
* [HBASE-21796] - Recover a ZK client from the AUTH_FAILED state
|
||||
* [HBASE-21800] - RegionServer aborted due to NPE from MetaTableMetrics coprocessor
|
||||
* [HBASE-21866] - Do not move the table to null rsgroup when creating an existing table
|
||||
* [HBASE-21915] - Make FileLinkInputStream implement CanUnbuffer
|
||||
* [HBASE-21959] - CompactionTool should close the store it uses for compacting files, in order to properly archive compacted files.
|
||||
* [HBASE-21990] - puppycrawl checkstyle dtds 404... moved to sourceforge
|
||||
* [HBASE-21991] - Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements
|
||||
* [HBASE-22045] - Mutable range histogram reports incorrect outliers
|
||||
* [HBASE-22067] - Fix log in StochasticLoadBalancer when balancer
|
||||
|
||||
** New Feature
|
||||
* [HBASE-19528] - Major Compaction Tool
|
||||
* [HBASE-21926] - Profiler servlet
|
||||
|
||||
** Improvement
|
||||
* [HBASE-17314] - Limit total buffered size for all replication sources
|
||||
|
@ -90,11 +99,19 @@ Release Notes - HBase - Version 1.5.0 2/28/2019
|
|||
* [HBASE-21595] - Print thread's information and stack traces when RS is aborting forcibly
|
||||
* [HBASE-21645] - Perform sanity check and disallow table creation/modification with region replication < 1
|
||||
* [HBASE-21659] - Avoid to load duplicate coprocessors in system config and table descriptor
|
||||
* [HBASE-21810] - bulkload support set hfile compression on client
|
||||
* [HBASE-21932] - Use Runtime.getRuntime().halt to terminate regionserver when abort timeout
|
||||
* [HBASE-21952] - Fix unit test: TestClientOperationInterrupt#testInterrupt50Percent
|
||||
* [HBASE-21969] - Improve the update of destination rsgroup of RSGroupInfoManagerImpl#moveTables()
|
||||
* [HBASE-21987] - Simplify RSGroupInfoManagerImpl#flushConfig() for offline mode
|
||||
* [HBASE-22009] - Improve RSGroupInfoManagerImpl#getDefaultServers()
|
||||
* [HBASE-22034] - Backport HBASE-21401 and HBASE-22032 to branch-1
|
||||
* [HBASE-22051] - Expect values are hard-coded in the verifications of TestRSGroupsBasics
|
||||
|
||||
** Test
|
||||
* [HBASE-20667] - Rename TestGlobalThrottler to TestReplicationGlobalThrottler
|
||||
* [HBASE-21272] - Re-add assertions for RS Group admin tests
|
||||
* [HBASE-21963] - Add a script for building and verifying release candidate
|
||||
|
||||
** Task
|
||||
* [HBASE-19858] - Backport HBASE-14061 (Support CF-level Storage Policy) to branch-1
|
||||
|
@ -107,6 +124,7 @@ Release Notes - HBase - Version 1.5.0 2/28/2019
|
|||
* [HBASE-21826] - Rebase 1.5.0 CHANGES on branch-1.4 at release 1.4.9
|
||||
* [HBASE-21853] - update copyright notices for contributions in 2019
|
||||
* [HBASE-21884] - Fix box/unbox findbugs warning in secure bulk load
|
||||
* [HBASE-22044] - Restore compat for ByteBufferUtils. Also deprecated because it will be IA.Private in HBase 3.0
|
||||
|
||||
Release Notes - HBase - Version 1.4.9 12/7/2018
|
||||
|
||||
|
|
Loading…
Reference in New Issue