The HBase team is happy to announce the immediate availability of HBase
1.1.3! Download it from an Apache mirror near you,
http://www.apache.org/dyn/closer.lua/hbase/, or wire up through the maven
repo.

HBase 1.1.3 is the third patch release in the HBase 1.1 line, continuing on
the theme of bringing a stable, reliable database to the Hadoop and NoSQL
communities. This release includes over 140 bug fixes since the 1.1.2
release. Notable correctness fixes include:

HBASE-13250 chown of ExportSnapshot does not cover all path and files
HBASE-14224 Fix coprocessor handling of duplicate classes
HBASE-14313 After a Connection sees ConnectionClosingException on a
connection it never recovers
HBASE-14407 NotServingRegion: hbase region closed forever
HBASE-14431 AsyncRpcClient#removeConnection() never removes connection from
connections pool if server fails
HBASE-14474 DeadLock in RpcClientImpl.Connection.close()
HBASE-14501 NPE in replication with TDE
HBASE-14591 Region with reference hfile may split after a forced split in
IncreasingToUpperBoundRegionSplitPolicy
HBASE-14621 ReplicationLogCleaner stuck on RS crash
HBASE-14782 FuzzyRowFilter skips valid rows
HBASE-14822 Renewing leases of scanners doesn't work
HBASE-14840 Sink cluster reports data replication request as success though
the data is not replicated
HBASE-14989 Implementation of Mutation.getWriteToWAL() is backwards
HBASE-15031 Fix merge of MVCC and SequenceID performance regression in
branch-1.0
HBASE-15035 bulkloading hfiles with tags that require splits do not
preserve tags
HBASE-15085 IllegalStateException was thrown when scanning on bulkloaded
HFiles

The full list of fixes included in this release is available at
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12333152
.

Thanks to all the contributors who made this release possible!

Cheers,
The HBase Dev Team

Reply via email to