The HBase team is happy to announce the availability of HBase 1.1.2! 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.2 is the second 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 80 bug fixes since the 1.1.1 release. Notable correctness fixes include HBASE-12865 WALs may be deleted before they are replicated to peers HBASE-13337 Table regions are not assigning back, after restarting all regionservers at once HBASE-13895 DATALOSS: Region assigned before WAL replay when abort HBASE-13993 WALProcedureStore fencing is not effective if new WAL rolls HBASE-14013 Retry when RegionServerNotYetRunningException rather than go ahead with assign so for sure we don't skip WAL replay HBASE-14054 Acknowledged writes may get lost if regionserver clock is set backwards The full list of fixes included in this release is available at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12332793 and in the CHANGES.txt file included in the distribution. Thanks to all the contributors who made this release possible! Cheers, The HBase Dev Team
