3.2. Patch Information for HBase

HBase is based on Apache HBase 0.96.0 and includes the following Apache JIRAs for this release:

  • HBASE-9562: Make HLogPE run against configured FS

  • HBASE-9639: SecureBulkLoad dispatches file load requests to all Regions

  • HBASE-9685: IntegrationTestMTTR should stop on RetriesExhaustedException

  • HBASE-9768: Two issues in AsyncProcess

  • HBASE-9772: Normalize new client default values

  • HBASE-9784: Switch to Hadoop-2.2

  • HBASE-9786: hbck -metaonly incorrectly reports inconsistent regions after HBASE-9698 fix

  • HBASE-9788: [WINDOWS] Update rest server class name

  • HBASE-9796: npe in RegionServerCallable

  • HBASE-9798: Include dependency hamcrest-core

  • HBASE-9813: Log splitting doesn't prvent RS creating new hlog file

  • HBASE-9827: Intermittent TestLogRollingNoCluster#testContendedLogRolling failure

  • HBASE-9843: Various fixes in client code

  • HBASE-9862: Manage error per server and per region in the protobuffed client

  • HBASE-9867: Save on array copies with a subclass of LiteralByteString

  • HBASE-9868: Remove some array copy, especially around protobuf

  • HBASE-9880: client.TestAsyncProcess.testWithNoClearOnFail broke on 0.96 by HBASE-9867

  • HBASE-9885: Avoid some Result creation in protobuf conversions

  • HBASE-9886: Optimize ServerName#compareTo

  • HBASE-9906: Restore snapshot fails to restore the meta edits sporadically

  • HBASE-9908: Fix filesystem / classloader-related unit tests

  • HBASE-9909: TestFilePerformance should not be a unit test, but a tool

  • HBASE-9952: Snapshot restore may fail due to NullPointerException

  • HBASE-9957: [WINDOWS] TestNamespaceUpgrade fails on Windows

  • HBASE-9961: [WINDOWS] Multicast bind to local address

  • HBASE-10084: [WINDOWS] bin\hbase.cmd should allow whitespaces in values for java.library.path and classpath

  • HBASE-10098: [WINDOWS] pass in native library directory from hadoop for unit tests

  • HBASE-10163: Example Thrift DemoClient is flaky