The HBase team is happy to announce the immediate availability of HBase 1.1.5! 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.5 is the fifth 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 20 bug fixes since the 1.1.4 release. Notable correctness fixes include: HBASE-15234 ReplicationLogCleaner can abort due to transient ZK issues HBASE-15295 MutateTableAccess.multiMutate() does not get high priority causing a deadlock HBASE-15325 ResultScanner allowing partial result will miss the rest of the row if the region is moved between two rpc requests HBASE-15622 Superusers does not consider the keytab credentials HBASE-15645 hbase.rpc.timeout is not used in operations of HTable The full list of fixes included in this release is available at https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId =12310753&version=12335058 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
