HBase
This release provides HBase 1.1.2 and the following Apache patches:
HBASE-13318: RpcServer.getListenerAddress should handle when the accept channel is closed (Andrew Purtell).
HBASE-13829: Add more ThrottleType (Guanghao Zhang).
HBASE-14123: HBase Backup/Restore Phase 2.
HBASE-14140: HBase Backup Admin API.
HBASE-14148: Web UI Framable Page.
HBASE-14172: Upgrade existing thrift binding using thrift 0.9.3 compiler (Josh Elser).
HBASE-14258: Make region_mover.rb script case insensitive with regard to hostname.
HBASE-14269: FuzzyRowFilter omits certain rows when multiple fuzzy key exist.
HBASE-14283: Reverse scan doesn’t work with HFile inline index/bloom blocks.
HBASE-14302: TableSnapshotInputFormat should not create back references when restoring snapshot.
HBASE-14307: Incorrect use of positional read api in HFileBlock (Chris Nauroth).
HBASE-14313: After a Connection sees ConnectionClosingException it never recovers (Elliott Clark).
HBASE-14407: NotServingRegion: hbase region closed forever (Shuaifeng Zhou).
HBASE-14449: Rewrite deadlock prevention for concurrent connection close.
HBASE-14535: Integration test for rpc connection concurrency / deadlock testing (Enis Soztutar).
HBASE-14536: Balancer & SSH interfering with each other leading to unavailability.
HBASE-14594: Fix hostname used with Kerberos on Dual-Homed clusters..
HBASE-14598: ByteBufferOutputStream grows its HeapByteBuffer beyond JVM limitations (Ian Friedman).
HBASE-14635: Fix flaky test TestSnapshotCloneIndependence.
HBASE-14655: Narrow the scope of doAs() calls to region observer notifications for compaction.
HBASE-14667: HBaseFsck constructors have diverged (Matteo).
HBASE-14680: Two configs for snapshot timeout and better defaults.
HBASE-14712: Increase MasterProcWALs clean up granularity (Matteo Bertozzi).
HBASE-14805: status should show the master in shell (Enis).
HBASE-14818: user_permission does not list namespace permissions (li xiang).
HBASE-14843: TestWALProcedureStore.testLoad is flakey (Matteo Bertozz).
HBASE-14850: C++ client implementation (TECH PREVIEW. DO NOT DEPLOY IN PROD).
HBASE-14906: Improvements on FlushLargeStoresPolicy (Yu Li).
HBASE-14947: WALProcedureStore improvements (Matteo Bertozzi).
HBASE-14963: Remove Guava dependency from HBase client code (ddas).
HBASE-15019: Replication stuck when HDFS is restarted (Matteo).
HBASE-15100: Master WALProcs still never clean up (Matteo Bertozzi).
HBASE-15125: HBaseFsck's adoptHdfsOrphan function creates region with wrong end key boundary (chenrongwei).
HBASE-15136: Explore different queuing behaviors while busy.
HBASE-15142: Procedure v2 - Basic WebUI listing the procedures (Matteo).
HBASE-15144: Procedure v2 - Web UI displaying Store state.
HBASE-15146: Don't block on Reader threads.
HBASE-15221: Reload the cache on re-tried puts in HTableMultiplexer and adds a close() method to HTableMultiplexer.
HBASE-15232: Handle region location cache mgmt in AsyncProcess for multi()'s.
HBASE-15292: Refined ZooKeeperWatcher to prevent ZooKeeper's callback while construction (Hiroshi Ikeda).
HBASE-15306: Make RPC call queue length dynamically configurable.
HBASE-15377: Per-RS Get metric is time based, per-region metric is size-based (Heng Chen).
HBASE-15378: Scanner cannot handle heartbeat message with no results (Phil Yang).
HBASE-15465: userPermission returned by getUserPermission() for the selected namespace does not have namespace set (li xiang).
HBASE-15518: Add per-table metrics.
HBASE-15519: Add per-user metrics.
HBASE-15636: hard coded wait time out value in HBaseTestingUtility#waitUntilAllRegionsAssigned might cause test failure (Stephen Yuan Jiang).
HBASE-15752: ClassNotFoundException is encountered when custom WAL codec is not found in WALPlayer job.
HBASE-15767: upgrade httpclient to 4.3.6.
HBASE-15808: Reduce potential bulk load intermediate space usage and waste (Jerry He).
HBASE-15817: Backup history should mention the type (full or incremental) of the backup.
HBASE-15842: SnapshotInfo should display ownership information.
HBASE-15850: Localize the configuration change in testCheckTableLocks to reduce flakiness of TestHBaseFsck test suite (Stephen Yuan Jiang).
HBASE-15858: Some region server group shell commands don't work.
HBASE-15861: Add support for table sets in restore operation .
HBASE-15862: Backup - Delete- Restore does not restore deleted data.
HBASE-15873: ACL for snapshot restore / clone is not enforced.
HBASE-15880: RpcClientImpl#tracedWriteRequest incorrectly closes HTrace span (Mikhail).
HBASE-15884: NPE in StoreFileScanner#skipKVsNewerThanReadpoint during reverse scan (Sergey Soldatov).
HBASE-15899: HBase incremental restore should handle namespaces properly.
HBASE-15904: Use comma as separator for list of tables in BackupInfo.
HBASE-15925: compat-module maven variable not evaluated (Sean Busbey).
HBASE-15928: hbase backup delete command does not remove backup root dir from hdfs.
HBASE-15931: Add log for long-running tasks in AsyncProcess (Yu Li).
HBASE-15933: NullPointerException may be thrown from SimpleRegionNormalizer#getRegionSize().
HBASE-15953: HBase backup set list command does not list any existing sets.
HBASE-15971: Regression: Random Read/WorkloadC slower in 1.x than 0.98 (Stack).
HBASE-15972: hbase backup set command should not accept non-existing table.
HBASE-16006: FileSystem should be obtained from specified path in WALInputFormat#getSplits().
HBASE-16007: Job's Configuration should be passed to TableMapReduceUtil#addDependencyJars() in WALPlayer.
HBASE-16012: Major compaction can't work due to obsolete scanner read point in RegionServer (Guanghao Zhang).
HBASE-16016: Fix overflow deadline value in AssignmentManager#waitForAssignment (Stephen Yuan Jiang).
HBASE-16023: Fastpath for the FIFO rpcscheduler.
HBASE-16037: Backup/Restore: Make automatic mode default one (Vladimir Rodionov).
HBASE-16045: endtime argument for VerifyReplication was incorrectly specified in usage.
HBASE-16048: Tag InternalScanner with LimitedPrivate(HBaseInterfaceAudience.COPROC).
HBASE-16052: Improve HBaseFsck Scalability (Ben Lau).
HBASE-16056: Procedure v2 - fix master crash for FileNotFound (Matteo Bertozzi).
HBASE-16059: Region normalizer fails to trigger merge action where one of the regions is empty.
HBASE-16062: Improper error handling in WAL Reader/Writer creation (Vladimir Rodionov).
HBASE-16064: delete backup command shows HDFS permission error when deleting the intended backup.
HBASE-16065: hbase backup set describe command does not inform if the set does not exist (Vladimir Rodionov).
HBASE-16088: hbase restore gives a misleading message if the table doesn't exist.
HBASE-16132: Scan does not return all the result when regionserver is busy (binlijin).
HBASE-16237: Blocks for hbase:meta table are not cached in L1 cache.
HBASE-16267: Remove commons-httpclient dependency from hbase-rest module.
HBASE-16284: Unauthorized client can shutdown the cluster.
HBASE-16288: HFile intermediate block level indexes might recurse forever creating multi TB files.
HBASE-16314: Retry on table snapshot failure.
HBASE-16315: RegionSizeCalculator prints region names as binary without escapes.
HBASE-16319: Fix TestCacheOnWrite after HBASE-16288 (Andrew Purtell).
HBASE-16350: Undo server abort from HBASE-14968.
HBASE-16358: Backup create command: log success/failure with backup id.
HBASE-16359: NullPointerException in RSRpcServices.openRegion().
HBASE-16367: Race between master and region server initialization may lead to premature server abort.
HBASE-16377: ServerName check is ineffective in region_mover.rb.
HBASE-16429: FSHLog: deadlock if rollWriter called when ring buffer filled with appends.
HBASE-16604: Scanner retries on IOException can cause the scans to miss data.
HBASE-16675: Average region size may be incorrect.
HBASE-16678: MapReduce jobs do not update counters from ScanMetrics.
HBASE-16721: Concurrency issue in WAL unflushed seqId tracking.
HBASE-16750: Updating asciidoctor plugin version.
HBASE-16824: Writer.flush() can be called on already closed streams in WAL roll.
HBASE-16931: Setting cell's seqId to zero in compaction flow might cause RS down.
HBASE-16985: TestClusterId failed due to wrong hbase rootdir.
HBASE-17292: Add observer notification before bulk loaded hfile is moved to region directory.
HBASE-5291: Add Kerberos HTTP SPNEGO authentication support to HBase web consoles.