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

Apache HBase is an open-source, distributed, versioned, non-relational
database. Apache HBase gives you low latency random access to billions of
rows with millions of columns atop non-specialized hardware. To learn more
about HBase, see https://hbase.apache.org/.

HBase 1.1.11 is the eleventh 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 nearly 20 bug fixes
since the 1.1.10 release. Notable correctness fixes include

HBASE-16011 TableSnapshotScanner and TableSnapshotInputFormat can produce
duplicate rows
HBASE-17937 Memstore size becomes negative in case of expensive
postPut/Delete Coprocessor call
HBASE-18036 HBase 1.x : Data locality is not maintained after cluster
restart or SSH
HBASE-18066 Get with closest_row_before on "hbase:meta" can return empty
Cell during region merge/split
HBASE-18081 The way we process connection preamble in SimpleRpcServer is
broken
HBASE-18093 Overloading the meaning of 'enabled' in Quota Manager to
indicate either quota disabled or quota manager not ready is not good

The full list of fixes included in this release is available at
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12340375
and and in the CHANGES.txt file included in the distribution.

Question, comments, and problems are always welcome at: d...@hbase.apache.org
.

Thanks to all the contributors who made this release possible!

Cheers,
The HBase Dev Team

Reply via email to