Repository: hbase Updated Branches: refs/heads/branch-1.1 b29dfe4ba -> 2550236ac
update changes for 1.1.12 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2550236a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2550236a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2550236a Branch: refs/heads/branch-1.1 Commit: 2550236ac6193f6da4295ffae3d8b9cafb163283 Parents: b29dfe4 Author: Nick Dimiduk <[email protected]> Authored: Sat Aug 12 11:29:28 2017 -0700 Committer: Nick Dimiduk <[email protected]> Committed: Sat Aug 12 11:29:28 2017 -0700 ---------------------------------------------------------------------- CHANGES.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2550236a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 74cf477..d3f9013 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,70 @@ HBase Change Log + +Release Notes - HBase - Version 1.1.12 08/12/2017 + +** Sub-task + * [HBASE-15691] - Port HBASE-10205 (ConcurrentModificationException in BucketAllocator) to branch-1 + * [HBASE-18293] - Only add the spotbugs dependency when jdk8 is active + + + + + + + +** Bug + * [HBASE-9393] - Hbase does not closing a closed socket resulting in many CLOSE_WAIT + * [HBASE-18212] - In Standalone mode with local filesystem HBase logs Warning message:Failed to invoke 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream + * [HBASE-18230] - Generated LICENSE file includes unsubstituted Velocity variables + * [HBASE-18255] - Time-Delayed HBase Performance Degradation with Java 7 + * [HBASE-18330] - NPE in ReplicationZKLockCleanerChore + * [HBASE-18390] - Sleep too long when finding region location failed + * [HBASE-18481] - The autoFlush flag was not used in PE tool + + + + + + + +** Improvement + * [HBASE-14220] - nightly tests should verify src tgz generates and builds correctly + * [HBASE-16351] - do dependency license check via enforcer plugin + * [HBASE-18041] - Add pylintrc file to HBase + * [HBASE-18387] - [Thrift] Make principal configurable in DemoClient.java + * [HBASE-18426] - nightly job should use independent stages to check supported jdks + + + + + + + + + + + + + + + + + + + +** Task + * [HBASE-17954] - Switch findbugs implementation to spotbugs + * [HBASE-18527] - update nightly builds to compensate for jenkins plugin upgrades + + + +** Test + * [HBASE-18147] - nightly job to check health of active branches + + + Release Notes - HBase - Version 1.1.11 06/10/2017
