- 发布日期2020-11-02
- 感知时间2020-11-02
- 漏洞类型安全更新
- 风险等级未知
- 更新版本未知
- 情报贡献TSRC
安全更新
# HBASE Changelog<br/><br/><br/>## Release 2.3.3 - Unreleased (as of 2020-10-28)<br/><br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25189](https://issues.apache.org/jira/browse/HBASE-25189) | [Metrics] Add checkAndPut and checkAndDelete latency metrics at table level | Minor | metrics |<br/>| [HBASE-25193](https://issues.apache.org/jira/browse/HBASE-25193) | Add support for row prefix and type in the WAL Pretty Printer and some minor fixes | Minor | wal |<br/>| [HBASE-25179](https://issues.apache.org/jira/browse/HBASE-25179) | Assert format is incorrect in HFilePerformanceEvaluation class. | Minor | Performance, test |<br/>| [HBASE-25146](https://issues.apache.org/jira/browse/HBASE-25146) | Add extra logging at info level to HFileCorruptionChecker in order to report progress | Major | hbck, hbck2 |<br/>| [HBASE-24981](https://issues.apache.org/jira/browse/HBASE-24981) | Enable table replication fails from 1.x to 2.x if table already exist at peer. | Major | Replication |<br/>| [HBASE-25109](https://issues.apache.org/jira/browse/HBASE-25109) | Add MR Counters to WALPlayer; currently hard to tell if it is doing anything | Major | . |<br/>| [HBASE-25082](https://issues.apache.org/jira/browse/HBASE-25082) | Per table WAL metrics: appendCount and appendSize | Major | metrics |<br/>| [HBASE-25079](https://issues.apache.org/jira/browse/HBASE-25079) | Upgrade Bootstrap to 3.3.7 | Major | security, UI |<br/>| [HBASE-24976](https://issues.apache.org/jira/browse/HBASE-24976) | REST Server failes to start without any error message | Major | REST |<br/><br/><br/>### BUG FIXES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25206](https://issues.apache.org/jira/browse/HBASE-25206) | Data loss can happen if a cloned table loses original split region(delete table) | Major | proc-v2, Region Assignment, snapshots |<br/>| [HBASE-25207](https://issues.apache.org/jira/browse/HBASE-25207) | Revisit the implementation and usage of RegionStates.include | Major | Region Assignment |<br/>| [HBASE-25204](https://issues.apache.org/jira/browse/HBASE-25204) | Nightly job failed as the name of jdk and maven changed | Major | . |<br/>| [HBASE-25093](https://issues.apache.org/jira/browse/HBASE-25093) | the RSGroupBasedLoadBalancer#retainAssignment throws NPE | Major | rsgroup |<br/>| [HBASE-25117](https://issues.apache.org/jira/browse/HBASE-25117) | ReplicationSourceShipper thread can not be finished | Major | . |<br/>| [HBASE-25168](https://issues.apache.org/jira/browse/HBASE-25168) | Unify WAL name timestamp parsers | Major | . |<br/>| [HBASE-25048](https://issues.apache.org/jira/browse/HBASE-25048) | [HBCK2] Bypassed parent procedures are not updated in store | Major | hbck2, proc-v2 |<br/>| [HBASE-25147](https://issues.apache.org/jira/browse/HBASE-25147) | Should store the regionNames field in state data for ReopenTableRegionsProcedure | Major | proc-v2 |<br/>| [HBASE-25115](https://issues.apache.org/jira/browse/HBASE-25115) | HFilePrettyPrinter can't seek to the row which is the first row of a hfile | Major | HFile, tooling |<br/>| [HBASE-25135](https://issues.apache.org/jira/browse/HBASE-25135) | Convert the internal seperator while emitting the memstore read metrics to # | Minor | . |<br/>| [HBASE-25096](https://issues.apache.org/jira/browse/HBASE-25096) | WAL size in RegionServer UI is wrong | Major | . |<br/>| [HBASE-25077](https://issues.apache.org/jira/browse/HBASE-25077) | hbck.jsp page loading fails, logs NPE in master log. | Major | hbck |<br/>| [HBASE-25088](https://issues.apache.org/jira/browse/HBASE-25088) | CatalogFamilyFormat/MetaTableAccessor.parseRegionInfoFromRegionName incorrectly setEndKey to regionId | Critical | meta |<br/>| [HBASE-25097](https://issues.apache.org/jira/browse/HBASE-25097) | Wrong RIT page number in Master UI | Minor | UI |<br/><br/><br/>### TESTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24015](https://issues.apache.org/jira/browse/HBASE-24015) | Coverage for Assign and Unassign of Regions on RegionServer on failure | Major | amv2 |<br/>| [HBASE-25156](https://issues.apache.org/jira/browse/HBASE-25156) | TestMasterFailover.testSimpleMasterFailover is flaky | Major | test |<br/><br/><br/>### SUB-TASKS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25203](https://issues.apache.org/jira/browse/HBASE-25203) | Change the reference url to flaky list in our jenkins jobs | Major | flakies, jenkins |<br/>| [HBASE-25194](https://issues.apache.org/jira/browse/HBASE-25194) | Do not publish workspace in flaky find job | Major | jenkins |<br/>| [HBASE-25162](https://issues.apache.org/jira/browse/HBASE-25162) | Make flaky tests run more aggressively | Major | jenkins, scripts, test |<br/>| [HBASE-25163](https://issues.apache.org/jira/browse/HBASE-25163) | Increase the timeout value for nightly jobs | Major | jenkins, scripts, test |<br/>| [HBASE-22976](https://issues.apache.org/jira/browse/HBASE-22976) | [HBCK2] Add RecoveredEditsPlayer | Major | hbck2, walplayer |<br/>| [HBASE-25154](https://issues.apache.org/jira/browse/HBASE-25154) | Set java.io.tmpdir to project build directory to avoid writing std\*deferred files to /tmp | Major | build, test |<br/>| [HBASE-24503](https://issues.apache.org/jira/browse/HBASE-24503) | Backport HBASE-24492 to all 2.x branch | Minor | . |<br/>| [HBASE-25133](https://issues.apache.org/jira/browse/HBASE-25133) | Migrate HBase Nightly jenkins job from Hadoop to hbase | Major | jenkins, scripts |<br/>| [HBASE-25132](https://issues.apache.org/jira/browse/HBASE-25132) | Migrate flaky test jenkins job from Hadoop to hbase | Major | jenkins, scripts |<br/>| [HBASE-25107](https://issues.apache.org/jira/browse/HBASE-25107) | Migrate flaky reporting jenkins job from Hadoop to hbase | Major | jenkins, scripts |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25120](https://issues.apache.org/jira/browse/HBASE-25120) | Remove the deprecated annotation for MetaTableAccessor.getScanForTableName | Major | meta |<br/>| [HBASE-25073](https://issues.apache.org/jira/browse/HBASE-25073) | Should not use XXXService.Interface.class.getSimpleName as stub key prefix in AsyncConnectionImpl | Major | Client |<br/><br/><br/>## Release 2.3.2 - Unreleased (as of 2020-09-20)<br/><br/><br/><br/>### NEW FEATURES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24776](https://issues.apache.org/jira/browse/HBASE-24776) | [hbtop] Support Batch mode | Major | hbtop |<br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25066](https://issues.apache.org/jira/browse/HBASE-25066) | Use FutureUtils.rethrow in AsyncTableResultScanner to better catch the stack trace | Major | Client, Scanners |<br/>| [HBASE-25069](https://issues.apache.org/jira/browse/HBASE-25069) | Display region name instead of encoded region name in HBCK report page. | Minor | hbck |<br/>| [HBASE-24991](https://issues.apache.org/jira/browse/HBASE-24991) | Replace MovedRegionsCleaner with guava cache | Minor | . |<br/>| [HBASE-25057](https://issues.apache.org/jira/browse/HBASE-25057) | Fix typo "memeber" | Trivial | documentation |<br/>| [HBASE-24831](https://issues.apache.org/jira/browse/HBASE-24831) | Avoid invoke Counter using reflection in SnapshotInputFormat | Major | . |<br/>| [HBASE-25006](https://issues.apache.org/jira/browse/HBASE-25006) | Make the cost functions optional for StochastoicBalancer | Major | . |<br/>| [HBASE-24974](https://issues.apache.org/jira/browse/HBASE-24974) | Provide a flexibility to print only row key and filter for multiple tables in the WALPrettyPrinter | Minor | wal |<br/>| [HBASE-24937](https://issues.apache.org/jira/browse/HBASE-24937) | table.rb use LocalDateTime to replace Instant | Minor | shell |<br/>| [HBASE-24940](https://issues.apache.org/jira/browse/HBASE-24940) | runCatalogJanitor() API should return -1 to indicate already running status | Major | . |<br/>| [HBASE-24569](https://issues.apache.org/jira/browse/HBASE-24569) | Get hostAndWeights in addition using localhost if it is null in local mode | Minor | regionserver |<br/>| [HBASE-24913](https://issues.apache.org/jira/browse/HBASE-24913) | Refactor TestJMXConnectorServer | Major | test |<br/>| [HBASE-24898](https://issues.apache.org/jira/browse/HBASE-24898) | Use EnvironmentEdge.currentTime() instead of System.currentTimeMillis() in CurrentHourProvider | Major | tooling |<br/>| [HBASE-24928](https://issues.apache.org/jira/browse/HBASE-24928) | balanceRSGroup should skip generating balance plan for disabled table and splitParent region | Major | Balancer |<br/>| [HBASE-24942](https://issues.apache.org/jira/browse/HBASE-24942) | MergeTableRegionsProcedure should not call clean merge region | Major | proc-v2, Region Assignment |<br/>| [HBASE-24811](https://issues.apache.org/jira/browse/HBASE-24811) | Use class access static field or method | Minor | . |<br/>| [HBASE-24686](https://issues.apache.org/jira/browse/HBASE-24686) | [LOG] Log improvement in Connection#close | Major | Client, logging |<br/>| [HBASE-24912](https://issues.apache.org/jira/browse/HBASE-24912) | Enlarge MemstoreFlusherChore/CompactionChecker period for unit test | Major | . |<br/>| [HBASE-24854](https://issues.apache.org/jira/browse/HBASE-24854) | Correct the help content of assign and unassign commands in hbase shell | Minor | shell |<br/><br/><br/>### BUG FIXES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24896](https://issues.apache.org/jira/browse/HBASE-24896) | 'Stuck' in static initialization creating RegionInfo instance | Major | . |<br/>| [HBASE-24956](https://issues.apache.org/jira/browse/HBASE-24956) | ConnectionManager#locateRegionInMeta waits for user region lock indefinitely. | Major | Client |<br/>| [HBASE-24481](https://issues.apache.org/jira/browse/HBASE-24481) | HBase Rest: Request for region detail of a table which doesn't exits is success(200 success code) instead of 404 | Minor | . |<br/>| [HBASE-25047](https://issues.apache.org/jira/browse/HBASE-25047) | WAL split edits number is negative in RegionServerUI | Minor | UI, wal |<br/>| [HBASE-25021](https://issues.apache.org/jira/browse/HBASE-25021) | Nightly job should skip hadoop-2 integration test for master | Major | build, scripts |<br/>| [HBASE-25012](https://issues.apache.org/jira/browse/HBASE-25012) | HBASE-24359 causes replication missed log of some RemoteException | Major | Replication |<br/>| [HBASE-25009](https://issues.apache.org/jira/browse/HBASE-25009) | Hbck chore logs wrong message when loading regions from RS report | Minor | . |<br/>| [HBASE-25014](https://issues.apache.org/jira/browse/HBASE-25014) | ScheduledChore is never triggered when initalDelay \> 1.5\*period | Major | . |<br/>| [HBASE-25016](https://issues.apache.org/jira/browse/HBASE-25016) | Should close ResultScanner in MetaTableAccessor.scanByRegionEncodedName | Critical | master, meta |<br/>| [HBASE-24958](https://issues.apache.org/jira/browse/HBASE-24958) | CompactingMemStore.timeOfOldestEdit error update | Critical | regionserver |<br/>| [HBASE-24995](https://issues.apache.org/jira/browse/HBASE-24995) | MetaFixer fails to fix overlaps when multiple tables have overlaps | Major | hbck2 |<br/>| [HBASE-24719](https://issues.apache.org/jira/browse/HBASE-24719) | Renaming invalid rsgroup throws NPE instead of proper error message | Major | . |<br/>| [HBASE-19352](https://issues.apache.org/jira/browse/HBASE-19352) | Port HADOOP-10379: Protect authentication cookies with the HttpOnly and Secure flags | Major | . |<br/>| [HBASE-24971](https://issues.apache.org/jira/browse/HBASE-24971) | Upgrade JQuery to 3.5.1 | Major | security, UI |<br/>| [HBASE-24968](https://issues.apache.org/jira/browse/HBASE-24968) | One of static initializers of CellComparatorImpl referring to subclass MetaCellComparator | Major | . |<br/>| [HBASE-24916](https://issues.apache.org/jira/browse/HBASE-24916) | Region hole contains wrong regions pair when hole is created by first region deletion | Major | hbck2 |<br/>| [HBASE-24892](https://issues.apache.org/jira/browse/HBASE-24892) | config 'hbase.hregion.memstore.mslab.indexchunksize' not be used | Major | . |<br/>| [HBASE-24871](https://issues.apache.org/jira/browse/HBASE-24871) | Replication may loss data when refresh recovered replication sources | Major | Replication |<br/>| [HBASE-24885](https://issues.apache.org/jira/browse/HBASE-24885) | STUCK RIT by hbck2 assigns | Major | hbck2, Region Assignment |<br/>| [HBASE-24926](https://issues.apache.org/jira/browse/HBASE-24926) | Should call setFailure in MergeTableRegionsProcedure when isMergeable returns false | Major | master, proc-v2 |<br/>| [HBASE-24884](https://issues.apache.org/jira/browse/HBASE-24884) | BulkLoadHFilesTool/LoadIncrementalHFiles should accept -D options from command line parameters | Minor | . |<br/><br/><br/>### TESTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24979](https://issues.apache.org/jira/browse/HBASE-24979) | Include batch mutatations in client operation timeout tests | Major | . |<br/>| [HBASE-24894](https://issues.apache.org/jira/browse/HBASE-24894) | [Flakey Test] TestStochasticLoadBalancer.testMoveCostMultiplier | Major | Balancer, master, test |<br/><br/><br/>### SUB-TASKS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24857](https://issues.apache.org/jira/browse/HBASE-24857) | Fix several problems when starting webUI | Minor | canary, UI |<br/>| [HBASE-24918](https://issues.apache.org/jira/browse/HBASE-24918) | Make RegionInfo#UNDEFINED IA.Private | Major | . |<br/>| [HBASE-24876](https://issues.apache.org/jira/browse/HBASE-24876) | Fix the flaky job url in hbase-personality.sh | Major | . |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-25004](https://issues.apache.org/jira/browse/HBASE-25004) | Log RegionTooBusyException details | Major | . |<br/>| [HBASE-14847](https://issues.apache.org/jira/browse/HBASE-14847) | Add FIFO compaction section to HBase book | Major | documentation |<br/><br/><br/>## Release 2.3.1 - Unreleased (as of 2020-08-12)<br/><br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24709](https://issues.apache.org/jira/browse/HBASE-24709) | Support MoveCostFunction use a lower multiplier in offpeak hours | Major | Balancer |<br/>| [HBASE-24824](https://issues.apache.org/jira/browse/HBASE-24824) | Add more stats in PE for read replica | Minor | PE, read replicas |<br/>| [HBASE-21721](https://issues.apache.org/jira/browse/HBASE-21721) | FSHLog : reduce write#syncs() times | Major | . |<br/>| [HBASE-24823](https://issues.apache.org/jira/browse/HBASE-24823) | Port HBASE-22762 Print the delta between phases in the split/merge/compact/flush transaction journals to master branch | Minor | . |<br/>| [HBASE-24795](https://issues.apache.org/jira/browse/HBASE-24795) | RegionMover should deal with unknown (split/merged) regions | Major | . |<br/>| [HBASE-24821](https://issues.apache.org/jira/browse/HBASE-24821) | Simplify the logic of getRegionInfo in TestFlushFromClient to reduce redundancy code | Minor | test |<br/>| [HBASE-24704](https://issues.apache.org/jira/browse/HBASE-24704) | Make the Table Schema easier to view even there are multiple families | Major | UI |<br/>| [HBASE-20226](https://issues.apache.org/jira/browse/HBASE-20226) | Performance Improvement Taking Large Snapshots In Remote Filesystems | Minor | snapshots |<br/>| [HBASE-24722](https://issues.apache.org/jira/browse/HBASE-24722) | Address hbase-shell commands with unintentional return values | Minor | shell |<br/>| [HBASE-24669](https://issues.apache.org/jira/browse/HBASE-24669) | Logging of ppid should be consistent across all occurrences | Minor | Operability, proc-v2 |<br/>| [HBASE-24757](https://issues.apache.org/jira/browse/HBASE-24757) | ReplicationSink should limit the batch rowcount for batch mutations based on hbase.rpc.rows.warning.threshold | Major | . |<br/>| [HBASE-24777](https://issues.apache.org/jira/browse/HBASE-24777) | InfoServer support ipv6 host and port | Minor | UI |<br/>| [HBASE-24758](https://issues.apache.org/jira/browse/HBASE-24758) | Avoid flooding replication source RSes logs when no sinks are available | Major | Replication |<br/>| [HBASE-24696](https://issues.apache.org/jira/browse/HBASE-24696) | Include JVM information on Web UI under "Software Attributes" | Minor | UI |<br/>| [HBASE-24740](https://issues.apache.org/jira/browse/HBASE-24740) | Enable journal logging for HBase snapshot operation | Minor | master |<br/>| [HBASE-24747](https://issues.apache.org/jira/browse/HBASE-24747) | Log an ERROR if HBaseSaslRpcServer initialisation fails with an uncaught exception | Major | . |<br/>| [HBASE-24578](https://issues.apache.org/jira/browse/HBASE-24578) | [WAL] Add a parameter to config RingBufferEventHandler's SyncFuture count | Major | wal |<br/><br/><br/>### BUG FIXES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24583](https://issues.apache.org/jira/browse/HBASE-24583) | Normalizer can't actually merge empty regions when neighbor is larger than average size | Major | master, Normalizer |<br/>| [HBASE-24844](https://issues.apache.org/jira/browse/HBASE-24844) | Exception on standalone (master) shutdown | Minor | Zookeeper |<br/>| [HBASE-24665](https://issues.apache.org/jira/browse/HBASE-24665) | MultiWAL : Avoid rolling of ALL WALs when one of the WAL needs a roll | Major | wal |<br/>| [HBASE-24838](https://issues.apache.org/jira/browse/HBASE-24838) | The pre commit job fails to archive surefire reports | Critical | build, scripts |<br/>| [HBASE-23157](https://issues.apache.org/jira/browse/HBASE-23157) | WAL unflushed seqId tracking may wrong when Durability.ASYNC\_WAL is used | Major | regionserver, wal |<br/>| [HBASE-24625](https://issues.apache.org/jira/browse/HBASE-24625) | AsyncFSWAL.getLogFileSizeIfBeingWritten does not return the expected synced file length. | Critical | Replication, wal |<br/>| [HBASE-24788](https://issues.apache.org/jira/browse/HBASE-24788) | Fix the connection leaks on getting hbase admin from unclosed connection | Major | mapreduce |<br/>| [HBASE-24808](https://issues.apache.org/jira/browse/HBASE-24808) | skip empty log cleaner delegate class names (WAS =\> cleaner.CleanerChore: Can NOT create CleanerDelegate= ClassNotFoundException) | Trivial | . |<br/>| [HBASE-24767](https://issues.apache.org/jira/browse/HBASE-24767) | Change default to false for HBASE-15519 per-user metrics | Major | metrics |<br/>| [HBASE-24713](https://issues.apache.org/jira/browse/HBASE-24713) | RS startup with FSHLog throws NPE after HBASE-21751 | Minor | wal |<br/>| [HBASE-24794](https://issues.apache.org/jira/browse/HBASE-24794) | hbase.rowlock.wait.duration should not be \ 1 | Critical | Admin |<br/>| [HBASE-21733](https://issues.apache.org/jira/browse/HBASE-21733) | SnapshotQuotaObserverChore should only fetch space quotas | Major | . |<br/>| [HBASE-21699](https://issues.apache.org/jira/browse/HBASE-21699) | Create table failed when using SPLITS\_FILE =\> 'splits.txt' | Blocker | Client, shell |<br/>| [HBASE-21535](https://issues.apache.org/jira/browse/HBASE-21535) | Zombie Master detector is not working | Critical | master |<br/>| [HBASE-19893](https://issues.apache.org/jira/browse/HBASE-19893) | restore\_snapshot is broken in master branch when region splits | Critical | snapshots |<br/><br/><br/>### TESTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24594](https://issues.apache.org/jira/browse/HBASE-24594) | testReplicationStatusSink last applied op ts comparison failure | Major | . |<br/>| [HBASE-24493](https://issues.apache.org/jira/browse/HBASE-24493) | [flakey test] TestExportSnapshot family of tests failing due to timeout in AbstractDelegationTokenSecretManager$ExpiredTokenRemover | Major | test |<br/>| [HBASE-24115](https://issues.apache.org/jira/browse/HBASE-24115) | Relocate test-only REST "client" from src/ to test/ and mark Private | Major | REST, security |<br/>| [HBASE-23957](https://issues.apache.org/jira/browse/HBASE-23957) | [flakey test] client.TestMultiParallel fails to read hbase-site.xml | Minor | test |<br/>| [HBASE-24361](https://issues.apache.org/jira/browse/HBASE-24361) | Make \`RESTApiClusterManager\` more resilient | Major | integration tests |<br/>| [HBASE-24360](https://issues.apache.org/jira/browse/HBASE-24360) | RollingBatchRestartRsAction loses track of dead servers | Major | integration tests |<br/>| [HBASE-24080](https://issues.apache.org/jira/browse/HBASE-24080) | [flakey test] TestRegionReplicaFailover.testSecondaryRegionKill fails. | Major | read replicas |<br/>| [HBASE-23943](https://issues.apache.org/jira/browse/HBASE-23943) | Rubocop configuration needs updated | Minor | build |<br/>| [HBASE-23976](https://issues.apache.org/jira/browse/HBASE-23976) | [flakey test] TestVerifyBucketCacheFile | Major | regionserver, test |<br/>| [HBASE-24118](https://issues.apache.org/jira/browse/HBASE-24118) | [Flakey Tests] TestCloseRegionWhileRSCrash | Major | . |<br/>| [HBASE-23956](https://issues.apache.org/jira/browse/HBASE-23956) | Use less resources running tests | Major | test |<br/>| [HBASE-24185](https://issues.apache.org/jira/browse/HBASE-24185) | Junit tests do not behave well with System.exit or Runtime.halt or JVM exits in general. | Major | test |<br/>| [HBASE-24183](https://issues.apache.org/jira/browse/HBASE-24183) | [flakey test] replication.TestAddToSerialReplicationPeer | Major | Client |<br/>| [HBASE-23853](https://issues.apache.org/jira/browse/HBASE-23853) | [Flakey Test] TestBlockEvictionFromClient#testBlockRefCountAfterSplits | Major | flakies |<br/>| [HBASE-24159](https://issues.apache.org/jira/browse/HBASE-24159) | [flakey test] regionserver.TestRegionMergeTransactionOnCluster | Major | regionserver |<br/>| [HBASE-24161](https://issues.apache.org/jira/browse/HBASE-24161) | [flakey test] locking.TestEntityLocks.testEntityLockTimeout | Minor | Client |<br/>| [HBASE-24114](https://issues.apache.org/jira/browse/HBASE-24114) | [Flakey Tests] TestSnapshotScannerHDFSAclController | Major | acl |<br/>| [HBASE-24120](https://issues.apache.org/jira/browse/HBASE-24120) | Flakey Test: TestReplicationAdminWithClusters timeout | Major | Replication |<br/>| [HBASE-24105](https://issues.apache.org/jira/browse/HBASE-24105) | [Flakey Test] regionserver.TestRegionReplicas | Major | read replicas |<br/>| [HBASE-24107](https://issues.apache.org/jira/browse/HBASE-24107) | [Flakey Test] TestThriftServerCmdLine.testRunThriftServer NPEs if InfoServer port clash | Major | flakies |<br/>| [HBASE-24103](https://issues.apache.org/jira/browse/HBASE-24103) | [Flakey Tests] TestSnapshotScannerHDFSAclController | Major | . |<br/>| [HBASE-24073](https://issues.apache.org/jira/browse/HBASE-24073) | [flakey test] client.TestAsyncRegionAdminApi messed up compaction state. | Major | Compaction |<br/>| [HBASE-24100](https://issues.apache.org/jira/browse/HBASE-24100) | [Flakey Tests] Add test to check we work properly when port clash setting up thriftserver | Major | flakies, Thrift |<br/>| [HBASE-24075](https://issues.apache.org/jira/browse/HBASE-24075) | [Flakey Tests] teardown fails because JmxCacheBuster wants to read ClusterId from closed fs | Major | flakies |<br/>| [HBASE-24097](https://issues.apache.org/jira/browse/HBASE-24097) | [Flakey Tests] TestSnapshotScannerHDFSAclController#testRestoreSnapshot | Major | flakies |<br/>| [HBASE-24079](https://issues.apache.org/jira/browse/HBASE-24079) | [Flakey Tests] Misc fixes and debug; fix BindException in Thrift tests; add waits on quota table to come online; etc. | Major | flakies |<br/>| [HBASE-22555](https://issues.apache.org/jira/browse/HBASE-22555) | Re-enable TestMasterOperationsForRegionReplicas$testIncompleteMetaTableReplicaInformation | Major | Replication, test |<br/>| [HBASE-24047](https://issues.apache.org/jira/browse/HBASE-24047) | [Flakey Tests] Disable TestCustomSaslAuthenticationProvider#testNegativeAuthentication on branch-2.3 | Major | flakies |<br/>| [HBASE-24034](https://issues.apache.org/jira/browse/HBASE-24034) | [Flakey Tests] A couple of fixes and cleanups | Major | flakies |<br/>| [HBASE-24035](https://issues.apache.org/jira/browse/HBASE-24035) | [Flakey Tests] Disable TestClusterScopeQuotaThrottle#testUserNamespaceClusterScopeQuota | Major | . |<br/>| [HBASE-23984](https://issues.apache.org/jira/browse/HBASE-23984) | [Flakey Tests] TestMasterAbortAndRSGotKilled fails in teardown | Major | . |<br/>| [HBASE-23977](https://issues.apache.org/jira/browse/HBASE-23977) | [Flakey Tests] TestSlowLogRecorder.testOnlieSlowLogConsumption:178-\>confirmPayloadParams:97 expected:\ but was:\ | Major | test |<br/>| [HBASE-23999](https://issues.apache.org/jira/browse/HBASE-23999) | [flakey test] TestTableOutputFormatConnectionExhaust | Major | test |<br/>| [HBASE-23974](https://issues.apache.org/jira/browse/HBASE-23974) | [Flakey Tests] Allow that server may not yet be cleared from DeadServers in TestHBCKSCP | Major | . |<br/>| [HBASE-23963](https://issues.apache.org/jira/browse/HBASE-23963) | Split TestFromClientSide; it takes too long to complete timing out | Major | test |<br/>| [HBASE-23914](https://issues.apache.org/jira/browse/HBASE-23914) | TestThriftHBaseServiceHandler.testMetricsWithException failing | Major | . |<br/>| [HBASE-23899](https://issues.apache.org/jira/browse/HBASE-23899) | [Flakey Test] Stabilizations and Debug | Major | flakies |<br/>| [HBASE-23863](https://issues.apache.org/jira/browse/HBASE-23863) | [Flakey Test] TestReplicationEndpointWithMultipleWAL#testInterClusterReplication improvements | Major | flakies |<br/>| [HBASE-23867](https://issues.apache.org/jira/browse/HBASE-23867) | [Flakey Test] TestStochasticLoadBalancerRegionReplicaSameHosts#testRegionReplicationOnMidClusterSameHosts | Major | . |<br/>| [HBASE-23808](https://issues.apache.org/jira/browse/HBASE-23808) | [Flakey Test] TestMasterShutdown#testMasterShutdownBeforeStartingAnyRegionServer | Major | test |<br/>| [HBASE-23838](https://issues.apache.org/jira/browse/HBASE-23838) | Adding debug logging to a few ExportSnapshot tests | Trivial | . |<br/>| [HBASE-23812](https://issues.apache.org/jira/browse/HBASE-23812) | [Flakey Test] TestReplicator#testReplicatorWithErrors: AssertionError: We did not replicate enough rows expected:\ but was:\ | Major | flakies |<br/>| [HBASE-23824](https://issues.apache.org/jira/browse/HBASE-23824) | TestSnapshotScannerHDFSAclController is flakey | Major | . |<br/>| [HBASE-23815](https://issues.apache.org/jira/browse/HBASE-23815) | [Flakey Test] AbstractTestAsyncTableRegionReplicasRead family of tests fails with no breadcrumbs on why | Major | flakies |<br/>| [HBASE-23814](https://issues.apache.org/jira/browse/HBASE-23814) | Add null checks and logging to misc set of tests | Trivial | . |<br/>| [HBASE-23805](https://issues.apache.org/jira/browse/HBASE-23805) | [Flakey Test] TestRaceBetweenSCPAndDTP | Major | . |<br/>| [HBASE-23793](https://issues.apache.org/jira/browse/HBASE-23793) | Increase maven heap allocation to 4G in Yetus personality | Major | build, test |<br/>| [HBASE-23789](https://issues.apache.org/jira/browse/HBASE-23789) | [Flakey Tests] ERROR [Time-limited test] balancer.HeterogeneousRegionCountCostFunction(199): cannot read rules file located at ' /tmp/hbase-balancer.rules ' | Major | flakies |<br/>| [HBASE-23792](https://issues.apache.org/jira/browse/HBASE-23792) | [Flakey Test] TestExportSnapshotNoCluster.testSnapshotWithRefsExportFileSystemState | Major | test |<br/>| [HBASE-23783](https://issues.apache.org/jira/browse/HBASE-23783) | Address tests writing and reading SSL/Security files in a common location. | Minor | . |<br/>| [HBASE-23786](https://issues.apache.org/jira/browse/HBASE-23786) | [Flakey Test] TestMasterNotCarryTable.testMasterMemStoreLAB | Major | flakies |<br/>| [HBASE-23780](https://issues.apache.org/jira/browse/HBASE-23780) | Edit of test classifications | Major | test |<br/>| [HBASE-23752](https://issues.apache.org/jira/browse/HBASE-23752) | Fix a couple more test failures from nightly run | Major | test |<br/>| [HBASE-23764](https://issues.apache.org/jira/browse/HBASE-23764) | Flaky tests due to ZK client name resolution delays | Major | test |<br/>| [HBASE-23770](https://issues.apache.org/jira/browse/HBASE-23770) | [Flakey Tests] TestRegionReplicasWithRestartScenarios#testWhenRestart | Major | flakies |<br/>| [HBASE-23749](https://issues.apache.org/jira/browse/HBASE-23749) | TestHFileWriterV3 should have tests for all data block encodings | Major | . |<br/>| [HBASE-23746](https://issues.apache.org/jira/browse/HBASE-23746) | [Flakey Tests] Caused by: org.apache.hadoop.hbase.util.CommonFSUtils$StreamLacksCapabilityException: hflush and hsync | Major | . |<br/>| [HBASE-23731](https://issues.apache.org/jira/browse/HBASE-23731) | TestFromClientSide flakey after junit upgrade | Major | test |<br/>| [HBASE-23735](https://issues.apache.org/jira/browse/HBASE-23735) | [Flakey Tests] TestClusterRestartFailover & TestClusterRestartFailoverSplitWithoutZk | Major | . |<br/>| [HBASE-23729](https://issues.apache.org/jira/browse/HBASE-23729) | [Flakeys] TestRSGroupsBasics#testClearNotProcessedDeadServer fails most of the time | Major | . |<br/>| [HBASE-23711](https://issues.apache.org/jira/browse/HBASE-23711) | Add test for MinVersions and KeepDeletedCells TTL | Minor | . |<br/>| [HBASE-23665](https://issues.apache.org/jira/browse/HBASE-23665) | Split unit tests from TestTableName into a separate test only class | Minor | test |<br/>| [HBASE-23569](https://issues.apache.org/jira/browse/HBASE-23569) | Validate that the log cleaner actually cleans oldWALs as expected | Major | integration tests, master, test |<br/>| [HBASE-23555](https://issues.apache.org/jira/browse/HBASE-23555) | TestQuotaThrottle is broken | Minor | . |<br/>| [HBASE-23552](https://issues.apache.org/jira/browse/HBASE-23552) | Format Javadocs on ITBLL | Trivial | integration tests |<br/>| [HBASE-23259](https://issues.apache.org/jira/browse/HBASE-23259) | Ability to run mini cluster using pre-determined available random ports | Major | test |<br/>| [HBASE-22886](https://issues.apache.org/jira/browse/HBASE-22886) | Code Coverage Improvement: Create Unit Tests for ConnectionId | Trivial | test |<br/>| [HBASE-22766](https://issues.apache.org/jira/browse/HBASE-22766) | Code Coverage Improvement: Create Unit Tests for ResultStatsUtil | Trivial | test |<br/>| [HBASE-22894](https://issues.apache.org/jira/browse/HBASE-22894) | Move testOpenRegionFailedMemoryLeak to dedicated class | Major | test |<br/>| [HBASE-22725](https://issues.apache.org/jira/browse/HBASE-22725) | Remove all remaining javadoc warnings | Trivial | test |<br/>| [HBASE-22791](https://issues.apache.org/jira/browse/HBASE-22791) | Wrong order of asserts in TestZKMulti | Trivial | Zookeeper |<br/>| [HBASE-22615](https://issues.apache.org/jira/browse/HBASE-22615) | Make TestChoreService more robust to timing | Minor | test |<br/>| [HBASE-22545](https://issues.apache.org/jira/browse/HBASE-22545) | TestLogLevel broken | Major | test |<br/>| [HBASE-22548](https://issues.apache.org/jira/browse/HBASE-22548) | Split TestAdmin1 | Major | Admin, test |<br/>| [HBASE-22524](https://issues.apache.org/jira/browse/HBASE-22524) | Refactor TestReplicationSyncUpTool | Major | test |<br/>| [HBASE-22472](https://issues.apache.org/jira/browse/HBASE-22472) | The newly split TestReplicationStatus\* tests are flaky | Major | Replication, test |<br/>| [HBASE-20782](https://issues.apache.org/jira/browse/HBASE-20782) | Fix duplication of TestServletFilter.access | Minor | . |<br/>| [HBASE-22455](https://issues.apache.org/jira/browse/HBASE-22455) | Split TestReplicationStatus | Major | Replication, test |<br/>| [HBASE-22051](https://issues.apache.org/jira/browse/HBASE-22051) | Expect values are hard-coded in the verifications of TestRSGroupsBasics | Minor | rsgroup, test |<br/>| [HBASE-21963](https://issues.apache.org/jira/browse/HBASE-21963) | Add a script for building and verifying release candidate | Minor | community, scripts |<br/>| [HBASE-20918](https://issues.apache.org/jira/browse/HBASE-20918) | Re-enable TestRpcHandlerException | Minor | test |<br/>| [HBASE-21416](https://issues.apache.org/jira/browse/HBASE-21416) | Intermittent TestRegionInfoDisplay failure due to shift in relTime of RegionState#toDescriptiveString | Minor | . |<br/>| [HBASE-21952](https://issues.apache.org/jira/browse/HBASE-21952) | Test Failure: TestClientOperationInterrupt.testInterrupt50Percent | Minor | . |<br/><br/><br/>### SUB-TASKS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24144](https://issues.apache.org/jira/browse/HBASE-24144) | Update docs from master | Major | documentation |<br/>| [HBASE-22504](https://issues.apache.org/jira/browse/HBASE-22504) | Optimize the MultiByteBuff#get(ByteBuffer, offset, len) | Major | BucketCache |<br/>| [HBASE-24630](https://issues.apache.org/jira/browse/HBASE-24630) | Purge dev javadoc from client bin tarball | Major | build |<br/>| [HBASE-24574](https://issues.apache.org/jira/browse/HBASE-24574) | Procedure V2 - Distributed WAL Splitting =\> LOGGING | Major | wal |<br/>| [HBASE-24577](https://issues.apache.org/jira/browse/HBASE-24577) | Doc WALSplitter classes | Trivial | wal |<br/>| [HBASE-24505](https://issues.apache.org/jira/browse/HBASE-24505) | Reimplement Hbck.setRegionStateInMeta | Blocker | hbck2 |<br/>| [HBASE-24309](https://issues.apache.org/jira/browse/HBASE-24309) | Avoid introducing log4j and slf4j-log4j dependencies for modules other than hbase-assembly | Major | logging, pom |<br/>| [HBASE-24347](https://issues.apache.org/jira/browse/HBASE-24347) | Hadoop2&Hadoop3 profiles are both active when pre-commit PR builds run | Major | build |<br/>| [HBASE-23941](https://issues.apache.org/jira/browse/HBASE-23941) | get\_slowlog\_responses filters with AND/OR operator support | Major | . |<br/>| [HBASE-24343](https://issues.apache.org/jira/browse/HBASE-24343) | Document how to configure the http request log | Major | documentation |<br/>| [HBASE-24405](https://issues.apache.org/jira/browse/HBASE-24405) | Document hbase:slowlog in detail | Major | . |<br/>| [HBASE-23771](https://issues.apache.org/jira/browse/HBASE-23771) | [Flakey Tests] Test TestSplitTransactionOnCluster Again | Major | . |<br/>| [HBASE-23938](https://issues.apache.org/jira/browse/HBASE-23938) | Replicate slow/large RPC calls to HDFS | Major | . |<br/>| [HBASE-24333](https://issues.apache.org/jira/browse/HBASE-24333) | Backport HBASE-24304 "Separate a hbase-asyncfs module" to branch-2.x | Major | build, pom |<br/>| [HBASE-24354](https://issues.apache.org/jira/browse/HBASE-24354) | Make it so can make an hbase1 schema and hbase2 schema equate | Major | . |<br/>| [HBASE-24331](https://issues.apache.org/jira/browse/HBASE-24331) | [Flakey Test] TestJMXListener rmi port clash | Major | flakies, test |<br/>| [HBASE-24310](https://issues.apache.org/jira/browse/HBASE-24310) | Use Slf4jRequestLog for hbase-http | Major | logging |<br/>| [HBASE-24265](https://issues.apache.org/jira/browse/HBASE-24265) | Remove hedged rpc call support, implement the logic in MaterRegistry directly | Major | IPC/RPC |<br/>| [HBASE-24303](https://issues.apache.org/jira/browse/HBASE-24303) | Undo core of parent TestSecureRESTServer change; use fix over in HBASE-24280 instead | Major | . |<br/>| [HBASE-24143](https://issues.apache.org/jira/browse/HBASE-24143) | [JDK11] Switch default garbage collector from CMS | Major | scripts |<br/>| [HBASE-24218](https://issues.apache.org/jira/browse/HBASE-24218) | Add hadoop 3.2.x in hadoop check | Major | scripts |<br/>| [HBASE-23829](https://issues.apache.org/jira/browse/HBASE-23829) | Get \`-PrunSmallTests\` passing on JDK11 | Major | test |<br/>| [HBASE-24175](https://issues.apache.org/jira/browse/HBASE-24175) | [Flakey Tests] TestSecureExportSnapshot FileNotFoundException | Major | flakies |<br/>| [HBASE-23697](https://issues.apache.org/jira/browse/HBASE-23697) | Document new RegionProcedureStore operation and migration | Major | documentation |<br/>| [HBASE-24134](https://issues.apache.org/jira/browse/HBASE-24134) | Down forked JVM heap size from 2800m to 2200m for jdk8 and jdk11 | Major | . |<br/>| [HBASE-24126](https://issues.apache.org/jira/browse/HBASE-24126) | Up the container nproc uplimit from 10000 to 12500 | Major | build |<br/>| [HBASE-24150](https://issues.apache.org/jira/browse/HBASE-24150) | Allow module tests run in parallel | Major | build |<br/>| [HBASE-24113](https://issues.apache.org/jira/browse/HBASE-24113) | Upgrade the maven we use from 3.5.4 to 3.6.3 in nightlies | Major | build |<br/>| [HBASE-24109](https://issues.apache.org/jira/browse/HBASE-24109) | Change fork count from 0.5C to 0.25C | Major | . |<br/>| [HBASE-24071](https://issues.apache.org/jira/browse/HBASE-24071) | [JDK11] Remove \`unit\` filter from nightly and precommit jobs | Major | build, test |<br/>| [HBASE-23937](https://issues.apache.org/jira/browse/HBASE-23937) | Retrieve online large RPC logs | Major | . |<br/>| [HBASE-22022](https://issues.apache.org/jira/browse/HBASE-22022) | nightly fails rat check down in the dev-support/hbase\_nightly\_source-artifact.sh check | Major | . |<br/>| [HBASE-23992](https://issues.apache.org/jira/browse/HBASE-23992) | Fix TestAdminShell and TestQuotasShell mistakenly broken by parent commit | Trivial | test |<br/>| [HBASE-24052](https://issues.apache.org/jira/browse/HBASE-24052) | Add debug+fix to TestMasterShutdown | Trivial | . |<br/>| [HBASE-24007](https://issues.apache.org/jira/browse/HBASE-24007) | Get \`-PrunLargeTests\` passing on JDK11 | Major | test |<br/>| [HBASE-24050](https://issues.apache.org/jira/browse/HBASE-24050) | Deprecated PBType on all 2.x branches | Major | Protobufs |<br/>| [HBASE-24045](https://issues.apache.org/jira/browse/HBASE-24045) | Support setting \`-Dhadoop.profile\` in adhoc\_run\_tests.sh | Minor | tooling |<br/>| [HBASE-24037](https://issues.apache.org/jira/browse/HBASE-24037) | Add ut for root dir and wal root dir are different | Major | . |<br/>| [HBASE-23936](https://issues.apache.org/jira/browse/HBASE-23936) | Thrift support for get and clear slow\_log APIs | Major | . |<br/>| [HBASE-24033](https://issues.apache.org/jira/browse/HBASE-24033) | Add ut for loading the corrupt recovered hfiles | Major | . |<br/>| [HBASE-24009](https://issues.apache.org/jira/browse/HBASE-24009) | Backport the personality changes in HBASE-23989 to all active branches | Major | build |<br/>| [HBASE-23993](https://issues.apache.org/jira/browse/HBASE-23993) | Use loopback for zk standalone server in minizkcluster | Major | Zookeeper |<br/>| [HBASE-23891](https://issues.apache.org/jira/browse/HBASE-23891) | Add an option to Actions to filter out meta RS | Minor | integration tests |<br/>| [HBASE-23991](https://issues.apache.org/jira/browse/HBASE-23991) | [Flakey Tests] Disable TestSecureExport.testVisibilityLabels | Major | flakies |<br/>| [HBASE-23979](https://issues.apache.org/jira/browse/HBASE-23979) | Disable TestSlowLogRecorder until parent addressed | Major | test |<br/>| [HBASE-23851](https://issues.apache.org/jira/browse/HBASE-23851) | Log networks and bind addresses when multicast publisher/listener enabled | Trivial | . |<br/>| [HBASE-23946](https://issues.apache.org/jira/browse/HBASE-23946) | [JDK11] Yetus should vote -0 for known JDK11 issues | Minor | build |<br/>| [HBASE-23739](https://issues.apache.org/jira/browse/HBASE-23739) | BoundedRecoveredHFilesOutputSink should read the table descriptor directly | Major | . |<br/>| [HBASE-23912](https://issues.apache.org/jira/browse/HBASE-23912) | Resolve the TODO of FSTableDescriptor's construct method | Major | . |<br/>| [HBASE-23788](https://issues.apache.org/jira/browse/HBASE-23788) | ROW\_INDEX\_V1 encoder should consider the secondary index size with the encoded data size tracking | Major | . |<br/>| [HBASE-23876](https://issues.apache.org/jira/browse/HBASE-23876) | Add JDK11 compilation and unit test support to nightly job | Major | build |<br/>| [HBASE-23767](https://issues.apache.org/jira/browse/HBASE-23767) | Add JDK11 compilation and unit test support to Github precommit | Major | build |<br/>| [HBASE-23926](https://issues.apache.org/jira/browse/HBASE-23926) | [Flakey Tests] Down the flakies re-run ferocity; it makes for too many fails. | Major | flakies |<br/>| [HBASE-23740](https://issues.apache.org/jira/browse/HBASE-23740) | Invalid StoreFile WARN log message printed for recovered.hfiles directory | Minor | MTTR |<br/>| [HBASE-23755](https://issues.apache.org/jira/browse/HBASE-23755) | [OpenTracing] Declare HTrace is unusable in the user doc | Major | . |<br/>| [HBASE-23877](https://issues.apache.org/jira/browse/HBASE-23877) | [Flakey Test] TestStochasticLoadBalancerRegionReplicaHighReplication "Two or more region replicas are hosted on the same host after balance" | Major | . |<br/>| [HBASE-23331](https://issues.apache.org/jira/browse/HBASE-23331) | Document HBASE-18095 | Major | documentation |<br/>| [HBASE-23304](https://issues.apache.org/jira/browse/HBASE-23304) | Implement RPCs needed for master based registry | Major | master |<br/>| [HBASE-23816](https://issues.apache.org/jira/browse/HBASE-23816) | [Flakey Test] TestExportSnapshotNoCluster.testSnapshotV2WithRefsExportFileSystemState(TestExportSnapshotNoCluster.java:91) Wrong FS! | Major | . |<br/>| [HBASE-23350](https://issues.apache.org/jira/browse/HBASE-23350) | Make compaction files cacheonWrite configurable based on threshold | Major | Compaction |<br/>| [HBASE-23705](https://issues.apache.org/jira/browse/HBASE-23705) | Add CellComparator to HFileContext | Major | io |<br/>| [HBASE-23753](https://issues.apache.org/jira/browse/HBASE-23753) | Update of errorprone generated failures | Major | . |<br/>| [HBASE-23647](https://issues.apache.org/jira/browse/HBASE-23647) | Make MasterRegistry the default registry impl | Major | Client |<br/>| [HBASE-23707](https://issues.apache.org/jira/browse/HBASE-23707) | Add IntelliJ check style plugin configuration | Minor | build |<br/>| [HBASE-23330](https://issues.apache.org/jira/browse/HBASE-23330) | Expose cluster ID for clients using it for delegation token based auth | Major | Client, master |<br/>| [HBASE-23728](https://issues.apache.org/jira/browse/HBASE-23728) | Include HBASE-21018 in 2.2 & 2.3 | Major | . |<br/>| [HBASE-23727](https://issues.apache.org/jira/browse/HBASE-23727) | Port HBASE-20981 in 2.2 & 2.3 | Major | . |<br/>| [HBASE-23726](https://issues.apache.org/jira/browse/HBASE-23726) | Forward-port HBASE-21345 to branch-2.2, 2.3 & master as well. | Major | . |<br/>| [HBASE-23722](https://issues.apache.org/jira/browse/HBASE-23722) | TestCustomSaslAuthenticationProvider failing in nightlies | Major | . |<br/>| [HBASE-23680](https://issues.apache.org/jira/browse/HBASE-23680) | RegionProcedureStore missing cleaning of hfile archive | Major | proc-v2, RegionProcedureStore |<br/>| [HBASE-18326](https://issues.apache.org/jira/browse/HBASE-18326) | Fix and reenable TestMasterProcedureWalLease | Blocker | test |<br/>| [HBASE-23305](https://issues.apache.org/jira/browse/HBASE-23305) | Master based registry implementation | Major | master |<br/>| [HBASE-23681](https://issues.apache.org/jira/browse/HBASE-23681) | Add UT for procedure store region flusher | Major | proc-v2, RegionProcedureStore |<br/>| [HBASE-23588](https://issues.apache.org/jira/browse/HBASE-23588) | Cache index blocks and bloom blocks on write if CacheCompactedBlocksOnWrite is enabled | Major | . |<br/>| [HBASE-23320](https://issues.apache.org/jira/browse/HBASE-23320) | Upgrade surefire plugin to 3.0.0-M4 | Major | dependencies, test |<br/>| [HBASE-20461](https://issues.apache.org/jira/browse/HBASE-20461) | Implement fsync for AsyncFSWAL | Major | wal |<br/>| [HBASE-23085](https://issues.apache.org/jira/browse/HBASE-23085) | Network and Data related Actions | Minor | integration tests |<br/>| [HBASE-23281](https://issues.apache.org/jira/browse/HBASE-23281) | Track meta region changes on masters | Major | master |<br/>| [HBASE-23307](https://issues.apache.org/jira/browse/HBASE-23307) | Add running of ReplicationBarrierCleaner to hbck2 fixMeta invocation | Major | hbck2 |<br/>| [HBASE-23322](https://issues.apache.org/jira/browse/HBASE-23322) | [hbck2] Simplification on HBCKSCP scheduling | Minor | hbck2 |<br/>| [HBASE-23275](https://issues.apache.org/jira/browse/HBASE-23275) | Track active master server name in ActiveMasterManager | Major | master |<br/>| [HBASE-23257](https://issues.apache.org/jira/browse/HBASE-23257) | Track ClusterID in stand by masters | Major | master |<br/>| [HBASE-22480](https://issues.apache.org/jira/browse/HBASE-22480) | Get block from BlockCache once and return this block to BlockCache twice make ref count error. | Major | . |<br/>| [HBASE-23136](https://issues.apache.org/jira/browse/HBASE-23136) | PartionedMobFileCompactor bulkloaded files shouldn't get replicated (addressing buklload replication related issue raised in HBASE-22380) | Critical | . |<br/>| [HBASE-15519](https://issues.apache.org/jira/browse/HBASE-15519) | Add per-user metrics | Major | metrics |<br/>| [HBASE-22460](https://issues.apache.org/jira/browse/HBASE-22460) | Reopen a region if store reader references may have leaked | Minor | . |<br/>| [HBASE-23163](https://issues.apache.org/jira/browse/HBASE-23163) | Refactor HStore.getStorefilesSize related methods | Major | regionserver |<br/>| [HBASE-22982](https://issues.apache.org/jira/browse/HBASE-22982) | Send SIGSTOP to hang or SIGCONT to resume rs and add graceful rolling restart | Minor | integration tests |<br/>| [HBASE-22927](https://issues.apache.org/jira/browse/HBASE-22927) | Upgrade mockito version for Java 11 compatibility | Major | . |<br/>| [HBASE-22796](https://issues.apache.org/jira/browse/HBASE-22796) | [HBCK2] Add fix of overlaps to fixMeta hbck Service | Major | . |<br/>| [HBASE-22993](https://issues.apache.org/jira/browse/HBASE-22993) | HBCK report UI showed -1 if hbck chore not running | Minor | . |<br/>| [HBASE-23014](https://issues.apache.org/jira/browse/HBASE-23014) | Should not show split parent regions in hbck report UI | Major | . |<br/>| [HBASE-22859](https://issues.apache.org/jira/browse/HBASE-22859) | [HBCK2] Fix the orphan regions on filesystem | Major | documentation, hbck2 |<br/>| [HBASE-22878](https://issues.apache.org/jira/browse/HBASE-22878) | Show table throttle quotas in table jsp | Major | . |<br/>| [HBASE-22946](https://issues.apache.org/jira/browse/HBASE-22946) | Fix TableNotFound when grant/revoke if AccessController is not loaded | Major | . |<br/>| [HBASE-22945](https://issues.apache.org/jira/browse/HBASE-22945) | Show quota infos in master UI | Major | master, UI |<br/>| [HBASE-22858](https://issues.apache.org/jira/browse/HBASE-22858) | Add HBCK Report to master's header.jsp | Minor | master |<br/>| [HBASE-22891](https://issues.apache.org/jira/browse/HBASE-22891) | Use HBaseQA in HBase-PreCommit-GitHub-PR job | Major | build, scripts |<br/>| [HBASE-22842](https://issues.apache.org/jira/browse/HBASE-22842) | Tmp directory should not be deleted when master restart used for user scan snapshot feature | Major | . |<br/>| [HBASE-22771](https://issues.apache.org/jira/browse/HBASE-22771) | [HBCK2] fixMeta method and server-side support | Major | hbck2 |<br/>| [HBASE-22845](https://issues.apache.org/jira/browse/HBASE-22845) | Revert MetaTableAccessor#makePutFromTableState access to public | Blocker | . |<br/>| [HBASE-22777](https://issues.apache.org/jira/browse/HBASE-22777) | Add a multi-region merge (for fixing overlaps, etc.) | Major | hbck2, proc-v2 |<br/>| [HBASE-22803](https://issues.apache.org/jira/browse/HBASE-22803) | Modify config value range to enable turning off of the hbck chore | Major | . |<br/>| [HBASE-22824](https://issues.apache.org/jira/browse/HBASE-22824) | Show filesystem path for the orphans regions on filesystem | Major | . |<br/>| [HBASE-22808](https://issues.apache.org/jira/browse/HBASE-22808) | HBCK Report showed the offline regions which belong to disabled table | Major | . |<br/>| [HBASE-22776](https://issues.apache.org/jira/browse/HBASE-22776) | Rename config names in user scan snapshot feature | Major | . |<br/>| [HBASE-22807](https://issues.apache.org/jira/browse/HBASE-22807) | HBCK Report showed wrong orphans regions on FileSystem | Major | . |<br/>| [HBASE-22737](https://issues.apache.org/jira/browse/HBASE-22737) | Add a new admin method and shell cmd to trigger the hbck chore to run | Major | . |<br/>| [HBASE-22741](https://issues.apache.org/jira/browse/HBASE-22741) | Show catalogjanitor consistency complaints in new 'HBCK Report' page | Major | hbck2, UI |<br/>| [HBASE-22723](https://issues.apache.org/jira/browse/HBASE-22723) | Have CatalogJanitor report holes and overlaps; i.e. problems it sees when doing its regular scan of hbase:meta | Major | . |<br/>| [HBASE-22580](https://issues.apache.org/jira/browse/HBASE-22580) | Add a table attribute to make user scan snapshot feature configurable for table | Major | . |<br/>| [HBASE-22709](https://issues.apache.org/jira/browse/HBASE-22709) | Add a chore thread in master to do hbck checking and display results in 'HBCK Report' page | Major | . |<br/>| [HBASE-22742](https://issues.apache.org/jira/browse/HBASE-22742) | [HBCK2] Add more log for hbck operations at master side | Minor | . |<br/>| [HBASE-22578](https://issues.apache.org/jira/browse/HBASE-22578) | HFileCleaner should not delete empty ns/table directories used for user san snapshot feature | Major | . |<br/>| [HBASE-22527](https://issues.apache.org/jira/browse/HBASE-22527) | [hbck2] Add a master web ui to show the problematic regions | Major | hbase-operator-tools, hbck2 |<br/>| [HBASE-22719](https://issues.apache.org/jira/browse/HBASE-22719) | Add debug support for github PR pre commit job | Major | build |<br/>| [HBASE-22663](https://issues.apache.org/jira/browse/HBASE-22663) | The HeapAllocationRatio in WebUI is not accurate because all of the heap allocation will happen in another separated allocator named HEAP | Major | . |<br/>| [HBASE-22673](https://issues.apache.org/jira/browse/HBASE-22673) | Avoid to expose protobuf stuff in Hbck interface | Major | hbck2 |<br/>| [HBASE-7191](https://issues.apache.org/jira/browse/HBASE-7191) | HBCK - Add offline create/fix hbase.version and hbase.id | Major | hbck |<br/>| [HBASE-22621](https://issues.apache.org/jira/browse/HBASE-22621) | Backport offheap block reading (HBASE-21879) to branch-2 | Major | Offheaping |<br/>| [HBASE-20060](https://issues.apache.org/jira/browse/HBASE-20060) | Add details of off heap memstore into book. | Critical | documentation |<br/>| [HBASE-21995](https://issues.apache.org/jira/browse/HBASE-21995) | Add a coprocessor to set HDFS ACL for hbase granted user | Major | Coprocessors, security |<br/>| [HBASE-22547](https://issues.apache.org/jira/browse/HBASE-22547) | Align the config keys and add document for offheap read in HBase Book. | Major | . |<br/>| [HBASE-21284](https://issues.apache.org/jira/browse/HBASE-21284) | Forward port HBASE-21000 to branch-2 | Major | . |<br/>| [HBASE-22600](https://issues.apache.org/jira/browse/HBASE-22600) | Document that LoadIncrementalHFiles will be removed in 3.0.0 | Major | . |<br/>| [HBASE-22588](https://issues.apache.org/jira/browse/HBASE-22588) | Upgrade jaxws-ri dependency to 2.3.2 | Major | dependencies, java |<br/>| [HBASE-22585](https://issues.apache.org/jira/browse/HBASE-22585) | Ensure javax.annotation doesn't get include in shaded artifacts when built with Java 11 | Major | build, java |<br/>| [HBASE-22598](https://issues.apache.org/jira/browse/HBASE-22598) | Deprecated the hbase.ipc.server.reservoir.initial.buffer.size & hbase.ipc.server.reservoir.initial.max for HBase2.x compatibility | Major | . |<br/>| [HBASE-22264](https://issues.apache.org/jira/browse/HBASE-22264) | Separate out jars related to JDK 11 into a folder in /lib | Minor | java |<br/>| [HBASE-22531](https://issues.apache.org/jira/browse/HBASE-22531) | The HFileReaderImpl#shouldUseHeap return the incorrect true when disabled BlockCache | Major | . |<br/>| [HBASE-22458](https://issues.apache.org/jira/browse/HBASE-22458) | TestClassFinder fails when run on JDK11 | Minor | java, test |<br/>| [HBASE-22491](https://issues.apache.org/jira/browse/HBASE-22491) | Separate the heap HFileBlock and offheap HFileBlock because the heap block won't need refCnt and save into prevBlocks list before shipping | Major | . |<br/>| [HBASE-22569](https://issues.apache.org/jira/browse/HBASE-22569) | Should treat null consistency as Consistency.STRONG in ConnectionUtils.timelineConsistentRead | Major | . |<br/>| [HBASE-22357](https://issues.apache.org/jira/browse/HBASE-22357) | Fix remaining Checkstyle issues in hbase-replication | Trivial | Replication |<br/>| [HBASE-22554](https://issues.apache.org/jira/browse/HBASE-22554) | Upgrade to surefire 2.22.2 | Major | test |<br/>| [HBASE-22534](https://issues.apache.org/jira/browse/HBASE-22534) | TestCellUtil fails when run on JDK11 | Minor | java, test |<br/>| [HBASE-22536](https://issues.apache.org/jira/browse/HBASE-22536) | TestForeignExceptionSerialization fails when run on JDK11 | Minor | java |<br/>| [HBASE-22535](https://issues.apache.org/jira/browse/HBASE-22535) | TestShellRSGroups fails when run on JDK11 | Minor | java, shell |<br/>| [HBASE-22500](https://issues.apache.org/jira/browse/HBASE-22500) | Modify pom and jenkins jobs for hadoop versions | Blocker | build, hadoop2, hadoop3 |<br/>| [HBASE-22483](https://issues.apache.org/jira/browse/HBASE-22483) | It's better to use 65KB as the default buffer size in ByteBuffAllocator | Major | BucketCache |<br/>| [HBASE-22463](https://issues.apache.org/jira/browse/HBASE-22463) | Some paths in HFileScannerImpl did not consider block#release which will exhaust the ByteBuffAllocator | Major | . |<br/>| [HBASE-22316](https://issues.apache.org/jira/browse/HBASE-22316) | Record the stack trace for current thread in FutureUtils.get | Major | asyncclient, Client |<br/>| [HBASE-22422](https://issues.apache.org/jira/browse/HBASE-22422) | Retain an ByteBuff with refCnt=0 when getBlock from LRUCache | Major | BlockCache |<br/>| [HBASE-22326](https://issues.apache.org/jira/browse/HBASE-22326) | Fix Checkstyle errors in hbase-examples | Minor | . |<br/>| [HBASE-22327](https://issues.apache.org/jira/browse/HBASE-22327) | Fix remaining Checkstyle issues in hbase-hadoop-compat | Trivial | . |<br/>| [HBASE-22478](https://issues.apache.org/jira/browse/HBASE-22478) | Add jackson dependency for hbase-http module | Major | build, dependencies |<br/>| [HBASE-22445](https://issues.apache.org/jira/browse/HBASE-22445) | Add file info when throw exceptions in HFileReaderImpl | Major | . |<br/>| [HBASE-22447](https://issues.apache.org/jira/browse/HBASE-22447) | Check refCount before free block in BucketCache | Major | BucketCache |<br/>| [HBASE-22435](https://issues.apache.org/jira/browse/HBASE-22435) | Add a UT to address the HFileBlock#heapSize() in TestHeapSize | Major | . |<br/>| [HBASE-22412](https://issues.apache.org/jira/browse/HBASE-22412) | Improve the metrics in ByteBuffAllocator | Major | . |<br/>| [HBASE-22400](https://issues.apache.org/jira/browse/HBASE-22400) | Remove the adapter code in async fs implementation for hadoop-2.7.x | Major | wal |<br/>| [HBASE-22430](https://issues.apache.org/jira/browse/HBASE-22430) | hbase-vote should tee build and test output to console | Trivial | . |<br/>| [HBASE-22429](https://issues.apache.org/jira/browse/HBASE-22429) | hbase-vote download step requires URL to end with '/' | Trivial | . |<br/>| [HBASE-22399](https://issues.apache.org/jira/browse/HBASE-22399) | Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks | Major | build, hadoop2 |<br/>| [HBASE-22405](https://issues.apache.org/jira/browse/HBASE-22405) | Update Ref Guide for EOL of Hadoop 2.7 | Major | community, documentation |<br/>| [HBASE-22090](https://issues.apache.org/jira/browse/HBASE-22090) | The HFileBlock#CacheableDeserializer should pass ByteBuffAllocator to the newly created HFileBlock | Major | . |<br/>| [HBASE-21921](https://issues.apache.org/jira/browse/HBASE-21921) | Notify users if the ByteBufAllocator is always allocating ByteBuffers from heap which means the increacing GC pressure | Minor | . |<br/>| [HBASE-22345](https://issues.apache.org/jira/browse/HBASE-22345) | REST Server must have specific version of javax.annotations available at runtime | Major | REST |<br/>| [HBASE-22325](https://issues.apache.org/jira/browse/HBASE-22325) | AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided | Major | asyncclient, Client |<br/>| [HBASE-22322](https://issues.apache.org/jira/browse/HBASE-22322) | Use special pause for CallQueueTooBigException | Major | asyncclient, Client |<br/>| [HBASE-22317](https://issues.apache.org/jira/browse/HBASE-22317) | Support reading from meta replicas | Major | asyncclient, read replicas |<br/>| [HBASE-22122](https://issues.apache.org/jira/browse/HBASE-22122) | Change to release mob hfile's block after rpc server shipped response to client | Major | . |<br/>| [HBASE-22218](https://issues.apache.org/jira/browse/HBASE-22218) | Shell throws "Unsupported Java version" when tried with Java 11 (run-time) | Major | . |<br/>| [HBASE-21937](https://issues.apache.org/jira/browse/HBASE-21937) | Make the Compression#decompress can accept ByteBuff as input | Major | . |<br/>| [HBASE-22211](https://issues.apache.org/jira/browse/HBASE-22211) | Remove the returnBlock method because we can just call HFileBlock#release directly | Major | . |<br/>| [HBASE-19222](https://issues.apache.org/jira/browse/HBASE-19222) | update jruby to 9.1.17.0 | Major | shell |<br/>| [HBASE-21957](https://issues.apache.org/jira/browse/HBASE-21957) | Unify refCount of BucketEntry and refCount of hbase.nio.ByteBuff into one | Major | . |<br/>| [HBASE-22208](https://issues.apache.org/jira/browse/HBASE-22208) | Create access checker and expose it in RS | Major | . |<br/>| [HBASE-22261](https://issues.apache.org/jira/browse/HBASE-22261) | Make use of ClusterStatusListener for async client | Major | asyncclient |<br/>| [HBASE-22267](https://issues.apache.org/jira/browse/HBASE-22267) | Implement client push back for async client | Major | asyncclient |<br/>| [HBASE-19763](https://issues.apache.org/jira/browse/HBASE-19763) | Fix Checkstyle errors in hbase-procedure | Minor | . |<br/>| [HBASE-22244](https://issues.apache.org/jira/browse/HBASE-22244) | Make use of MetricsConnection in async client | Major | asyncclient, metrics |<br/>| [HBASE-22249](https://issues.apache.org/jira/browse/HBASE-22249) | Rest Server throws NoClassDefFoundError with Java 11 (run-time) | Major | . |<br/>| [HBASE-22159](https://issues.apache.org/jira/browse/HBASE-22159) | ByteBufferIOEngine should support write off-heap ByteBuff to the bufferArray | Major | . |<br/>| [HBASE-22084](https://issues.apache.org/jira/browse/HBASE-22084) | Rename AccessControlLists to PermissionStorage | Major | . |<br/>| [HBASE-22196](https://issues.apache.org/jira/browse/HBASE-22196) | Split TestRestartCluster | Major | test |<br/>| [HBASE-21965](https://issues.apache.org/jira/browse/HBASE-21965) | Fix failed split and merge transactions that have failed to roll back | Major | hbck2 |<br/>| [HBASE-22117](https://issues.apache.org/jira/browse/HBASE-22117) | Move hasPermission/checkPermissions from region server to master | Major | . |<br/>| [HBASE-22153](https://issues.apache.org/jira/browse/HBASE-22153) | Fix the flaky TestRestartCluster | Major | test |<br/>| [HBASE-22127](https://issues.apache.org/jira/browse/HBASE-22127) | Ensure that the block cached in the LRUBlockCache offheap is allocated from heap | Major | . |<br/>| [HBASE-22152](https://issues.apache.org/jira/browse/HBASE-22152) | Create a jenkins file for yetus to processing GitHub PR | Major | build |<br/>| [HBASE-22158](https://issues.apache.org/jira/browse/HBASE-22158) | RawAsyncHBaseAdmin.getTableSplits should filter out none default replicas | Major | Admin |<br/>| [HBASE-22157](https://issues.apache.org/jira/browse/HBASE-22157) | Include the cause when constructing RestoreSnapshotException in restoreSnapshot | Major | Admin |<br/>| [HBASE-22141](https://issues.apache.org/jira/browse/HBASE-22141) | Fix TestAsyncDecommissionAdminApi | Major | test |<br/>| [HBASE-22005](https://issues.apache.org/jira/browse/HBASE-22005) | Use ByteBuff's refcnt to track the life cycle of data block | Major | . |<br/>| [HBASE-22135](https://issues.apache.org/jira/browse/HBASE-22135) | AsyncAdmin will not refresh master address | Major | Admin, asyncclient, Client |<br/>| [HBASE-22101](https://issues.apache.org/jira/browse/HBASE-22101) | AsyncAdmin.isTableAvailable should not throw TableNotFoundException | Major | Admin, asyncclient, Client |<br/>| [HBASE-22094](https://issues.apache.org/jira/browse/HBASE-22094) | Throw TableNotFoundException if table not exists in AsyncAdmin.compact | Major | Admin |<br/>| [HBASE-21911](https://issues.apache.org/jira/browse/HBASE-21911) | Move getUserPermissions from regionserver to master | Major | . |<br/>| [HBASE-22015](https://issues.apache.org/jira/browse/HBASE-22015) | UserPermission should be annotated as InterfaceAudience.Public | Blocker | . |<br/>| [HBASE-22040](https://issues.apache.org/jira/browse/HBASE-22040) | Add mergeRegionsAsync with a List of region names method in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22039](https://issues.apache.org/jira/browse/HBASE-22039) | Should add the synchronous parameter for the XXXSwitch method in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22025](https://issues.apache.org/jira/browse/HBASE-22025) | RAT check fails in nightlies; fails on (old) test data files. | Major | . |<br/>| [HBASE-21977](https://issues.apache.org/jira/browse/HBASE-21977) | Skip replay WAL and update seqid when open regions restored from snapshot | Major | Region Assignment, snapshots |<br/>| [HBASE-22016](https://issues.apache.org/jira/browse/HBASE-22016) | Rewrite the block reading methods by using hbase.nio.ByteBuff | Major | . |<br/>| [HBASE-22000](https://issues.apache.org/jira/browse/HBASE-22000) | Deprecated isTableAvailable with splitKeys | Major | asyncclient, Client |<br/>| [HBASE-21917](https://issues.apache.org/jira/browse/HBASE-21917) | Make the HFileBlock#validateChecksum can accept ByteBuff as an input. | Major | . |<br/>| [HBASE-21949](https://issues.apache.org/jira/browse/HBASE-21949) | Fix flaky test TestHBaseTestingUtility.testMiniZooKeeperWithMultipleClientPorts | Major | . |<br/>| [HBASE-15728](https://issues.apache.org/jira/browse/HBASE-15728) | Add remaining per-table region / store / flush / compaction related metrics | Major | metrics |<br/>| [HBASE-21934](https://issues.apache.org/jira/browse/HBASE-21934) | RemoteProcedureDispatcher should track the ongoing dispatched calls | Blocker | proc-v2 |<br/>| [HBASE-21978](https://issues.apache.org/jira/browse/HBASE-21978) | Should close AsyncRegistry if we fail to get cluster id when creating AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21974](https://issues.apache.org/jira/browse/HBASE-21974) | Change Admin#grant/revoke parameter from UserPermission to user and Permission | Major | . |<br/>| [HBASE-21976](https://issues.apache.org/jira/browse/HBASE-21976) | Deal with RetryImmediatelyException for batching request | Major | asyncclient, Client |<br/>| [HBASE-21082](https://issues.apache.org/jira/browse/HBASE-21082) | Reimplement assign/unassign related procedure metrics | Critical | amv2, metrics |<br/>| [HBASE-21916](https://issues.apache.org/jira/browse/HBASE-21916) | Abstract an ByteBuffAllocator to allocate/free ByteBuffer in ByteBufferPool | Major | . |<br/>| [HBASE-21820](https://issues.apache.org/jira/browse/HBASE-21820) | Implement CLUSTER quota scope | Major | . |<br/>| [HBASE-21927](https://issues.apache.org/jira/browse/HBASE-21927) | Always fail the locate request when error occur | Major | asyncclient, Client |<br/>| [HBASE-21944](https://issues.apache.org/jira/browse/HBASE-21944) | Validate put for batch operation | Major | asyncclient, Client |<br/>| [HBASE-21945](https://issues.apache.org/jira/browse/HBASE-21945) | Maintain the original order when sending batch request | Major | asyncclient, Client |<br/>| [HBASE-21783](https://issues.apache.org/jira/browse/HBASE-21783) | Support exceed user/table/ns throttle quota if region server has available quota | Major | . |<br/>| [HBASE-21930](https://issues.apache.org/jira/browse/HBASE-21930) | Deal with ScannerResetException when opening region scanner | Major | asyncclient, Client |<br/>| [HBASE-21907](https://issues.apache.org/jira/browse/HBASE-21907) | Should set priority for rpc request | Major | asyncclient, Client |<br/>| [HBASE-21909](https://issues.apache.org/jira/browse/HBASE-21909) | Validate the put instance before executing in AsyncTable.put method | Major | asyncclient, Client |<br/>| [HBASE-21814](https://issues.apache.org/jira/browse/HBASE-21814) | Remove the TODO in AccessControlLists#addUserPermission | Major | . |<br/>| [HBASE-19889](https://issues.apache.org/jira/browse/HBASE-19889) | Revert Workaround: Purge User API building from branch-2 so can make a beta-1 | Major | website |<br/>| [HBASE-21838](https://issues.apache.org/jira/browse/HBASE-21838) | Create a special ReplicationEndpoint just for verifying the WAL entries are fine | Major | Replication, wal |<br/>| [HBASE-21829](https://issues.apache.org/jira/browse/HBASE-21829) | Use FutureUtils.addListener instead of calling whenComplete directly | Major | asyncclient, Client |<br/>| [HBASE-21828](https://issues.apache.org/jira/browse/HBASE-21828) | Make sure we do not return CompletionException when locating region | Major | asyncclient, Client |<br/>| [HBASE-21764](https://issues.apache.org/jira/browse/HBASE-21764) | Size of in-memory compaction thread pool should be configurable | Major | Compaction, in-memory-compaction |<br/>| [HBASE-21739](https://issues.apache.org/jira/browse/HBASE-21739) | Move grant/revoke from regionserver to master | Major | . |<br/>| [HBASE-21799](https://issues.apache.org/jira/browse/HBASE-21799) | Update branch-2 version to 2.3.0-SNAPSHOT | Major | build |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-24217](https://issues.apache.org/jira/browse/HBASE-24217) | Add hadoop 3.2.x support | Major | . |<br/>| [HBASE-21745](https://issues.apache.org/jira/browse/HBASE-21745) | Make HBCK2 be able to fix issues other than region assignment | Critical | hbase-operator-tools, hbck2 |<br/>| [HBASE-22833](https://issues.apache.org/jira/browse/HBASE-22833) | MultiRowRangeFilter should provide a method for creating a filter which is functionally equivalent to multiple prefix filters | Minor | Client |<br/>| [HBASE-24635](https://issues.apache.org/jira/browse/HBASE-24635) | Split TestMetaWithReplicas | Major | test |<br/>| [HBASE-24646](https://issues.apache.org/jira/browse/HBASE-24646) | Set the log level for ScheduledChore to INFO in HBTU | Major | test |<br/>| [HBASE-24631](https://issues.apache.org/jira/browse/HBASE-24631) | Loosen Dockerfile pinned package versions of the "debian-revision" | Major | build |<br/>| [HBASE-23055](https://issues.apache.org/jira/browse/HBASE-23055) | Alter hbase:meta | Major | meta |<br/>| [HBASE-24611](https://issues.apache.org/jira/browse/HBASE-24611) | Bring back old constructor of SnapshotDescription | Major | . |<br/>| [HBASE-24547](https://issues.apache.org/jira/browse/HBASE-24547) | Thrift support for HBASE-23941 | Major | . |<br/>| [HBASE-24535](https://issues.apache.org/jira/browse/HBASE-24535) | Tweak the master registry docs for branch-2 | Major | Client, master |<br/>| [HBASE-24367](https://issues.apache.org/jira/browse/HBASE-24367) | ScheduledChore log elapsed timespan in a human-friendly format | Minor | master, regionserver |<br/>| [HBASE-24500](https://issues.apache.org/jira/browse/HBASE-24500) | The behavior of RegionInfoBuilder.newBuilder(RegionInfo) is strange | Blocker | Client, read replicas |<br/>| [HBASE-24418](https://issues.apache.org/jira/browse/HBASE-24418) | Consolidate Normalizer implementations | Major | master, Normalizer |<br/>| [HBASE-24477](https://issues.apache.org/jira/browse/HBASE-24477) | Move ConfigurationObserver and related classes to hbase-common | Minor | conf |<br/>| [HBASE-24417](https://issues.apache.org/jira/browse/HBASE-24417) | update copyright notices year to 2020 | Major | documentation |<br/>| [HBASE-24408](https://issues.apache.org/jira/browse/HBASE-24408) | Introduce a general 'local region' to store data on master | Blocker | master |<br/>| [HBASE-24271](https://issues.apache.org/jira/browse/HBASE-24271) | Set values in \`conf/hbase-site.xml\` that enable running on \`LocalFileSystem\` out of the box | Major | . |<br/>| [HBASE-24295](https://issues.apache.org/jira/browse/HBASE-24295) | [Chaos Monkey] abstract logging through the class hierarchy | Minor | integration tests |<br/>| [HBASE-24258](https://issues.apache.org/jira/browse/HBASE-24258) | [Hadoop3.3] Update license for org.ow2.asm:\* | Minor | dependencies |<br/>| [HBASE-24301](https://issues.apache.org/jira/browse/HBASE-24301) | Update Apache POM to version 23 | Minor | . |<br/>| [HBASE-24285](https://issues.apache.org/jira/browse/HBASE-24285) | Move to hbase-thirdparty-3.3.0 | Major | . |<br/>| [HBASE-24249](https://issues.apache.org/jira/browse/HBASE-24249) | Move code in FSHDFSUtils to FSUtils and mark related classes as final | Major | Filesystem Integration |<br/>| [HBASE-24264](https://issues.apache.org/jira/browse/HBASE-24264) | Disable TestNettyIPC.testHedgedAsyncEcho | Major | IPC/RPC |<br/>| [HBASE-23896](https://issues.apache.org/jira/browse/HBASE-23896) | Snapshot owner cannot delete snapshot when ACL is enabled and Kerberos is not enabled | Major | . |<br/>| [HBASE-24072](https://issues.apache.org/jira/browse/HBASE-24072) | Nightlies reporting OutOfMemoryError: unable to create new native thread | Major | test |<br/>| [HBASE-24194](https://issues.apache.org/jira/browse/HBASE-24194) | Refactor BufferedEncodedSeeker anonymous classes to named inner class | Minor | . |<br/>| [HBASE-23779](https://issues.apache.org/jira/browse/HBASE-23779) | Up the default fork count to make builds complete faster; make count relative to CPU count | Major | test |<br/>| [HBASE-24140](https://issues.apache.org/jira/browse/HBASE-24140) | Move CandidateGenerator out of StochasticLoadBalancer | Major | . |<br/>| [HBASE-24156](https://issues.apache.org/jira/browse/HBASE-24156) | Make ZK registry the default for branch-2 and branch-2.3 | Major | Client |<br/>| [HBASE-24138](https://issues.apache.org/jira/browse/HBASE-24138) | Ensure StochasticLoadBalancer can log details of decision to not run balancer | Major | Balancer, Operability |<br/>| [HBASE-24049](https://issues.apache.org/jira/browse/HBASE-24049) | "Packaging and Integration" check fails | Major | build |<br/>| [HBASE-24084](https://issues.apache.org/jira/browse/HBASE-24084) | Fix missing jdk8 dependencies in hbase-assembly/hadoop-two-compat | Major | build, master |<br/>| [HBASE-24092](https://issues.apache.org/jira/browse/HBASE-24092) | Fix links to build reports generated by nightly job | Minor | build |<br/>| [HBASE-24078](https://issues.apache.org/jira/browse/HBASE-24078) | SpotBugs check automatically skip inapplicable modules | Minor | build, test |<br/>| [HBASE-20467](https://issues.apache.org/jira/browse/HBASE-20467) | Precommit personality should only run checkstyle once if we're going to run it at the root. | Minor | community, test |<br/>| [HBASE-24000](https://issues.apache.org/jira/browse/HBASE-24000) | Simplify CommonFSUtils after upgrading to hadoop 2.10.0 | Major | hadoop2, wal |<br/>| [HBASE-24002](https://issues.apache.org/jira/browse/HBASE-24002) | shadedjars check does not propagate --hadoop-profile | Major | build |<br/>| [HBASE-23980](https://issues.apache.org/jira/browse/HBASE-23980) | Use enforcer plugin to print JVM info in maven output | Minor | build |<br/>| [HBASE-24030](https://issues.apache.org/jira/browse/HBASE-24030) | Add necessary validations to HRegion.checkAndMutate() and HRegion.checkAndRowMutate() | Major | . |<br/>| [HBASE-23861](https://issues.apache.org/jira/browse/HBASE-23861) | Reconcile Hadoop version | Major | dependencies |<br/>| [HBASE-23971](https://issues.apache.org/jira/browse/HBASE-23971) | protoc warns: "no protobuf syntax specified" | Minor | Protobufs |<br/>| [HBASE-24004](https://issues.apache.org/jira/browse/HBASE-24004) | Include hadoop version in Nightly report name | Trivial | build |<br/>| [HBASE-23986](https://issues.apache.org/jira/browse/HBASE-23986) | Bump hadoop-two.version to 2.10.0 on master and branch-2 | Major | build, dependencies, hadoop2 |<br/>| [HBASE-23978](https://issues.apache.org/jira/browse/HBASE-23978) | Dockerfiles reusing stale apt sources info | Major | build |<br/>| [HBASE-23077](https://issues.apache.org/jira/browse/HBASE-23077) | move entirely to spotbugs | Major | build, test |<br/>| [HBASE-23945](https://issues.apache.org/jira/browse/HBASE-23945) | Dockerfiles showing hadolint check failures | Minor | build |<br/>| [HBASE-18418](https://issues.apache.org/jira/browse/HBASE-18418) | Remove apache\_hbase\_topology from dev-support | Minor | . |<br/>| [HBASE-23874](https://issues.apache.org/jira/browse/HBASE-23874) | Move Jira-attached file precommit definition from script in Jenkins config to dev-support | Minor | build |<br/>| [HBASE-23854](https://issues.apache.org/jira/browse/HBASE-23854) | Documentation update of external\_apis.adoc#example-scala-code | Trivial | documentation |<br/>| [HBASE-23872](https://issues.apache.org/jira/browse/HBASE-23872) | [Flakey Test] TestGenerateDelegationToken; Master not initialized after 200000ms | Major | flakies |<br/>| [HBASE-23866](https://issues.apache.org/jira/browse/HBASE-23866) | More test classifications | Trivial | test |<br/>| [HBASE-23865](https://issues.apache.org/jira/browse/HBASE-23865) | Up flakey history from 5 to 10 | Major | . |<br/>| [HBASE-23774](https://issues.apache.org/jira/browse/HBASE-23774) | Announce user-zh list | Trivial | website |<br/>| [HBASE-23751](https://issues.apache.org/jira/browse/HBASE-23751) | Move core to hbase-thirdparty 3.2.0 | Major | . |<br/>| [HBASE-23661](https://issues.apache.org/jira/browse/HBASE-23661) | Reduce number of Checkstyle violations in hbase-rest | Minor | . |<br/>| [HBASE-23625](https://issues.apache.org/jira/browse/HBASE-23625) | Reduce number of Checkstyle violations in hbase-common | Minor | . |<br/>| [HBASE-23335](https://issues.apache.org/jira/browse/HBASE-23335) | Improve cost functions array copy in StochasticLoadBalancer | Minor | . |<br/>| [HBASE-23700](https://issues.apache.org/jira/browse/HBASE-23700) | Upgrade checkstyle and plugin versions | Minor | build |<br/>| [HBASE-23652](https://issues.apache.org/jira/browse/HBASE-23652) | Move the unsupported procedure type check before migrating to RegionProcedureStore | Blocker | master |<br/>| [HBASE-23687](https://issues.apache.org/jira/browse/HBASE-23687) | DEBUG logging cleanup | Trivial | . |<br/>| [HBASE-23664](https://issues.apache.org/jira/browse/HBASE-23664) | Upgrade JUnit to 4.13 | Minor | integration tests, test |<br/>| [HBASE-23628](https://issues.apache.org/jira/browse/HBASE-23628) | Replace Apache Commons Digest Base64 with JDK8 Base64 | Minor | dependencies |<br/>| [HBASE-23642](https://issues.apache.org/jira/browse/HBASE-23642) | Reintroduce ReplicationUtils.contains as deprecated | Major | Replication |<br/>| [HBASE-23604](https://issues.apache.org/jira/browse/HBASE-23604) | Clarify AsyncRegistry usage in the code | Minor | Client |<br/>| [HBASE-23374](https://issues.apache.org/jira/browse/HBASE-23374) | ExclusiveMemHFileBlock’s allocator should not be hardcoded as ByteBuffAllocator.HEAP | Minor | . |<br/>| [HBASE-23575](https://issues.apache.org/jira/browse/HBASE-23575) | Remove dead code from AsyncRegistry interface | Minor | Client |<br/>| [HBASE-23556](https://issues.apache.org/jira/browse/HBASE-23556) | Minor ChoreService Cleanup | Minor | . |<br/>| [HBASE-23298](https://issues.apache.org/jira/browse/HBASE-23298) | Refactor LogRecoveredEditsOutputSink and BoundedLogWriterCreationOutputSink | Major | . |<br/>| [HBASE-23234](https://issues.apache.org/jira/browse/HBASE-23234) | Provide .editorconfig based on checkstyle configuration | Major | build, tooling |<br/>| [HBASE-23230](https://issues.apache.org/jira/browse/HBASE-23230) | Enforce member visibility in HRegionServer | Major | regionserver |<br/>| [HBASE-22888](https://issues.apache.org/jira/browse/HBASE-22888) | Share some stuffs with the initial reader when new stream reader created | Major | HFile, regionserver |<br/>| [HBASE-23236](https://issues.apache.org/jira/browse/HBASE-23236) | Upgrade to yetus 0.11.1 | Major | build |<br/>| [HBASE-23250](https://issues.apache.org/jira/browse/HBASE-23250) | Log message about CleanerChore delegate initialization should be at INFO | Minor | master, Operability |<br/>| [HBASE-23227](https://issues.apache.org/jira/browse/HBASE-23227) | Upgrade jackson-databind to 2.9.10.1 to avoid recent CVEs | Blocker | dependencies, REST, security |<br/>| [HBASE-23129](https://issues.apache.org/jira/browse/HBASE-23129) | Move core to use hbase-thirdparty-3.1.1 | Major | . |<br/>| [HBASE-23053](https://issues.apache.org/jira/browse/HBASE-23053) | Disable concurrent nightly builds | Minor | build |<br/>| [HBASE-23023](https://issues.apache.org/jira/browse/HBASE-23023) | upgrade shellcheck used to test in nightly and precommit | Major | build |<br/>| [HBASE-23032](https://issues.apache.org/jira/browse/HBASE-23032) | Upgrade to Curator 4.2.0 | Major | . |<br/>| [HBASE-23047](https://issues.apache.org/jira/browse/HBASE-23047) | ChecksumUtil.validateChecksum logs an INFO message inside a "if(LOG.isTraceEnabled())" block. | Minor | . |<br/>| [HBASE-23046](https://issues.apache.org/jira/browse/HBASE-23046) | Remove compatibility case from truncate command | Minor | shell |<br/>| [HBASE-21056](https://issues.apache.org/jira/browse/HBASE-21056) | Findbugs false positive: BucketCache.persistToFile may fail to clean up java.io.OutputStream | Minor | BucketCache |<br/>| [HBASE-23024](https://issues.apache.org/jira/browse/HBASE-23024) | Replace Exception.initCause() with Constructor args | Minor | . |<br/>| [HBASE-22642](https://issues.apache.org/jira/browse/HBASE-22642) | Make move operations of RSGroup idempotent | Major | rsgroup |<br/>| [HBASE-22895](https://issues.apache.org/jira/browse/HBASE-22895) | Fix the flakey TestSpaceQuotas | Major | Quotas, test |<br/>| [HBASE-22910](https://issues.apache.org/jira/browse/HBASE-22910) | Enable TestMultiVersionConcurrencyControl | Major | test |<br/>| [HBASE-22913](https://issues.apache.org/jira/browse/HBASE-22913) | Use Hadoop label for nightly builds | Major | build |<br/>| [HBASE-22911](https://issues.apache.org/jira/browse/HBASE-22911) | fewer concurrent github PR builds | Critical | build |<br/>| [HBASE-21400](https://issues.apache.org/jira/browse/HBASE-21400) | correct spelling error of 'initilize' in comment | Trivial | documentation |<br/>| [HBASE-22382](https://issues.apache.org/jira/browse/HBASE-22382) | Refactor tests in TestFromClientSide | Major | test |<br/>| [HBASE-22594](https://issues.apache.org/jira/browse/HBASE-22594) | Clean up for backup examples | Minor | . |<br/>| [HBASE-21606](https://issues.apache.org/jira/browse/HBASE-21606) | Document use of the meta table load metrics added in HBASE-19722 | Critical | documentation, meta, metrics, Operability |<br/>| [HBASE-19230](https://issues.apache.org/jira/browse/HBASE-19230) | Write up fixVersion policy from dev discussion in refguide | Major | documentation |<br/>| [HBASE-22651](https://issues.apache.org/jira/browse/HBASE-22651) | ErrorProne issue in TestByteBufferArray | Major | test |<br/>| [HBASE-22572](https://issues.apache.org/jira/browse/HBASE-22572) | Javadoc Warnings: @link reference not found | Trivial | documentation |<br/>| [HBASE-22597](https://issues.apache.org/jira/browse/HBASE-22597) | Upgrading commons-lang to 3.9 | Major | dependencies |<br/>| [HBASE-22556](https://issues.apache.org/jira/browse/HBASE-22556) | [DOCS] Backport HBASE-15557 to branch-1 and branch-2 | Major | . |<br/>| [HBASE-22566](https://issues.apache.org/jira/browse/HBASE-22566) | Call out default compaction throttling for 2.x in Book | Major | documentation |<br/>| [HBASE-22560](https://issues.apache.org/jira/browse/HBASE-22560) | Upgrade to Jetty 9.3.latest and Jackson 2.9.latest | Major | dependencies |<br/>| [HBASE-22373](https://issues.apache.org/jira/browse/HBASE-22373) | maven-eclipse-plugin does not define version in every module | Minor | . |<br/>| [HBASE-21536](https://issues.apache.org/jira/browse/HBASE-21536) | Fix completebulkload usage instructions | Trivial | documentation, mapreduce |<br/>| [HBASE-22449](https://issues.apache.org/jira/browse/HBASE-22449) | https everywhere in Maven metadata | Minor | . |<br/>| [HBASE-22406](https://issues.apache.org/jira/browse/HBASE-22406) | skip generating rdoc when building gems in our docker image for running yetus | Critical | build, test |<br/>| [HBASE-22375](https://issues.apache.org/jira/browse/HBASE-22375) | Promote AccessChecker to LimitedPrivate(Coprocessor) | Minor | Coprocessors, security |<br/>| [HBASE-21714](https://issues.apache.org/jira/browse/HBASE-21714) | Deprecated isTableAvailableWithSplit method in thrift module | Major | Thrift |<br/>| [HBASE-22359](https://issues.apache.org/jira/browse/HBASE-22359) | Backport of HBASE-21371 misses activation-api license information | Minor | build, community |<br/>| [HBASE-22174](https://issues.apache.org/jira/browse/HBASE-22174) | Remove error prone from our precommit javac check | Major | build |<br/>| [HBASE-22321](https://issues.apache.org/jira/browse/HBASE-22321) | Add 1.5 release line to the Hadoop supported versions table | Minor | documentation |<br/>| [HBASE-22083](https://issues.apache.org/jira/browse/HBASE-22083) | move eclipse specific configs into a profile | Minor | build |<br/>| [HBASE-22231](https://issues.apache.org/jira/browse/HBASE-22231) | Remove unused and \* imports | Minor | . |<br/>| [HBASE-22307](https://issues.apache.org/jira/browse/HBASE-22307) | Deprecated Preemptive Fail Fast | Major | Client |<br/>| [HBASE-22304](https://issues.apache.org/jira/browse/HBASE-22304) | Fix remaining Checkstyle issues in hbase-endpoint | Trivial | . |<br/>| [HBASE-22020](https://issues.apache.org/jira/browse/HBASE-22020) | upgrade to yetus 0.9.0 | Major | build, community |<br/>| [HBASE-22240](https://issues.apache.org/jira/browse/HBASE-22240) | [backport] HBASE-19762 Fix Checkstyle errors in hbase-http | Major | . |<br/>| [HBASE-22187](https://issues.apache.org/jira/browse/HBASE-22187) | Remove usage of deprecated ClusterConnection.clearRegionCache | Trivial | Client |<br/>| [HBASE-22203](https://issues.apache.org/jira/browse/HBASE-22203) | Reformat DemoClient.java | Trivial | . |<br/>| [HBASE-22189](https://issues.apache.org/jira/browse/HBASE-22189) | Remove usage of StoreFile.getModificationTimeStamp | Trivial | . |<br/>| [HBASE-22108](https://issues.apache.org/jira/browse/HBASE-22108) | Avoid passing null in Admin methods | Major | Admin |<br/>| [HBASE-22007](https://issues.apache.org/jira/browse/HBASE-22007) | Add restoreSnapshot and cloneSnapshot with acl methods in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22131](https://issues.apache.org/jira/browse/HBASE-22131) | Delete the patches in hbase-protocol-shaded module | Major | build, Protobufs |<br/>| [HBASE-22099](https://issues.apache.org/jira/browse/HBASE-22099) | Backport HBASE-21895 "Error prone upgrade" to branch-2 | Major | build |<br/>| [HBASE-22052](https://issues.apache.org/jira/browse/HBASE-22052) | pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications | Major | . |<br/>| [HBASE-22065](https://issues.apache.org/jira/browse/HBASE-22065) | Add listTableDescriptors(List\) method in AsyncAdmin | Major | Admin |<br/>| [HBASE-22063](https://issues.apache.org/jira/browse/HBASE-22063) | Deprecated Admin.deleteSnapshot(byte[]) | Major | Admin |<br/>| [HBASE-22042](https://issues.apache.org/jira/browse/HBASE-22042) | Missing @Override annotation for RawAsyncTableImpl.scan | Major | asyncclient, Client |<br/>| [HBASE-22044](https://issues.apache.org/jira/browse/HBASE-22044) | ByteBufferUtils should not be IA.Public API | Major | compatibility, util |<br/>| [HBASE-22001](https://issues.apache.org/jira/browse/HBASE-22001) | Polish the Admin interface | Major | Admin, Client |<br/>| [HBASE-21969](https://issues.apache.org/jira/browse/HBASE-21969) | Improve the update of destination rsgroup of RSGroupInfoManagerImpl#moveTables() | Minor | rsgroup |<br/>| [HBASE-21057](https://issues.apache.org/jira/browse/HBASE-21057) | upgrade to latest spotbugs | Minor | community, test |<br/>| [HBASE-21888](https://issues.apache.org/jira/browse/HBASE-21888) | Add a isClosed method to AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21884](https://issues.apache.org/jira/browse/HBASE-21884) | Fix box/unbox findbugs warning in secure bulk load | Minor | . |<br/>| [HBASE-21859](https://issues.apache.org/jira/browse/HBASE-21859) | Add clearRegionLocationCache method for AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21853](https://issues.apache.org/jira/browse/HBASE-21853) | update copyright notices to 2019 | Major | documentation |<br/>| [HBASE-21812](https://issues.apache.org/jira/browse/HBASE-21812) | Address ruby static analysis for bin module [2nd pass] | Minor | scripts |<br/>| [HBASE-21791](https://issues.apache.org/jira/browse/HBASE-21791) | Upgrade thrift dependency to 0.12.0 | Blocker | Thrift |<br/><br/><br/>## Release 2.2.0 - Unreleased (as of 2019-06-11)<br/><br/>### INCOMPATIBLE CHANGES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-21991](https://issues.apache.org/jira/browse/HBASE-21991) | Fix MetaMetrics issues - [Race condition, Faulty remove logic], few improvements | Major | Coprocessors, metrics |<br/>| [HBASE-22399](https://issues.apache.org/jira/browse/HBASE-22399) | Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks | Major | build, hadoop2 |<br/>| [HBASE-21082](https://issues.apache.org/jira/browse/HBASE-21082) | Reimplement assign/unassign related procedure metrics | Critical | amv2, metrics |<br/>| [HBASE-20587](https://issues.apache.org/jira/browse/HBASE-20587) | Replace Jackson with shaded thirdparty gson | Major | dependencies |<br/>| [HBASE-21727](https://issues.apache.org/jira/browse/HBASE-21727) | Simplify documentation around client timeout | Minor | . |<br/>| [HBASE-21684](https://issues.apache.org/jira/browse/HBASE-21684) | Throw DNRIOE when connection or rpc client is closed | Major | asyncclient, Client |<br/>| [HBASE-21792](https://issues.apache.org/jira/browse/HBASE-21792) | Mark HTableMultiplexer as deprecated and remove it in 3.0.0 | Major | Client |<br/>| [HBASE-21657](https://issues.apache.org/jira/browse/HBASE-21657) | PrivateCellUtil#estimatedSerializedSizeOf has been the bottleneck in 100% scan case. | Major | Performance |<br/>| [HBASE-21560](https://issues.apache.org/jira/browse/HBASE-21560) | Return a new TableDescriptor for MasterObserver#preModifyTable to allow coprocessor modify the TableDescriptor | Major | Coprocessors |<br/>| [HBASE-21492](https://issues.apache.org/jira/browse/HBASE-21492) | CellCodec Written To WAL Before It's Verified | Critical | wal |<br/>| [HBASE-21452](https://issues.apache.org/jira/browse/HBASE-21452) | Illegal character in hbase counters group name | Major | spark |<br/>| [HBASE-21158](https://issues.apache.org/jira/browse/HBASE-21158) | Empty qualifier cell should not be returned if it does not match QualifierFilter | Critical | Filters |<br/>| [HBASE-21223](https://issues.apache.org/jira/browse/HBASE-21223) | [amv2] Remove abort\_procedure from shell | Critical | amv2, hbck2, shell |<br/>| [HBASE-20881](https://issues.apache.org/jira/browse/HBASE-20881) | Introduce a region transition procedure to handle all the state transition for a region | Major | amv2, proc-v2 |<br/>| [HBASE-20884](https://issues.apache.org/jira/browse/HBASE-20884) | Replace usage of our Base64 implementation with java.util.Base64 | Major | . |<br/><br/><br/>### NEW FEATURES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-22148](https://issues.apache.org/jira/browse/HBASE-22148) | Provide an alternative to CellUtil.setTimestamp | Blocker | API, Coprocessors |<br/>| [HBASE-21815](https://issues.apache.org/jira/browse/HBASE-21815) | Make isTrackingMetrics and getMetrics of ScannerContext public | Minor | . |<br/>| [HBASE-21926](https://issues.apache.org/jira/browse/HBASE-21926) | Profiler servlet | Major | master, Operability, regionserver |<br/>| [HBASE-20886](https://issues.apache.org/jira/browse/HBASE-20886) | [Auth] Support keytab login in hbase client | Critical | asyncclient, Client, security |<br/>| [HBASE-17942](https://issues.apache.org/jira/browse/HBASE-17942) | Disable region splits and merges per table | Major | . |<br/>| [HBASE-21753](https://issues.apache.org/jira/browse/HBASE-21753) | Support getting the locations for all the replicas of a region | Major | Client |<br/>| [HBASE-20636](https://issues.apache.org/jira/browse/HBASE-20636) | Introduce two bloom filter type : ROWPREFIX\_FIXED\_LENGTH and ROWPREFIX\_DELIMITED | Major | HFile, regionserver, Scanners |<br/>| [HBASE-20649](https://issues.apache.org/jira/browse/HBASE-20649) | Validate HFiles do not have PREFIX\_TREE DataBlockEncoding | Minor | Operability, tooling |<br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-22284](https://issues.apache.org/jira/browse/HBASE-22284) | optimization StringBuilder.append of AbstractMemStore.toString | Trivial | . |<br/>| [HBASE-22523](https://issues.apache.org/jira/browse/HBASE-22523) | Refactor RegionStates#getAssignmentsByTable to make it easy to understand | Major | . |<br/>| [HBASE-22511](https://issues.apache.org/jira/browse/HBASE-22511) | More missing /rs-status links | Minor | UI |<br/>| [HBASE-22496](https://issues.apache.org/jira/browse/HBASE-22496) | UnsafeAccess.unsafeCopy should not copy more than UNSAFE\_COPY\_THRESHOLD on each iteration | Major | . |<br/>| [HBASE-22488](https://issues.apache.org/jira/browse/HBASE-22488) | Cleanup the explicit timeout value for test methods | Major | . |<br/>| [HBASE-22411](https://issues.apache.org/jira/browse/HBASE-22411) | Refactor codes of moving reigons in RSGroup | Major | rsgroup |<br/>| [HBASE-22467](https://issues.apache.org/jira/browse/HBASE-22467) | WebUI changes to enable Apache Knox UI proxying | Major | UI |<br/>| [HBASE-22474](https://issues.apache.org/jira/browse/HBASE-22474) | Add --mvn-custom-repo parameter to yetus calls | Minor | . |<br/>| [HBASE-20305](https://issues.apache.org/jira/browse/HBASE-20305) | Add option to SyncTable that skip deletes on target cluster | Minor | mapreduce |<br/>| [HBASE-21784](https://issues.apache.org/jira/browse/HBASE-21784) | Dump replication queue should show list of wal files ordered chronologically | Major | Replication, tooling |<br/>| [HBASE-22384](https://issues.apache.org/jira/browse/HBASE-22384) | Formatting issues in administration section of book | Minor | community, documentation |<br/>| [HBASE-21658](https://issues.apache.org/jira/browse/HBASE-21658) | Should get the meta replica number from zk instead of config at client side | Critical | Client |<br/>| [HBASE-22365](https://issues.apache.org/jira/browse/HBASE-22365) | Region may be opened on two RegionServers | Blocker | amv2 |<br/>| [HBASE-22392](https://issues.apache.org/jira/browse/HBASE-22392) | Remove extra/useless + | Trivial | . |<br/>| [HBASE-20494](https://issues.apache.org/jira/browse/HBASE-20494) | Upgrade com.yammer.metrics dependency | Major | dependencies |<br/>| [HBASE-22358](https://issues.apache.org/jira/browse/HBASE-22358) | Change rubocop configuration for method length | Minor | community, shell |<br/>| [HBASE-22379](https://issues.apache.org/jira/browse/HBASE-22379) | Fix Markdown for "Voting on Release Candidates" in book | Minor | community, documentation |<br/>| [HBASE-22109](https://issues.apache.org/jira/browse/HBASE-22109) | Update hbase shaded content checker after guava update in hadoop branch-3.0 to 27.0-jre | Minor | . |<br/>| [HBASE-22087](https://issues.apache.org/jira/browse/HBASE-22087) | Update LICENSE/shading for the dependencies from the latest Hadoop trunk | Minor | hadoop3 |<br/>| [HBASE-22341](https://issues.apache.org/jira/browse/HBASE-22341) | Add explicit guidelines for removing deprecations in book | Major | API, community, documentation |<br/>| [HBASE-22225](https://issues.apache.org/jira/browse/HBASE-22225) | Profiler tab on Master/RS UI not working w/o comprehensive message | Minor | UI |<br/>| [HBASE-22291](https://issues.apache.org/jira/browse/HBASE-22291) | Fix recovery of recovered.edits files under root dir | Major | . |<br/>| [HBASE-22283](https://issues.apache.org/jira/browse/HBASE-22283) | Print row and table information when failed to get region location | Major | Client, logging |<br/>| [HBASE-22296](https://issues.apache.org/jira/browse/HBASE-22296) | Remove TestFromClientSide.testGetStartEndKeysWithRegionReplicas | Major | test |<br/>| [HBASE-22250](https://issues.apache.org/jira/browse/HBASE-22250) | The same constants used in many places should be placed in constant classes | Minor | Client, conf, regionserver |<br/>| [HBASE-20586](https://issues.apache.org/jira/browse/HBASE-20586) | SyncTable tool: Add support for cross-realm remote clusters | Major | mapreduce, Operability, Replication |<br/>| [HBASE-21257](https://issues.apache.org/jira/browse/HBASE-21257) | misspelled words.[occured -\> occurred] | Trivial | . |<br/>| [HBASE-22193](https://issues.apache.org/jira/browse/HBASE-22193) | Add backoff when region failed open too many times | Major | . |<br/>| [HBASE-22188](https://issues.apache.org/jira/browse/HBASE-22188) | Make TestSplitMerge more stable | Major | test |<br/>| [HBASE-22097](https://issues.apache.org/jira/browse/HBASE-22097) | Modify the description of split command in shell | Trivial | shell |<br/>| [HBASE-21964](https://issues.apache.org/jira/browse/HBASE-21964) | unset Quota by Throttle Type | Major | master |<br/>| [HBASE-22093](https://issues.apache.org/jira/browse/HBASE-22093) | Combine TestRestoreSnapshotFromClientWithRegionReplicas to CloneSnapshotFromClientAfterSplittingRegionTestBase#testCloneSnapshotAfterSplittingRegion | Major | . |<br/>| [HBASE-22009](https://issues.apache.org/jira/browse/HBASE-22009) | Improve RSGroupInfoManagerImpl#getDefaultServers() | Minor | rsgroup |<br/>| [HBASE-22032](https://issues.apache.org/jira/browse/HBASE-22032) | KeyValue validation should check for null byte array | Major | . |<br/>| [HBASE-21667](https://issues.apache.org/jira/browse/HBASE-21667) | Move to latest ASF Parent POM | Minor | build |<br/>| [HBASE-21810](https://issues.apache.org/jira/browse/HBASE-21810) | bulkload support set hfile compression on client | Major | mapreduce |<br/>| [HBASE-21987](https://issues.apache.org/jira/browse/HBASE-21987) | Simplify RSGroupInfoManagerImpl#flushConfig() for offline mode | Minor | rsgroup |<br/>| [HBASE-21871](https://issues.apache.org/jira/browse/HBASE-21871) | Support to specify a peer table name in VerifyReplication tool | Major | . |<br/>| [HBASE-21255](https://issues.apache.org/jira/browse/HBASE-21255) | [acl] Refactor TablePermission into three classes (Global, Namespace, Table) | Major | . |<br/>| [HBASE-21410](https://issues.apache.org/jira/browse/HBASE-21410) | A helper page that help find all problematic regions and procedures | Major | . |<br/>| [HBASE-20734](https://issues.apache.org/jira/browse/HBASE-20734) | Colocate recovered edits directory with hbase.wal.dir | Major | MTTR, Recovery, wal |<br/>| [HBASE-20401](https://issues.apache.org/jira/browse/HBASE-20401) | Make \`MAX\_WAIT\` and \`waitIfNotFinished\` in CleanerContext configurable | Minor | master |<br/>| [HBASE-21481](https://issues.apache.org/jira/browse/HBASE-21481) | [acl] Superuser's permissions should not be granted or revoked by any non-su global admin | Major | . |<br/>| [HBASE-21967](https://issues.apache.org/jira/browse/HBASE-21967) | Split TestServerCrashProcedure and TestServerCrashProcedureWithReplicas | Major | . |<br/>| [HBASE-21867](https://issues.apache.org/jira/browse/HBASE-21867) | Support multi-threads in HFileArchiver | Major | . |<br/>| [HBASE-21932](https://issues.apache.org/jira/browse/HBASE-21932) | Use Runtime.getRuntime().halt to terminate regionserver when abort timeout | Major | . |<br/>| [HBASE-21875](https://issues.apache.org/jira/browse/HBASE-21875) | Change the retry logic in RSProcedureDispatcher to 'retry by default, only if xxx' | Major | proc-v2 |<br/>| [HBASE-21780](https://issues.apache.org/jira/browse/HBASE-21780) | Avoid a wide line on the RegionServer webUI for many ZooKeeper servers | Minor | UI, Usability |<br/>| [HBASE-21636](https://issues.apache.org/jira/browse/HBASE-21636) | Enhance the shell scan command to support missing scanner specifications like ReadType, IsolationLevel etc. | Major | shell |<br/>| [HBASE-21857](https://issues.apache.org/jira/browse/HBASE-21857) | Do not need to check clusterKey if replicationEndpoint is provided when adding a peer | Major | . |<br/>| [HBASE-21201](https://issues.apache.org/jira/browse/HBASE-21201) | Support to run VerifyReplication MR tool without peerid | Major | hbase-operator-tools |<br/>| [HBASE-21816](https://issues.apache.org/jira/browse/HBASE-21816) | Print source cluster replication config directory | Trivial | Replication |<br/>| [HBASE-19616](https://issues.apache.org/jira/browse/HBASE-19616) | Review of LogCleaner Class | Minor | . |<br/>| [HBASE-21830](https://issues.apache.org/jira/browse/HBASE-21830) | Backport HBASE-20577 (Make Log Level page design consistent with the design of other pages in UI) to branch-2 | Major | UI, Usability |<br/>| [HBASE-21833](https://issues.apache.org/jira/browse/HBASE-21833) | Use NettyAsyncFSWALConfigHelper.setEventLoopConfig to prevent creating too many netty event loop when executing TestHRegion | Minor | test |<br/>| [HBASE-21634](https://issues.apache.org/jira/browse/HBASE-21634) | Print error message when user uses unacceptable values for LIMIT while setting quotas. | Minor | . |<br/>| [HBASE-21789](https://issues.apache.org/jira/browse/HBASE-21789) | Rewrite MetaTableAccessor.multiMutate with Table.coprocessorService | Major | Client, Coprocessors |<br/>| [HBASE-21689](https://issues.apache.org/jira/browse/HBASE-21689) | Make table/namespace specific current quota info available in shell(describe\_namespace & describe) | Minor | . |<br/>| [HBASE-20215](https://issues.apache.org/jira/browse/HBASE-20215) | Rename CollectionUtils to ConcurrentMapUtils | Trivial | . |<br/>| [HBASE-21720](https://issues.apache.org/jira/browse/HBASE-21720) | metric to measure how actions are distributed to servers within a MultiAction | Minor | Client, metrics, monitoring |<br/>| [HBASE-21595](https://issues.apache.org/jira/browse/HBASE-21595) | Print thread's information and stack traces when RS is aborting forcibly | Minor | regionserver |<br/>| [HBASE-20209](https://issues.apache.org/jira/browse/HBASE-20209) | Do Not Use Both Map containsKey and get Methods in Replication Sink | Trivial | Replication |<br/>| [HBASE-21712](https://issues.apache.org/jira/browse/HBASE-21712) | Make submit-patch.py python3 compatible | Minor | tooling |<br/>| [HBASE-21590](https://issues.apache.org/jira/browse/HBASE-21590) | Optimize trySkipToNextColumn in StoreScanner a bit | Critical | Performance, Scanners |<br/>| [HBASE-21297](https://issues.apache.org/jira/browse/HBASE-21297) | ModifyTableProcedure can throw TNDE instead of IOE in case of REGION\_REPLICATION change | Minor | . |<br/>| [HBASE-21700](https://issues.apache.org/jira/browse/HBASE-21700) | Simplify the implementation of RSGroupInfoManagerImpl | Major | rsgroup |<br/>| [HBASE-21694](https://issues.apache.org/jira/browse/HBASE-21694) | Add append\_peer\_exclude\_tableCFs and remove\_peer\_exclude\_tableCFs shell commands | Major | . |<br/>| [HBASE-21645](https://issues.apache.org/jira/browse/HBASE-21645) | Perform sanity check and disallow table creation/modification with region replication \< 1 | Minor | . |<br/>| [HBASE-21360](https://issues.apache.org/jira/browse/HBASE-21360) | Disable printing of stack-trace in shell for quotas | Minor | shell |<br/>| [HBASE-21662](https://issues.apache.org/jira/browse/HBASE-21662) | Add append\_peer\_exclude\_namespaces and remove\_peer\_exclude\_namespaces shell commands | Major | . |<br/>| [HBASE-21659](https://issues.apache.org/jira/browse/HBASE-21659) | Avoid to load duplicate coprocessors in system config and table descriptor | Minor | . |<br/>| [HBASE-21642](https://issues.apache.org/jira/browse/HBASE-21642) | CopyTable by reading snapshot and bulkloading will save a lot of time. | Major | . |<br/>| [HBASE-21643](https://issues.apache.org/jira/browse/HBASE-21643) | Introduce two new region coprocessor method and deprecated postMutationBeforeWAL | Major | . |<br/>| [HBASE-21640](https://issues.apache.org/jira/browse/HBASE-21640) | Remove the TODO when increment zero | Major | . |<br/>| [HBASE-21631](https://issues.apache.org/jira/browse/HBASE-21631) | list\_quotas should print human readable values for LIMIT | Minor | shell |<br/>| [HBASE-21635](https://issues.apache.org/jira/browse/HBASE-21635) | Use maven enforcer to ban imports from illegal packages | Major | build |<br/>| [HBASE-21514](https://issues.apache.org/jira/browse/HBASE-21514) | Refactor CacheConfig | Major | . |<br/>| [HBASE-21520](https://issues.apache.org/jira/browse/HBASE-21520) | TestMultiColumnScanner cost long time when using ROWCOL bloom type | Major | test |<br/>| [HBASE-21554](https://issues.apache.org/jira/browse/HBASE-21554) | Show replication endpoint classname for replication peer on master web UI | Minor | UI |<br/>| [HBASE-21549](https://issues.apache.org/jira/browse/HBASE-21549) | Add shell command for serial replication peer | Major | . |<br/>| [HBASE-21283](https://issues.apache.org/jira/browse/HBASE-21283) | Add new shell command 'rit' for listing regions in transition | Minor | Operability, shell |<br/>| [HBASE-21567](https://issues.apache.org/jira/browse/HBASE-21567) | Allow overriding configs starting up the shell | Major | shell |<br/>| [HBASE-21413](https://issues.apache.org/jira/browse/HBASE-21413) | Empty meta log doesn't get split when restart whole cluster | Major | . |<br/>| [HBASE-21524](https://issues.apache.org/jira/browse/HBASE-21524) | Unnecessary DEBUG log in ConnectionImplementation#isTableEnabled | Major | Client |<br/>| [HBASE-21511](https://issues.apache.org/jira/browse/HBASE-21511) | Remove in progress snapshot check in SnapshotFileCache#getUnreferencedFiles | Minor | snapshots |<br/>| [HBASE-21480](https://issues.apache.org/jira/browse/HBASE-21480) | Taking snapshot when RS crashes prevent we bring the regions online | Major | snapshots |<br/>| [HBASE-21485](https://issues.apache.org/jira/browse/HBASE-21485) | Add more debug logs for remote procedure execution | Major | proc-v2 |<br/>| [HBASE-21328](https://issues.apache.org/jira/browse/HBASE-21328) | add HBASE\_DISABLE\_HADOOP\_CLASSPATH\_LOOKUP switch to hbase-env.sh | Minor | documentation, Operability |<br/>| [HBASE-19682](https://issues.apache.org/jira/browse/HBASE-19682) | Use Collections.emptyList() For Empty List Values | Minor | . |<br/>| [HBASE-21388](https://issues.apache.org/jira/browse/HBASE-21388) | No need to instantiate MemStoreLAB for master which not carry table | Major | . |<br/>| [HBASE-21325](https://issues.apache.org/jira/browse/HBASE-21325) | Force to terminate regionserver when abort hang in somewhere | Major | . |<br/>| [HBASE-21385](https://issues.apache.org/jira/browse/HBASE-21385) | HTable.delete request use rpc call directly instead of AsyncProcess | Major | . |<br/>| [HBASE-21318](https://issues.apache.org/jira/browse/HBASE-21318) | Make RefreshHFilesClient runnable | Minor | HFile |<br/>| [HBASE-21263](https://issues.apache.org/jira/browse/HBASE-21263) | Mention compression algorithm along with other storefile details | Minor | . |<br/>| [HBASE-21290](https://issues.apache.org/jira/browse/HBASE-21290) | No need to instantiate BlockCache for master which not carry table | Major | . |<br/>| [HBASE-21256](https://issues.apache.org/jira/browse/HBASE-21256) | Improve IntegrationTestBigLinkedList for testing huge data | Major | integration tests |<br/>| [HBASE-21251](https://issues.apache.org/jira/browse/HBASE-21251) | Refactor RegionMover | Major | Operability |<br/>| [HBASE-21303](https://issues.apache.org/jira/browse/HBASE-21303) | [shell] clear\_deadservers with no args fails | Major | . |<br/>| [HBASE-21098](https://issues.apache.org/jira/browse/HBASE-21098) | Improve Snapshot Performance with Temporary Snapshot Directory when rootDir on S3 | Major | . |<br/>| [HBASE-21299](https://issues.apache.org/jira/browse/HBASE-21299) | List counts of actual region states in master UI tables section | Major | UI |<br/>| [HBASE-21289](https://issues.apache.org/jira/browse/HBASE-21289) | Remove the log "'hbase.regionserver.maxlogs' was deprecated." in AbstractFSWAL | Minor | . |<br/>| [HBASE-21185](https://issues.apache.org/jira/browse/HBASE-21185) | WALPrettyPrinter: Additional useful info to be printed by wal printer tool, for debugability purposes | Minor | Operability |<br/>| [HBASE-21103](https://issues.apache.org/jira/browse/HBASE-21103) | nightly test cache of yetus install needs to be more thorough in verification | Major | test |<br/>| [HBASE-21207](https://issues.apache.org/jira/browse/HBASE-21207) | Add client side sorting functionality in master web UI for table and region server details. | Minor | master, monitoring, UI, Usability |<br/>| [HBASE-20857](https://issues.apache.org/jira/browse/HBASE-20857) | JMX - add Balancer status = enabled / disabled | Major | API, master, metrics, REST, tooling, Usability |<br/>| [HBASE-21164](https://issues.apache.org/jira/browse/HBASE-21164) | reportForDuty to spew less log if master is initializing | Minor | regionserver |<br/>| [HBASE-21204](https://issues.apache.org/jira/browse/HBASE-21204) | NPE when scan raw DELETE\_FAMILY\_VERSION and codec is not set | Major | . |<br/>| [HBASE-20307](https://issues.apache.org/jira/browse/HBASE-20307) | LoadTestTool prints too much zookeeper logging | Minor | tooling |<br/>| [HBASE-21155](https://issues.apache.org/jira/browse/HBASE-21155) | Save on a few log strings and some churn in wal splitter by skipping out early if no logs in dir | Trivial | . |<br/>| [HBASE-21129](https://issues.apache.org/jira/browse/HBASE-21129) | Clean up duplicate codes in #equals and #hashCode methods of Filter | Minor | Filters |<br/>| [HBASE-21157](https://issues.apache.org/jira/browse/HBASE-21157) | Split TableInputFormatScan to individual tests | Minor | test |<br/>| [HBASE-21107](https://issues.apache.org/jira/browse/HBASE-21107) | add a metrics for netty direct memory | Minor | IPC/RPC |<br/>| [HBASE-21153](https://issues.apache.org/jira/browse/HBASE-21153) | Shaded client jars should always build in relevant phase to avoid confusion | Major | build |<br/>| [HBASE-21126](https://issues.apache.org/jira/browse/HBASE-21126) | Add ability for HBase Canary to ignore a configurable number of ZooKeeper down nodes | Minor | canary, Zookeeper |<br/>| [HBASE-20749](https://issues.apache.org/jira/browse/HBASE-20749) | Upgrade our use of checkstyle to 8.6+ | Minor | build, community |<br/>| [HBASE-21071](https://issues.apache.org/jira/browse/HBASE-21071) | HBaseTestingUtility::startMiniCluster() to use builder pattern | Major | test |<br/>| [HBASE-20387](https://issues.apache.org/jira/browse/HBASE-20387) | flaky infrastructure should work for all branches | Critical | test |<br/>| [HBASE-20469](https://issues.apache.org/jira/browse/HBASE-20469) | Directory used for sidelining old recovered edits files should be made configurable | Minor | . |<br/>| [HBASE-20979](https://issues.apache.org/jira/browse/HBASE-20979) | Flaky test reporting should specify what JSON it needs and handle HTTP errors | Minor | test |<br/>| [HBASE-20985](https://issues.apache.org/jira/browse/HBASE-20985) | add two attributes when we do normalization | Major | . |<br/>| [HBASE-20965](https://issues.apache.org/jira/browse/HBASE-20965) | Separate region server report requests to new handlers | Major | Performance |<br/>| [HBASE-20845](https://issues.apache.org/jira/browse/HBASE-20845) | Support set the consistency for Gets and Scans in thrift2 | Major | Thrift |<br/>| [HBASE-20986](https://issues.apache.org/jira/browse/HBASE-20986) | Separate the config of block size when we do log splitting and write Hlog | Major | . |<br/>| [HBASE-19036](https://issues.apache.org/jira/browse/HBASE-19036) | Add action in Chaos Monkey to restart Active Namenode | Minor | . |<br/>| [HBASE-20856](https://issues.apache.org/jira/browse/HBASE-20856) | PITA having to set WAL provider in two places | Minor | Operability, wal |<br/>| [HBASE-20935](https://issues.apache.org/jira/browse/HBASE-20935) | HStore.removeCompactedFiles should log in case it is unable to delete a file | Minor | . |<br/>| [HBASE-20873](https://issues.apache.org/jira/browse/HBASE-20873) | Update doc for Endpoint-based Export | Minor | documentation |<br/>| [HBASE-20672](https://issues.apache.org/jira/browse/HBASE-20672) | New metrics ReadRequestRate and WriteRequestRate | Minor | metrics |<br/>| [HBASE-20617](https://issues.apache.org/jira/browse/HBASE-20617) | Upgrade/remove jetty-jsp | Minor | . |<br/>| [HBASE-20396](https://issues.apache.org/jira/browse/HBASE-20396) | Remove redundant MBean from thrift JMX | Major | Thrift |<br/>| [HBASE-20357](https://issues.apache.org/jira/browse/HBASE-20357) | AccessControlClient API Enhancement | Major | security |<br/><br/><br/>### BUG FIXES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-22563](https://issues.apache.org/jira/browse/HBASE-22563) | Reduce retained jobs for Jenkins pipelines | Major | . |<br/>| [HBASE-22552](https://issues.apache.org/jira/browse/HBASE-22552) | Rewrite TestEndToEndSplitTransaction.testCanSplitJustAfterASplit | Major | test |<br/>| [HBASE-22551](https://issues.apache.org/jira/browse/HBASE-22551) | TestMasterOperationsForRegionReplicas is flakey | Major | read replicas, test |<br/>| [HBASE-22481](https://issues.apache.org/jira/browse/HBASE-22481) | Javadoc Warnings: reference not found | Trivial | documentation |<br/>| [HBASE-22546](https://issues.apache.org/jira/browse/HBASE-22546) | TestRegionServerHostname#testRegionServerHostname fails reliably for me | Major | . |<br/>| [HBASE-22534](https://issues.apache.org/jira/browse/HBASE-22534) | TestCellUtil fails when run on JDK11 | Minor | java, test |<br/>| [HBASE-22536](https://issues.apache.org/jira/browse/HBASE-22536) | TestForeignExceptionSerialization fails when run on JDK11 | Minor | java |<br/>| [HBASE-22535](https://issues.apache.org/jira/browse/HBASE-22535) | TestShellRSGroups fails when run on JDK11 | Minor | java, shell |<br/>| [HBASE-22518](https://issues.apache.org/jira/browse/HBASE-22518) | yetus personality is treating branch-1.4 like earlier branches for hadoopcheck | Major | test |<br/>| [HBASE-22513](https://issues.apache.org/jira/browse/HBASE-22513) | Admin#getQuota does not work correctly if exceedThrottleQuota is set | Major | Quotas |<br/>| [HBASE-22522](https://issues.apache.org/jira/browse/HBASE-22522) | The integration test in master branch's nightly job has error "ERROR: Only found 1050 rows." | Major | . |<br/>| [HBASE-22490](https://issues.apache.org/jira/browse/HBASE-22490) | Nightly client integration test fails with hadoop-3 | Major | build |<br/>| [HBASE-22502](https://issues.apache.org/jira/browse/HBASE-22502) | Purge the logs when we reach the EOF for the last wal file when replication | Major | . |<br/>| [HBASE-22503](https://issues.apache.org/jira/browse/HBASE-22503) | Failed to upgrade to 2.2+ as the global permission which storaged in zk is not right | Blocker | . |<br/>| [HBASE-22487](https://issues.apache.org/jira/browse/HBASE-22487) | getMostLoadedRegions is unused | Trivial | regionserver |<br/>| [HBASE-22485](https://issues.apache.org/jira/browse/HBASE-22485) | Fix failed ut TestClusterRestartFailover | Major | . |<br/>| [HBASE-22486](https://issues.apache.org/jira/browse/HBASE-22486) | Fix flaky test TestLockManager | Major | . |<br/>| [HBASE-22471](https://issues.apache.org/jira/browse/HBASE-22471) | Our nightly jobs for master and branch-2 are still using hadoop-2.7.1 in integration test | Major | build |<br/>| [HBASE-22003](https://issues.apache.org/jira/browse/HBASE-22003) | Fix flaky test TestVerifyReplication.testHBase14905 | Major | . |<br/>| [HBASE-22441](https://issues.apache.org/jira/browse/HBASE-22441) | BucketCache NullPointerException in cacheBlock | Major | BucketCache |<br/>| [HBASE-22473](https://issues.apache.org/jira/browse/HBASE-22473) | Split TestSCP | Major | Recovery, test |<br/>| [HBASE-22456](https://issues.apache.org/jira/browse/HBASE-22456) | Polish TestSplitTransitionOnCluster | Major | test |<br/>| [HBASE-21800](https://issues.apache.org/jira/browse/HBASE-21800) | RegionServer aborted due to NPE from MetaTableMetrics coprocessor | Critical | Coprocessors, meta, metrics, Operability |<br/>| [HBASE-22462](https://issues.apache.org/jira/browse/HBASE-22462) | Should run a 'mvn install' at the end of hadoop check in pre commit job | Major | build |<br/>| [HBASE-22440](https://issues.apache.org/jira/browse/HBASE-22440) | HRegionServer#getWalGroupsReplicationStatus() throws NPE | Major | regionserver, Replication |<br/>| [HBASE-22226](https://issues.apache.org/jira/browse/HBASE-22226) | Incorrect level for headings in asciidoc | Trivial | documentation |<br/>| [HBASE-22442](https://issues.apache.org/jira/browse/HBASE-22442) | Nightly build is failing with hadoop 3.x | Major | build, hadoop3 |<br/>| [HBASE-20970](https://issues.apache.org/jira/browse/HBASE-20970) | Update hadoop check versions for hadoop3 in hbase-personality | Major | build |<br/>| [HBASE-22424](https://issues.apache.org/jira/browse/HBASE-22424) | Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky | Major | rsgroup |<br/>| [HBASE-22404](https://issues.apache.org/jira/browse/HBASE-22404) | Open/Close region request may be executed twice when master restart | Major | . |<br/>| [HBASE-22274](https://issues.apache.org/jira/browse/HBASE-22274) | Cell size limit check on append should consider cell's previous size. | Minor | . |<br/>| [HBASE-22072](https://issues.apache.org/jira/browse/HBASE-22072) | High read/write intensive regions may cause long crash recovery | Major | Performance, Recovery |<br/>| [HBASE-22324](https://issues.apache.org/jira/browse/HBASE-22324) | loss a mass of data when the sequenceId of cells greater than Integer.Max, because MemStoreMergerSegmentsIterator can not merge segments | Blocker | in-memory-compaction |<br/>| [HBASE-21777](https://issues.apache.org/jira/browse/HBASE-21777) | "Tune compaction throughput" debug messages even when nothing has changed | Trivial | Compaction |<br/>| [HBASE-22360](https://issues.apache.org/jira/browse/HBASE-22360) | Abort timer doesn't set when abort is called during graceful shutdown process | Major | regionserver |<br/>| [HBASE-20851](https://issues.apache.org/jira/browse/HBASE-20851) | Change rubocop config for max line length of 100 | Minor | community, shell |<br/>| [HBASE-21467](https://issues.apache.org/jira/browse/HBASE-21467) | Fix flaky test TestCoprocessorClassLoader.testCleanupOldJars | Minor | . |<br/>| [HBASE-22312](https://issues.apache.org/jira/browse/HBASE-22312) | Hadoop 3 profile for hbase-shaded-mapreduce should like mapreduce as a provided dependency | Major | mapreduce, shading |<br/>| [HBASE-22314](https://issues.apache.org/jira/browse/HBASE-22314) | shaded byo-hadoop client should list needed hadoop modules as provided scope to avoid inclusion of unnecessary transitive depednencies | Major | hadoop2, hadoop3, shading |<br/>| [HBASE-22047](https://issues.apache.org/jira/browse/HBASE-22047) | LeaseException in Scan should be retired | Major | Client, Scanners |<br/>| [HBASE-22343](https://issues.apache.org/jira/browse/HBASE-22343) | Make procedure retry interval configurable in test | Major | amv2, test |<br/>| [HBASE-22190](https://issues.apache.org/jira/browse/HBASE-22190) | SnapshotFileCache may fail to load the correct snapshot file list when there is an on-going snapshot operation | Blocker | snapshots |<br/>| [HBASE-22354](https://issues.apache.org/jira/browse/HBASE-22354) | master never sets abortRequested, and thus abort timeout doesn't work for it | Major | . |<br/>| [HBASE-22350](https://issues.apache.org/jira/browse/HBASE-22350) | Rewrite TestClientOperationTimeout so we do not timeout when creating table | Major | test |<br/>| [HBASE-22340](https://issues.apache.org/jira/browse/HBASE-22340) | Corrupt KeyValue is silently ignored | Critical | wal |<br/>| [HBASE-22054](https://issues.apache.org/jira/browse/HBASE-22054) | Space Quota: Compaction is not working for super user in case of NO\_WRITES\_COMPACTIONS | Minor | . |<br/>| [HBASE-22236](https://issues.apache.org/jira/browse/HBASE-22236) | AsyncNonMetaRegionLocator should not cache HRegionLocation with null location | Major | asyncclient |<br/>| [HBASE-22086](https://issues.apache.org/jira/browse/HBASE-22086) | space quota issue: deleting snapshot doesn't update the usage of table | Minor | . |<br/>| [HBASE-22298](https://issues.apache.org/jira/browse/HBASE-22298) | branch-2.2 nightly fails "[ForOverride] Method annotated @ForOverride must have protected or package-private visibility" | Major | . |<br/>| [HBASE-22292](https://issues.apache.org/jira/browse/HBASE-22292) | PreemptiveFastFailInterceptor clean repeatedFailuresMap issue | Blocker | . |<br/>| [HBASE-22230](https://issues.apache.org/jira/browse/HBASE-22230) | REST Server drops connection on long scans | Major | . |<br/>| [HBASE-22200](https://issues.apache.org/jira/browse/HBASE-22200) | WALSplitter.hasRecoveredEdits should use same FS instance from WAL region dir | Major | wal |<br/>| [HBASE-22286](https://issues.apache.org/jira/browse/HBASE-22286) | License handling incorrectly lists CDDL/GPLv2+CE as safe to not aggregate | Critical | build, community |<br/>| [HBASE-22282](https://issues.apache.org/jira/browse/HBASE-22282) | Should deal with error in the callback of RawAsyncHBaseAdmin.splitRegion methods | Major | Admin, asyncclient |<br/>| [HBASE-22278](https://issues.apache.org/jira/browse/HBASE-22278) | RawAsyncHBaseAdmin should not use cached region location | Major | Admin, asyncclient |<br/>| [HBASE-22222](https://issues.apache.org/jira/browse/HBASE-22222) | Site build fails after hbase-thirdparty upgrade | Blocker | website |<br/>| [HBASE-22249](https://issues.apache.org/jira/browse/HBASE-22249) | Rest Server throws NoClassDefFoundError with Java 11 (run-time) | Major | . |<br/>| [HBASE-22235](https://issues.apache.org/jira/browse/HBASE-22235) | OperationStatus.{SUCCESS\|FAILURE\|NOT\_RUN} are not visible to 3rd party coprocessors | Major | Coprocessors |<br/>| [HBASE-22207](https://issues.apache.org/jira/browse/HBASE-22207) | Fix flakey TestAssignmentManager.testAssignSocketTimeout | Major | test |<br/>| [HBASE-22202](https://issues.apache.org/jira/browse/HBASE-22202) | Fix new findbugs issues after we upgrade hbase-thirdparty dependencies | Major | findbugs |<br/>| [HBASE-22144](https://issues.apache.org/jira/browse/HBASE-22144) | MultiRowRangeFilter does not work with reversed scans | Critical | Filters, Scanners |<br/>| [HBASE-22198](https://issues.apache.org/jira/browse/HBASE-22198) | Fix flakey TestAsyncTableGetMultiThreaded | Major | test |<br/>| [HBASE-22185](https://issues.apache.org/jira/browse/HBASE-22185) | RAMQueueEntry#writeToCache should freeBlock if any exception encountered instead of the IOException catch block | Major | . |<br/>| [HBASE-22163](https://issues.apache.org/jira/browse/HBASE-22163) | Should not archive the compacted store files when region warmup | Blocker | . |<br/>| [HBASE-22178](https://issues.apache.org/jira/browse/HBASE-22178) | Introduce a createTableAsync with TableDescriptor method in Admin | Major | Admin |<br/>| [HBASE-22180](https://issues.apache.org/jira/browse/HBASE-22180) | Make TestBlockEvictionFromClient.testBlockRefCountAfterSplits more stable | Major | test |<br/>| [HBASE-22179](https://issues.apache.org/jira/browse/HBASE-22179) | Fix RawAsyncHBaseAdmin.getCompactionState | Major | Admin, asyncclient |<br/>| [HBASE-22177](https://issues.apache.org/jira/browse/HBASE-22177) | Do not recreate IOException in RawAsyncHBaseAdmin.adminCall | Major | Admin, asyncclient |<br/>| [HBASE-22070](https://issues.apache.org/jira/browse/HBASE-22070) | Checking restoreDir in RestoreSnapshotHelper | Minor | snapshots |<br/>| [HBASE-20912](https://issues.apache.org/jira/browse/HBASE-20912) | Add import order config in dev support for eclipse | Major | . |<br/>| [HBASE-22133](https://issues.apache.org/jira/browse/HBASE-22133) | Forward port HBASE-22073 "/rits.jsp throws an exception if no procedure" to branch-2.2+ | Major | UI |<br/>| [HBASE-20911](https://issues.apache.org/jira/browse/HBASE-20911) | correct Swtich/case indentation in formatter template for eclipse | Major | . |<br/>| [HBASE-21688](https://issues.apache.org/jira/browse/HBASE-21688) | Address WAL filesystem issues | Major | Filesystem Integration, wal |<br/>| [HBASE-22121](https://issues.apache.org/jira/browse/HBASE-22121) | AsyncAdmin can not deal with non default meta replica | Major | Admin, asyncclient, Client |<br/>| [HBASE-22115](https://issues.apache.org/jira/browse/HBASE-22115) | HBase RPC aspires to grow an infinite tree of trace scopes; some other places are also unsafe | Critical | . |<br/>| [HBASE-22123](https://issues.apache.org/jira/browse/HBASE-22123) | REST gateway reports Insufficient permissions exceptions as 404 Not Found | Minor | REST |<br/>| [HBASE-21135](https://issues.apache.org/jira/browse/HBASE-21135) | Build fails on windows as it fails to parse windows path during license check | Major | build |<br/>| [HBASE-21781](https://issues.apache.org/jira/browse/HBASE-21781) | list\_deadservers elapsed time is incorrect | Major | shell |<br/>| [HBASE-22100](https://issues.apache.org/jira/browse/HBASE-22100) | False positive for error prone warnings in pre commit job | Minor | build |<br/>| [HBASE-22098](https://issues.apache.org/jira/browse/HBASE-22098) | Backport HBASE-18667 "Disable error-prone for hbase-protocol-shaded" to branch-2 | Major | build |<br/>| [HBASE-20662](https://issues.apache.org/jira/browse/HBASE-20662) | Increasing space quota on a violated table does not remove SpaceViolationPolicy.DISABLE enforcement | Major | . |<br/>| [HBASE-22057](https://issues.apache.org/jira/browse/HBASE-22057) | Impose upper-bound on size of ZK ops sent in a single multi() | Major | . |<br/>| [HBASE-22074](https://issues.apache.org/jira/browse/HBASE-22074) | Should use procedure store to persist the state in reportRegionStateTransition | Blocker | amv2, proc-v2 |<br/>| [HBASE-21619](https://issues.apache.org/jira/browse/HBASE-21619) | Fix warning message caused by incorrect ternary operator evaluation | Trivial | . |<br/>| [HBASE-22095](https://issues.apache.org/jira/browse/HBASE-22095) | Taking a snapshot fails in local mode | Major | . |<br/>| [HBASE-22061](https://issues.apache.org/jira/browse/HBASE-22061) | SplitTableRegionProcedure should hold the lock of its daughter regions | Major | . |<br/>| [HBASE-22045](https://issues.apache.org/jira/browse/HBASE-22045) | Mutable range histogram reports incorrect outliers | Major | . |<br/>| [HBASE-21736](https://issues.apache.org/jira/browse/HBASE-21736) | Remove the server from online servers before scheduling SCP for it in hbck | Major | hbck2, test |<br/>| [HBASE-22011](https://issues.apache.org/jira/browse/HBASE-22011) | ThriftUtilities.getFromThrift should set filter when not set columns | Major | . |<br/>| [HBASE-21990](https://issues.apache.org/jira/browse/HBASE-21990) | puppycrawl checkstyle dtds 404... moved to sourceforge | Major | build |<br/>| [HBASE-22010](https://issues.apache.org/jira/browse/HBASE-22010) | docs on upgrade from 2.0,2.1 -\> 2.2 renders incorrectly | Minor | documentation |<br/>| [HBASE-22006](https://issues.apache.org/jira/browse/HBASE-22006) | Fix branch-2.1 findbugs warning; causes nightly show as failed. | Major | . |<br/>| [HBASE-21960](https://issues.apache.org/jira/browse/HBASE-21960) | RESTServletContainer not configured for REST Jetty server | Blocker | REST |<br/>| [HBASE-21915](https://issues.apache.org/jira/browse/HBASE-21915) | FileLink$FileLinkInputStream doesn't implement CanUnbuffer | Major | Filesystem Integration |<br/>| [HBASE-21565](https://issues.apache.org/jira/browse/HBASE-21565) | Delete dead server from dead server list too early leads to concurrent Server Crash Procedures(SCP) for a same server | Critical | . |<br/>| [HBASE-21740](https://issues.apache.org/jira/browse/HBASE-21740) | NPE happens while shutdown the RS | Major | . |<br/>| [HBASE-21866](https://issues.apache.org/jira/browse/HBASE-21866) | Do not move the table to null rsgroup when creating an existing table | Major | proc-v2, rsgroup |<br/>| [HBASE-21983](https://issues.apache.org/jira/browse/HBASE-21983) | Should track the scan metrics in AsyncScanSingleRegionRpcRetryingCaller if scan metrics is enabled | Major | asyncclient, Client |<br/>| [HBASE-21980](https://issues.apache.org/jira/browse/HBASE-21980) | Fix typo in AbstractTestAsyncTableRegionReplicasRead | Major | test |<br/>| [HBASE-21487](https://issues.apache.org/jira/browse/HBASE-21487) | Concurrent modify table ops can lead to unexpected results | Major | . |<br/>| [HBASE-20724](https://issues.apache.org/jira/browse/HBASE-20724) | Sometimes some compacted storefiles are still opened after region failover | Critical | . |<br/>| [HBASE-21961](https://issues.apache.org/jira/browse/HBASE-21961) | Infinite loop in AsyncNonMetaRegionLocator if there is only one region and we tried to locate before a non empty row | Critical | asyncclient, Client |<br/>| [HBASE-21943](https://issues.apache.org/jira/browse/HBASE-21943) | The usage of RegionLocations.mergeRegionLocations is wrong for async client | Critical | asyncclient, Client |<br/>| [HBASE-21947](https://issues.apache.org/jira/browse/HBASE-21947) | TestShell is broken after we remove the jackson dependencies | Major | dependencies, shell |<br/>| [HBASE-21942](https://issues.apache.org/jira/browse/HBASE-21942) | [UI] requests per second is incorrect in rsgroup page(rsgroup.jsp) | Minor | . |<br/>| [HBASE-21922](https://issues.apache.org/jira/browse/HBASE-21922) | BloomContext#sanityCheck may failed when use ROWPREFIX\_DELIMITED bloom filter | Major | . |<br/>| [HBASE-21929](https://issues.apache.org/jira/browse/HBASE-21929) | The checks at the end of TestRpcClientLeaks are not executed | Major | test |<br/>| [HBASE-21938](https://issues.apache.org/jira/browse/HBASE-21938) | Add a new ClusterMetrics.Option SERVERS\_NAME to only return the live region servers's name without metrics | Major | . |<br/>| [HBASE-21928](https://issues.apache.org/jira/browse/HBASE-21928) | Deprecated HConstants.META\_QOS | Major | Client, rpc |<br/>| [HBASE-21899](https://issues.apache.org/jira/browse/HBASE-21899) | Fix missing variables in slf4j Logger | Trivial | logging |<br/>| [HBASE-21910](https://issues.apache.org/jira/browse/HBASE-21910) | The nonce implementation is wrong for AsyncTable | Critical | asyncclient, Client |<br/>| [HBASE-21900](https://issues.apache.org/jira/browse/HBASE-21900) | Infinite loop in AsyncMetaRegionLocator if we can not get the location for meta | Major | asyncclient, Client |<br/>| [HBASE-21890](https://issues.apache.org/jira/browse/HBASE-21890) | Use execute instead of submit to submit a task in RemoteProcedureDispatcher | Critical | proc-v2 |<br/>| [HBASE-21889](https://issues.apache.org/jira/browse/HBASE-21889) | Use thrift 0.12.0 when build thrift by compile-thrift profile | Major | . |<br/>| [HBASE-21785](https://issues.apache.org/jira/browse/HBASE-21785) | master reports open regions as RITs and also messes up rit age metric | Major | . |<br/>| [HBASE-21854](https://issues.apache.org/jira/browse/HBASE-21854) | Race condition in TestProcedureSkipPersistence | Minor | proc-v2 |<br/>| [HBASE-21862](https://issues.apache.org/jira/browse/HBASE-21862) | IPCUtil.wrapException should keep the original exception types for all the connection exceptions | Blocker | . |<br/>| [HBASE-18484](https://issues.apache.org/jira/browse/HBASE-18484) | VerifyRep by snapshot does not work when Yarn / SourceHBase / PeerHBase located in different HDFS clusters | Major | Replication |<br/>| [HBASE-21775](https://issues.apache.org/jira/browse/HBASE-21775) | The BufferedMutator doesn't ever refresh region location cache | Major | Client |<br/>| [HBASE-21843](https://issues.apache.org/jira/browse/HBASE-21843) | RegionGroupingProvider breaks the meta wal file name pattern which may cause data loss for meta region | Blocker | wal |<br/>| [HBASE-21795](https://issues.apache.org/jira/browse/HBASE-21795) | Client application may get stuck (time bound) if a table modify op is called immediately after split op | Critical | amv2 |<br/>| [HBASE-21840](https://issues.apache.org/jira/browse/HBASE-21840) | TestHRegionWithInMemoryFlush fails with NPE | Blocker | test |<br/>| [HBASE-21811](https://issues.apache.org/jira/browse/HBASE-21811) | region can be opened on two servers due to race condition with procedures and server reports | Blocker | amv2 |<br/>| [HBASE-21644](https://issues.apache.org/jira/browse/HBASE-21644) | Modify table procedure runs infinitely for a table having region replication \> 1 | Critical | Admin |<br/>| [HBASE-21733](https://issues.apache.org/jira/browse/HBASE-21733) | SnapshotQuotaObserverChore should only fetch space quotas | Major | . |<br/>| [HBASE-21699](https://issues.apache.org/jira/browse/HBASE-21699) | Create table failed when using SPLITS\_FILE =\> 'splits.txt' | Blocker | Client, shell |<br/>| [HBASE-21535](https://issues.apache.org/jira/browse/HBASE-21535) | Zombie Master detector is not working | Critical | master |<br/>| [HBASE-21770](https://issues.apache.org/jira/browse/HBASE-21770) | Should deal with meta table in HRegionLocator.getAllRegionLocations | Major | Client |<br/>| [HBASE-21754](https://issues.apache.org/jira/browse/HBASE-21754) | ReportRegionStateTransitionRequest should be executed in priority executor | Major | . |<br/>| [HBASE-21475](https://issues.apache.org/jira/browse/HBASE-21475) | Put mutation (having TTL set) added via co-processor is retrieved even after TTL expires | Major | Coprocessors |<br/>| [HBASE-21749](https://issues.apache.org/jira/browse/HBASE-21749) | RS UI may throw NPE and make rs-status page inaccessible with multiwal and replication | Major | Replication, UI |<br/>| [HBASE-21746](https://issues.apache.org/jira/browse/HBASE-21746) | Fix two concern cases in RegionMover | Major | . |<br/>| [HBASE-21732](https://issues.apache.org/jira/browse/HBASE-21732) | Should call toUpperCase before using Enum.valueOf in some methods for ColumnFamilyDescriptor | Critical | Client |<br/>| [HBASE-21704](https://issues.apache.org/jira/browse/HBASE-21704) | The implementation of DistributedHBaseCluster.getServerHoldingRegion is incorrect | Major | . |<br/>| [HBASE-20917](https://issues.apache.org/jira/browse/HBASE-20917) | MetaTableMetrics#stop references uninitialized requestsMap for non-meta region | Major | meta, metrics |<br/>| [HBASE-21639](https://issues.apache.org/jira/browse/HBASE-21639) | maxHeapUsage value not read properly from config during EntryBuffers initialization | Minor | . |<br/>| [HBASE-21225](https://issues.apache.org/jira/browse/HBASE-21225) | Having RPC & Space quota on a table/Namespace doesn't allow space quota to be removed using 'NONE' | Major | . |<br/>| [HBASE-21707](https://issues.apache.org/jira/browse/HBASE-21707) | Fix warnings in hbase-rsgroup module and also make the UTs more stable | Major | Region Assignment, rsgroup |<br/>| [HBASE-20220](https://issues.apache.org/jira/browse/HBASE-20220) | [RSGroup] Check if table exists in the cluster before moving it to the specified regionserver group | Major | rsgroup |<br/>| [HBASE-21691](https://issues.apache.org/jira/browse/HBASE-21691) | Fix flaky test TestRecoveredEdits | Major | . |<br/>| [HBASE-21695](https://issues.apache.org/jira/browse/HBASE-21695) | Fix flaky test TestRegionServerAbortTimeout | Major | . |<br/>| [HBASE-21614](https://issues.apache.org/jira/browse/HBASE-21614) | RIT recovery with ServerCrashProcedure doesn't account for all regions | Critical | amv2 |<br/>| [HBASE-21618](https://issues.apache.org/jira/browse/HBASE-21618) | Scan with the same startRow(inclusive=true) and stopRow(inclusive=false) returns one result | Critical | Client |<br/>| [HBASE-21683](https://issues.apache.org/jira/browse/HBASE-21683) | Reset readsEnabled flag after successfully flushing the primary region | Critical | read replicas |<br/>| [HBASE-21630](https://issues.apache.org/jira/browse/HBASE-21630) | [shell] Define ENDKEY == STOPROW (we have ENDROW) | Trivial | shell |<br/>| [HBASE-21547](https://issues.apache.org/jira/browse/HBASE-21547) | Precommit uses master flaky list for other branches | Major | test |<br/>| [HBASE-21660](https://issues.apache.org/jira/browse/HBASE-21660) | Apply the cell to right memstore for increment/append operation | Major | . |<br/>| [HBASE-21646](https://issues.apache.org/jira/browse/HBASE-21646) | Flakey TestTableSnapshotInputFormat; DisableTable not completing... | Major | test |<br/>| [HBASE-21545](https://issues.apache.org/jira/browse/HBASE-21545) | NEW\_VERSION\_BEHAVIOR breaks Get/Scan with specified columns | Major | API |<br/>| [HBASE-21629](https://issues.apache.org/jira/browse/HBASE-21629) | draining\_servers.rb is broken | Major | scripts |<br/>| [HBASE-21621](https://issues.apache.org/jira/browse/HBASE-21621) | Reversed scan does not return expected number of rows | Critical | Scanners |<br/>| [HBASE-21620](https://issues.apache.org/jira/browse/HBASE-21620) | Problem in scan query when using more than one column prefix filter in some cases. | Major | Scanners |<br/>| [HBASE-21610](https://issues.apache.org/jira/browse/HBASE-21610) | numOpenConnections metric is set to -1 when zero server channel exist | Minor | metrics |<br/>| [HBASE-21498](https://issues.apache.org/jira/browse/HBASE-21498) | Master OOM when SplitTableRegionProcedure new CacheConfig and instantiate a new BlockCache | Major | . |<br/>| [HBASE-21592](https://issues.apache.org/jira/browse/HBASE-21592) | quota.addGetResult(r) throw NPE | Major | . |<br/>| [HBASE-21589](https://issues.apache.org/jira/browse/HBASE-21589) | TestCleanupMetaWAL fails | Blocker | test, wal |<br/>| [HBASE-21575](https://issues.apache.org/jira/browse/HBASE-21575) | memstore above high watermark message is logged too much | Minor | logging, regionserver |<br/>| [HBASE-21582](https://issues.apache.org/jira/browse/HBASE-21582) | If call HBaseAdmin#snapshotAsync but forget call isSnapshotFinished, then SnapshotHFileCleaner will skip to run every time | Major | . |<br/>| [HBASE-21568](https://issues.apache.org/jira/browse/HBASE-21568) | Disable use of BlockCache for LoadIncrementalHFiles | Major | Client |<br/>| [HBASE-21453](https://issues.apache.org/jira/browse/HBASE-21453) | Convert ReadOnlyZKClient to DEBUG instead of INFO | Major | logging, Zookeeper |<br/>| [HBASE-21559](https://issues.apache.org/jira/browse/HBASE-21559) | The RestoreSnapshotFromClientTestBase related UT are flaky | Major | . |<br/>| [HBASE-21551](https://issues.apache.org/jira/browse/HBASE-21551) | Memory leak when use scan with STREAM at server side | Blocker | regionserver |<br/>| [HBASE-21550](https://issues.apache.org/jira/browse/HBASE-21550) | Add a new method preCreateTableRegionInfos for MasterObserver which allows CPs to modify the TableDescriptor | Major | Coprocessors |<br/>| [HBASE-21479](https://issues.apache.org/jira/browse/HBASE-21479) | Individual tests in TestHRegionReplayEvents class are failing | Major | . |<br/>| [HBASE-21518](https://issues.apache.org/jira/browse/HBASE-21518) | TestMasterFailoverWithProcedures is flaky | Major | . |<br/>| [HBASE-21504](https://issues.apache.org/jira/browse/HBASE-21504) | If enable FIFOCompactionPolicy, a compaction may write a "empty" hfile whose maxTimeStamp is long max. This kind of hfile will never be archived. | Critical | Compaction |<br/>| [HBASE-21300](https://issues.apache.org/jira/browse/HBASE-21300) | Fix the wrong reference file path when restoring snapshots for tables with MOB columns | Major | . |<br/>| [HBASE-21507](https://issues.apache.org/jira/browse/HBASE-21507) | Compaction failed when execute AbstractMultiFileWriter.beforeShipped() method | Major | Compaction, regionserver |<br/>| [HBASE-21387](https://issues.apache.org/jira/browse/HBASE-21387) | Race condition surrounding in progress snapshot handling in snapshot cache leads to loss of snapshot files | Major | snapshots |<br/>| [HBASE-21503](https://issues.apache.org/jira/browse/HBASE-21503) | Replication normal source can get stuck due potential race conditions between source wal reader and wal provider initialization threads. | Blocker | Replication |<br/>| [HBASE-21466](https://issues.apache.org/jira/browse/HBASE-21466) | WALProcedureStore uses wrong FileSystem if wal.dir is not under rootdir | Major | . |<br/>| [HBASE-21445](https://issues.apache.org/jira/browse/HBASE-21445) | CopyTable by bulkload will write hfile into yarn's HDFS | Major | mapreduce |<br/>| [HBASE-21437](https://issues.apache.org/jira/browse/HBASE-21437) | Bypassed procedure throw IllegalArgumentException when its state is WAITING\_TIMEOUT | Major | . |<br/>| [HBASE-21439](https://issues.apache.org/jira/browse/HBASE-21439) | StochasticLoadBalancer RegionLoads aren’t being used in RegionLoad cost functions | Major | Balancer |<br/>| [HBASE-20604](https://issues.apache.org/jira/browse/HBASE-20604) | ProtobufLogReader#readNext can incorrectly loop to the same position in the stream until the the WAL is rolled | Critical | Replication, wal |<br/>| [HBASE-21247](https://issues.apache.org/jira/browse/HBASE-21247) | Custom Meta WAL Provider doesn't default to custom WAL Provider whose configuration value is outside the enums in Providers | Major | wal |<br/>| [HBASE-21430](https://issues.apache.org/jira/browse/HBASE-21430) | [hbase-connectors] Move hbase-spark\* modules to hbase-connectors repo | Major | hbase-connectors, spark |<br/>| [HBASE-21438](https://issues.apache.org/jira/browse/HBASE-21438) | TestAdmin2#testGetProcedures fails due to FailedProcedure inaccessible | Major | . |<br/>| [HBASE-21425](https://issues.apache.org/jira/browse/HBASE-21425) | 2.1.1 fails to start over 1.x data; namespace not assigned | Critical | amv2 |<br/>| [HBASE-21407](https://issues.apache.org/jira/browse/HBASE-21407) | Resolve NPE in backup Master UI | Minor | UI |<br/>| [HBASE-21422](https://issues.apache.org/jira/browse/HBASE-21422) | NPE in TestMergeTableRegionsProcedure.testMergeWithoutPONR | Major | proc-v2, test |<br/>| [HBASE-21424](https://issues.apache.org/jira/browse/HBASE-21424) | Change flakies and nightlies so scheduled less often | Major | build |<br/>| [HBASE-21417](https://issues.apache.org/jira/browse/HBASE-21417) | Pre commit build is broken due to surefire plugin crashes | Critical | build |<br/>| [HBASE-21371](https://issues.apache.org/jira/browse/HBASE-21371) | Hbase unable to compile against Hadoop trunk (3.3.0-SNAPSHOT) due to license error | Major | . |<br/>| [HBASE-21391](https://issues.apache.org/jira/browse/HBASE-21391) | RefreshPeerProcedure should also wait master initialized before executing | Major | Replication |<br/>| [HBASE-21342](https://issues.apache.org/jira/browse/HBASE-21342) | FileSystem in use may get closed by other bulk load call in secure bulkLoad | Major | . |<br/>| [HBASE-21349](https://issues.apache.org/jira/browse/HBASE-21349) | Cluster is going down but CatalogJanitor and Normalizer try to run and fail noisely | Minor | . |<br/>| [HBASE-21356](https://issues.apache.org/jira/browse/HBASE-21356) | bulkLoadHFile API should ensure that rs has the source hfile's write permission | Major | . |<br/>| [HBASE-21355](https://issues.apache.org/jira/browse/HBASE-21355) | HStore's storeSize is calculated repeatedly which causing the confusing region split | Blocker | regionserver |<br/>| [HBASE-21334](https://issues.apache.org/jira/browse/HBASE-21334) | TestMergeTableRegionsProcedure is flakey | Major | amv2, proc-v2, test |<br/>| [HBASE-21178](https://issues.apache.org/jira/browse/HBASE-21178) | [BC break] : Get and Scan operation with a custom converter\_class not working | Critical | shell |<br/>| [HBASE-21200](https://issues.apache.org/jira/browse/HBASE-21200) | Memstore flush doesn't finish because of seekToPreviousRow() in memstore scanner. | Critical | Scanners |<br/>| [HBASE-21292](https://issues.apache.org/jira/browse/HBASE-21292) | IdLock.getLockEntry() may hang if interrupted | Major | . |<br/>| [HBASE-21335](https://issues.apache.org/jira/browse/HBASE-21335) | Change the default wait time of HBCK2 tool | Critical | . |<br/>| [HBASE-21291](https://issues.apache.org/jira/browse/HBASE-21291) | Add a test for bypassing stuck state-machine procedures | Major | . |<br/>| [HBASE-21055](https://issues.apache.org/jira/browse/HBASE-21055) | NullPointerException when balanceOverall() but server balance info is null | Major | Balancer |<br/>| [HBASE-21327](https://issues.apache.org/jira/browse/HBASE-21327) | Fix minor logging issue where we don't report servername if no associated SCP | Trivial | amv2 |<br/>| [HBASE-21320](https://issues.apache.org/jira/browse/HBASE-21320) | [canary] Cleanup of usage and add commentary | Major | canary |<br/>| [HBASE-21266](https://issues.apache.org/jira/browse/HBASE-21266) | Not running balancer because processing dead regionservers, but empty dead rs list | Major | . |<br/>| [HBASE-21260](https://issues.apache.org/jira/browse/HBASE-21260) | The whole balancer plans might be aborted if there are more than one plans to move a same region | Major | Balancer, master |<br/>| [HBASE-21280](https://issues.apache.org/jira/browse/HBASE-21280) | Add anchors for each heading in UI | Trivial | UI, Usability |<br/>| [HBASE-20764](https://issues.apache.org/jira/browse/HBASE-20764) | build broken when latest commit is gpg signed | Critical | build |<br/>| [HBASE-18549](https://issues.apache.org/jira/browse/HBASE-18549) | Unclaimed replication queues can go undetected | Critical | Replication |<br/>| [HBASE-21248](https://issues.apache.org/jira/browse/HBASE-21248) | Implement exponential backoff when retrying for ModifyPeerProcedure | Major | proc-v2, Replication |<br/>| [HBASE-21196](https://issues.apache.org/jira/browse/HBASE-21196) | HTableMultiplexer clears the meta cache after every put operation | Critical | Performance |<br/>| [HBASE-19418](https://issues.apache.org/jira/browse/HBASE-19418) | RANGE\_OF\_DELAY in PeriodicMemstoreFlusher should be configurable. | Minor | . |<br/>| [HBASE-18451](https://issues.apache.org/jira/browse/HBASE-18451) | PeriodicMemstoreFlusher should inspect the queue before adding a delayed flush request | Major | regionserver |<br/>| [HBASE-21228](https://issues.apache.org/jira/browse/HBASE-21228) | Memory leak since AbstractFSWAL caches Thread object and never clean later | Critical | wal |<br/>| [HBASE-20766](https://issues.apache.org/jira/browse/HBASE-20766) | Verify Replication Tool Has Typo "remove cluster" | Trivial | . |<br/>| [HBASE-21232](https://issues.apache.org/jira/browse/HBASE-21232) | Show table state in Tables view on Master home page | Major | Operability, UI |<br/>| [HBASE-21212](https://issues.apache.org/jira/browse/HBASE-21212) | Wrong flush time when update flush metric | Minor | . |<br/>| [HBASE-21208](https://issues.apache.org/jira/browse/HBASE-21208) | Bytes#toShort doesn't work without unsafe | Critical | . |<br/>| [HBASE-20704](https://issues.apache.org/jira/browse/HBASE-20704) | Sometimes some compacted storefiles are not archived on region close | Critical | Compaction |<br/>| [HBASE-21203](https://issues.apache.org/jira/browse/HBASE-21203) | TestZKMainServer#testCommandLineWorks won't pass with default 4lw whitelist | Minor | test, Zookeeper |<br/>| [HBASE-21102](https://issues.apache.org/jira/browse/HBASE-21102) | ServerCrashProcedure should select target server where no other replicas exist for the current region | Major | Region Assignment |<br/>| [HBASE-21206](https://issues.apache.org/jira/browse/HBASE-21206) | Scan with batch size may return incomplete cells | Critical | Scanners |<br/>| [HBASE-21182](https://issues.apache.org/jira/browse/HBASE-21182) | Failed to execute start-hbase.sh | Major | . |<br/>| [HBASE-21179](https://issues.apache.org/jira/browse/HBASE-21179) | Fix the number of actions in responseTooSlow log | Major | logging, rpc |<br/>| [HBASE-21174](https://issues.apache.org/jira/browse/HBASE-21174) | [REST] Failed to parse empty qualifier in TableResource#getScanResource | Major | REST |<br/>| [HBASE-21181](https://issues.apache.org/jira/browse/HBASE-21181) | Use the same filesystem for wal archive directory and wal directory | Major | . |<br/>| [HBASE-21021](https://issues.apache.org/jira/browse/HBASE-21021) | Result returned by Append operation should be ordered | Major | . |<br/>| [HBASE-21173](https://issues.apache.org/jira/browse/HBASE-21173) | Remove the duplicate HRegion#close in TestHRegion | Minor | test |<br/>| [HBASE-21144](https://issues.apache.org/jira/browse/HBASE-21144) | AssignmentManager.waitForAssignment is not stable | Major | amv2, test |<br/>| [HBASE-21143](https://issues.apache.org/jira/browse/HBASE-21143) | Update findbugs-maven-plugin to 3.0.4 | Major | pom |<br/>| [HBASE-21171](https://issues.apache.org/jira/browse/HBASE-21171) | [amv2] Tool to parse a directory of MasterProcWALs standalone | Major | amv2, test |<br/>| [HBASE-21052](https://issues.apache.org/jira/browse/HBASE-21052) | After restoring a snapshot, table.jsp page for the table gets stuck | Major | snapshots |<br/>| [HBASE-21001](https://issues.apache.org/jira/browse/HBASE-21001) | ReplicationObserver fails to load in HBase 2.0.0 | Major | . |<br/>| [HBASE-20741](https://issues.apache.org/jira/browse/HBASE-20741) | Split of a region with replicas creates all daughter regions and its replica in same server | Major | read replicas |<br/>| [HBASE-21127](https://issues.apache.org/jira/browse/HBASE-21127) | TableRecordReader need to handle cursor result too | Major | . |<br/>| [HBASE-20892](https://issues.apache.org/jira/browse/HBASE-20892) | [UI] Start / End keys are empty on table.jsp | Major | . |<br/>| [HBASE-21136](https://issues.apache.org/jira/browse/HBASE-21136) | NPE in MetricsTableSourceImpl.updateFlushTime | Major | metrics |<br/>| [HBASE-21132](https://issues.apache.org/jira/browse/HBASE-21132) | return wrong result in rest multiget | Major | . |<br/>| [HBASE-21128](https://issues.apache.org/jira/browse/HBASE-21128) | TestAsyncRegionAdminApi.testAssignRegionAndUnassignRegion is broken | Major | test |<br/>| [HBASE-20940](https://issues.apache.org/jira/browse/HBASE-20940) | HStore.cansplit should not allow split to happen if it has references | Major | . |<br/>| [HBASE-21084](https://issues.apache.org/jira/browse/HBASE-21084) | When cloning a snapshot including a split parent region, the split parent region of the cloned table will be online | Major | snapshots |<br/>| [HBASE-20968](https://issues.apache.org/jira/browse/HBASE-20968) | list\_procedures\_test fails due to no matching regex | Major | shell, test |<br/>| [HBASE-21030](https://issues.apache.org/jira/browse/HBASE-21030) | Correct javadoc for append operation | Minor | documentation |<br/>| [HBASE-21088](https://issues.apache.org/jira/browse/HBASE-21088) | HStoreFile should be closed in HStore#hasReferences | Major | . |<br/>| [HBASE-20890](https://issues.apache.org/jira/browse/HBASE-20890) | PE filterScan seems to be stuck forever | Minor | . |<br/>| [HBASE-20772](https://issues.apache.org/jira/browse/HBASE-20772) | Controlled shutdown fills Master log with the disturbing message "No matching procedure found for rit=OPEN, location=ZZZZ, table=YYYYY, region=XXXX transition to CLOSED | Major | logging |<br/>| [HBASE-20978](https://issues.apache.org/jira/browse/HBASE-20978) | [amv2] Worker terminating UNNATURALLY during MoveRegionProcedure | Critical | amv2 |<br/>| [HBASE-21078](https://issues.apache.org/jira/browse/HBASE-21078) | [amv2] CODE-BUG NPE in RTP doing Unassign | Major | amv2 |<br/>| [HBASE-21113](https://issues.apache.org/jira/browse/HBASE-21113) | Apply the branch-2 version of HBASE-21095, The timeout retry logic for several procedures are broken after master restarts | Major | amv2 |<br/>| [HBASE-21101](https://issues.apache.org/jira/browse/HBASE-21101) | Remove the waitUntilAllRegionsAssigned call after split in TestTruncateTableProcedure | Major | test |<br/>| [HBASE-19008](https://issues.apache.org/jira/browse/HBASE-19008) | Add missing equals or hashCode method(s) to stock Filter implementations | Major | . |<br/>| [HBASE-20614](https://issues.apache.org/jira/browse/HBASE-20614) | REST scan API with incorrect filter text file throws HTTP 503 Service Unavailable error | Minor | REST |<br/>| [HBASE-21041](https://issues.apache.org/jira/browse/HBASE-21041) | Memstore's heap size will be decreased to minus zero after flush | Major | . |<br/>| [HBASE-21031](https://issues.apache.org/jira/browse/HBASE-21031) | Memory leak if replay edits failed during region opening | Major | . |<br/>| [HBASE-20666](https://issues.apache.org/jira/browse/HBASE-20666) | Unsuccessful table creation leaves entry in hbase:rsgroup table | Minor | . |<br/>| [HBASE-21032](https://issues.apache.org/jira/browse/HBASE-21032) | ScanResponses contain only one cell each | Major | Performance, Scanners |<br/>| [HBASE-20705](https://issues.apache.org/jira/browse/HBASE-20705) | Having RPC Quota on a table prevents Space quota to be recreated/removed | Major | . |<br/>| [HBASE-21058](https://issues.apache.org/jira/browse/HBASE-21058) | Nightly tests for branches 1 fail to build ref guide | Major | documentation |<br/>| [HBASE-21074](https://issues.apache.org/jira/browse/HBASE-21074) | JDK7 branches need to pass "-Dhttps.protocols=TLSv1.2" to maven when building | Major | build, community, test |<br/>| [HBASE-21062](https://issues.apache.org/jira/browse/HBASE-21062) | WALFactory has misleading notion of "default" | Major | wal |<br/>| [HBASE-21047](https://issues.apache.org/jira/browse/HBASE-21047) | Object creation of StoreFileScanner thru constructor and close may leave refCount to -1 | Major | . |<br/>| [HBASE-21005](https://issues.apache.org/jira/browse/HBASE-21005) | Maven site configuration causes downstream projects to get a directory named ${project.basedir} | Minor | build |<br/>| [HBASE-21007](https://issues.apache.org/jira/browse/HBASE-21007) | Memory leak in HBase rest server | Critical | REST |<br/>| [HBASE-20794](https://issues.apache.org/jira/browse/HBASE-20794) | CreateTable operation does not log its landing at the master nor the initiator at INFO level | Major | logging |<br/>| [HBASE-20538](https://issues.apache.org/jira/browse/HBASE-20538) | Upgrade our hadoop versions to 2.7.7 and 3.0.3 | Critical | java, security |<br/>| [HBASE-20927](https://issues.apache.org/jira/browse/HBASE-20927) | RSGroupAdminEndpoint doesn't handle clearing dead servers if they are not processed yet. | Major | . |<br/>| [HBASE-20932](https://issues.apache.org/jira/browse/HBASE-20932) | Effective MemStoreSize::hashCode() | Major | . |<br/>| [HBASE-20928](https://issues.apache.org/jira/browse/HBASE-20928) | Rewrite calculation of midpoint in binarySearch functions to prevent overflow | Minor | io |<br/>| [HBASE-20565](https://issues.apache.org/jira/browse/HBASE-20565) | ColumnRangeFilter combined with ColumnPaginationFilter can produce incorrect result since 1.4 | Major | Filters |<br/>| [HBASE-20908](https://issues.apache.org/jira/browse/HBASE-20908) | Infinite loop on regionserver if region replica are reduced | Major | read replicas |<br/>| [HBASE-19893](https://issues.apache.org/jira/browse/HBASE-19893) | restore\_snapshot is broken in master branch when region splits | Critical | snapshots |<br/>| [HBASE-20870](https://issues.apache.org/jira/browse/HBASE-20870) | Wrong HBase root dir in ITBLL's Search Tool | Minor | integration tests |<br/>| [HBASE-20901](https://issues.apache.org/jira/browse/HBASE-20901) | Reducing region replica has no effect | Major | . |<br/>| [HBASE-6028](https://issues.apache.org/jira/browse/HBASE-6028) | Implement a cancel for in-progress compactions | Minor | regionserver |<br/>| [HBASE-20869](https://issues.apache.org/jira/browse/HBASE-20869) | Endpoint-based Export use incorrect user to write to destination | Major | Coprocessors |<br/>| [HBASE-20879](https://issues.apache.org/jira/browse/HBASE-20879) | Compacting memstore config should handle lower case | Major | . |<br/>| [HBASE-20865](https://issues.apache.org/jira/browse/HBASE-20865) | CreateTableProcedure is stuck in retry loop in CREATE\_TABLE\_WRITE\_FS\_LAYOUT state | Major | amv2 |<br/>| [HBASE-19572](https://issues.apache.org/jira/browse/HBASE-19572) | RegionMover should use the configured default port number and not the one from HConstants | Major | . |<br/>| [HBASE-20697](https://issues.apache.org/jira/browse/HBASE-20697) | Can't cache All region locations of the specify table by calling table.getRegionLocator().getAllRegionLocations() | Major | meta |<br/>| [HBASE-20791](https://issues.apache.org/jira/browse/HBASE-20791) | RSGroupBasedLoadBalancer#setClusterMetrics should pass ClusterMetrics to its internalBalancer | Major | Balancer, rsgroup |<br/>| [HBASE-20770](https://issues.apache.org/jira/browse/HBASE-20770) | WAL cleaner logs way too much; gets clogged when lots of work to do | Critical | logging |<br/><br/><br/>### TESTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-21963](https://issues.apache.org/jira/browse/HBASE-21963) | Add a script for building and verifying release candidate | Minor | community, scripts |<br/>| [HBASE-21756](https://issues.apache.org/jira/browse/HBASE-21756) | Backport HBASE-21279 (Split TestAdminShell into several tests) to branch-2 | Major | . |<br/>| [HBASE-20136](https://issues.apache.org/jira/browse/HBASE-20136) | TestKeyValue misses ClassRule and Category annotations | Minor | . |<br/>| [HBASE-21261](https://issues.apache.org/jira/browse/HBASE-21261) | Add log4j.properties for hbase-rsgroup tests | Trivial | . |<br/>| [HBASE-21258](https://issues.apache.org/jira/browse/HBASE-21258) | Add resetting of flags for RS Group pre/post hooks in TestRSGroups | Major | . |<br/>| [HBASE-21097](https://issues.apache.org/jira/browse/HBASE-21097) | Flush pressure assertion may fail in testFlushThroughputTuning | Major | regionserver |<br/>| [HBASE-21138](https://issues.apache.org/jira/browse/HBASE-21138) | Close HRegion instance at the end of every test in TestHRegion | Major | . |<br/>| [HBASE-21161](https://issues.apache.org/jira/browse/HBASE-21161) | Enable the test added in HBASE-20741 that was removed accidentally | Minor | . |<br/>| [HBASE-21076](https://issues.apache.org/jira/browse/HBASE-21076) | TestTableResource fails with NPE | Major | REST, test |<br/>| [HBASE-20907](https://issues.apache.org/jira/browse/HBASE-20907) | Fix Intermittent failure on TestProcedurePriority | Major | . |<br/>| [HBASE-20838](https://issues.apache.org/jira/browse/HBASE-20838) | Include hbase-server in precommit test if CommonFSUtils is changed | Major | . |<br/><br/><br/>### SUB-TASKS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-21970](https://issues.apache.org/jira/browse/HBASE-21970) | Document that how to upgrade from 2.0 or 2.1 to 2.2+ | Major | . |<br/>| [HBASE-22357](https://issues.apache.org/jira/browse/HBASE-22357) | Fix remaining Checkstyle issues in hbase-replication | Trivial | Replication |<br/>| [HBASE-22554](https://issues.apache.org/jira/browse/HBASE-22554) | Upgrade to surefire 2.22.2 | Major | test |<br/>| [HBASE-22500](https://issues.apache.org/jira/browse/HBASE-22500) | Modify pom and jenkins jobs for hadoop versions | Blocker | build, hadoop2, hadoop3 |<br/>| [HBASE-22316](https://issues.apache.org/jira/browse/HBASE-22316) | Record the stack trace for current thread in FutureUtils.get | Major | asyncclient, Client |<br/>| [HBASE-22326](https://issues.apache.org/jira/browse/HBASE-22326) | Fix Checkstyle errors in hbase-examples | Minor | . |<br/>| [HBASE-22327](https://issues.apache.org/jira/browse/HBASE-22327) | Fix remaining Checkstyle issues in hbase-hadoop-compat | Trivial | . |<br/>| [HBASE-22478](https://issues.apache.org/jira/browse/HBASE-22478) | Add jackson dependency for hbase-http module | Major | build, dependencies |<br/>| [HBASE-22445](https://issues.apache.org/jira/browse/HBASE-22445) | Add file info when throw exceptions in HFileReaderImpl | Major | . |<br/>| [HBASE-22447](https://issues.apache.org/jira/browse/HBASE-22447) | Check refCount before free block in BucketCache | Major | BucketCache |<br/>| [HBASE-22400](https://issues.apache.org/jira/browse/HBASE-22400) | Remove the adapter code in async fs implementation for hadoop-2.7.x | Major | wal |<br/>| [HBASE-22430](https://issues.apache.org/jira/browse/HBASE-22430) | hbase-vote should tee build and test output to console | Trivial | . |<br/>| [HBASE-22429](https://issues.apache.org/jira/browse/HBASE-22429) | hbase-vote download step requires URL to end with '/' | Trivial | . |<br/>| [HBASE-22405](https://issues.apache.org/jira/browse/HBASE-22405) | Update Ref Guide for EOL of Hadoop 2.7 | Major | community, documentation |<br/>| [HBASE-22325](https://issues.apache.org/jira/browse/HBASE-22325) | AsyncRpcRetryingCaller will not schedule retry if we hit a NotServingRegionException but there is no TableName provided | Major | asyncclient, Client |<br/>| [HBASE-22322](https://issues.apache.org/jira/browse/HBASE-22322) | Use special pause for CallQueueTooBigException | Major | asyncclient, Client |<br/>| [HBASE-22317](https://issues.apache.org/jira/browse/HBASE-22317) | Support reading from meta replicas | Major | asyncclient, read replicas |<br/>| [HBASE-22261](https://issues.apache.org/jira/browse/HBASE-22261) | Make use of ClusterStatusListener for async client | Major | asyncclient |<br/>| [HBASE-22267](https://issues.apache.org/jira/browse/HBASE-22267) | Implement client push back for async client | Major | asyncclient |<br/>| [HBASE-19763](https://issues.apache.org/jira/browse/HBASE-19763) | Fix Checkstyle errors in hbase-procedure | Minor | . |<br/>| [HBASE-22244](https://issues.apache.org/jira/browse/HBASE-22244) | Make use of MetricsConnection in async client | Major | asyncclient, metrics |<br/>| [HBASE-22196](https://issues.apache.org/jira/browse/HBASE-22196) | Split TestRestartCluster | Major | test |<br/>| [HBASE-22117](https://issues.apache.org/jira/browse/HBASE-22117) | Move hasPermission/checkPermissions from region server to master | Major | . |<br/>| [HBASE-21886](https://issues.apache.org/jira/browse/HBASE-21886) | Run ITBLL for branch-2.2 | Major | . |<br/>| [HBASE-22155](https://issues.apache.org/jira/browse/HBASE-22155) | Move 2.2.0 on to hbase-thirdparty-2.2.0 | Major | thirdparty |<br/>| [HBASE-22153](https://issues.apache.org/jira/browse/HBASE-22153) | Fix the flaky TestRestartCluster | Major | test |<br/>| [HBASE-22152](https://issues.apache.org/jira/browse/HBASE-22152) | Create a jenkins file for yetus to processing GitHub PR | Major | build |<br/>| [HBASE-22158](https://issues.apache.org/jira/browse/HBASE-22158) | RawAsyncHBaseAdmin.getTableSplits should filter out none default replicas | Major | Admin |<br/>| [HBASE-22157](https://issues.apache.org/jira/browse/HBASE-22157) | Include the cause when constructing RestoreSnapshotException in restoreSnapshot | Major | Admin |<br/>| [HBASE-22141](https://issues.apache.org/jira/browse/HBASE-22141) | Fix TestAsyncDecommissionAdminApi | Major | test |<br/>| [HBASE-22135](https://issues.apache.org/jira/browse/HBASE-22135) | AsyncAdmin will not refresh master address | Major | Admin, asyncclient, Client |<br/>| [HBASE-22101](https://issues.apache.org/jira/browse/HBASE-22101) | AsyncAdmin.isTableAvailable should not throw TableNotFoundException | Major | Admin, asyncclient, Client |<br/>| [HBASE-22094](https://issues.apache.org/jira/browse/HBASE-22094) | Throw TableNotFoundException if table not exists in AsyncAdmin.compact | Major | Admin |<br/>| [HBASE-21911](https://issues.apache.org/jira/browse/HBASE-21911) | Move getUserPermissions from regionserver to master | Major | . |<br/>| [HBASE-22015](https://issues.apache.org/jira/browse/HBASE-22015) | UserPermission should be annotated as InterfaceAudience.Public | Blocker | . |<br/>| [HBASE-22066](https://issues.apache.org/jira/browse/HBASE-22066) | Add markers to CHANGES.md and RELEASENOTES.md | Major | . |<br/>| [HBASE-22040](https://issues.apache.org/jira/browse/HBASE-22040) | Add mergeRegionsAsync with a List of region names method in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22039](https://issues.apache.org/jira/browse/HBASE-22039) | Should add the synchronous parameter for the XXXSwitch method in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22022](https://issues.apache.org/jira/browse/HBASE-22022) | nightly fails rat check down in the dev-support/hbase\_nightly\_source-artifact.sh check | Major | . |<br/>| [HBASE-22025](https://issues.apache.org/jira/browse/HBASE-22025) | RAT check fails in nightlies; fails on (old) test data files. | Major | . |<br/>| [HBASE-21977](https://issues.apache.org/jira/browse/HBASE-21977) | Skip replay WAL and update seqid when open regions restored from snapshot | Major | Region Assignment, snapshots |<br/>| [HBASE-21999](https://issues.apache.org/jira/browse/HBASE-21999) | [DEBUG] Exit if git returns empty revision! | Major | build |<br/>| [HBASE-22000](https://issues.apache.org/jira/browse/HBASE-22000) | Deprecated isTableAvailable with splitKeys | Major | asyncclient, Client |<br/>| [HBASE-21949](https://issues.apache.org/jira/browse/HBASE-21949) | Fix flaky test TestHBaseTestingUtility.testMiniZooKeeperWithMultipleClientPorts | Major | . |<br/>| [HBASE-21993](https://issues.apache.org/jira/browse/HBASE-21993) | Set version as 2.2.0 in branch-2.2 in prep for first RC | Major | . |<br/>| [HBASE-21997](https://issues.apache.org/jira/browse/HBASE-21997) | Fix hbase-rest findbugs ST\_WRITE\_TO\_STATIC\_FROM\_INSTANCE\_METHOD complaint | Major | REST |<br/>| [HBASE-21986](https://issues.apache.org/jira/browse/HBASE-21986) | Generate CHANGES.md and RELEASENOTES.md for 2.2.0 | Major | . |<br/>| [HBASE-21972](https://issues.apache.org/jira/browse/HBASE-21972) | Copy master doc into branch-2.2 and edit to make it suit 2.2.0 | Major | . |<br/>| [HBASE-15728](https://issues.apache.org/jira/browse/HBASE-15728) | Add remaining per-table region / store / flush / compaction related metrics | Major | metrics |<br/>| [HBASE-21934](https://issues.apache.org/jira/browse/HBASE-21934) | RemoteProcedureDispatcher should track the ongoing dispatched calls | Blocker | proc-v2 |<br/>| [HBASE-21588](https://issues.apache.org/jira/browse/HBASE-21588) | Procedure v2 wal splitting implementation | Major | . |<br/>| [HBASE-21729](https://issues.apache.org/jira/browse/HBASE-21729) | Extract ProcedureCoordinatorRpcs and ProcedureMemberRpcs from CoordinatedStateManager | Major | . |<br/>| [HBASE-21094](https://issues.apache.org/jira/browse/HBASE-21094) | Remove the explicit timeout config for TestTruncateTableProcedure | Major | test |<br/>| [HBASE-21093](https://issues.apache.org/jira/browse/HBASE-21093) | Move TestCreateTableProcedure.testMRegions to a separated file | Major | test |<br/>| [HBASE-18201](https://issues.apache.org/jira/browse/HBASE-18201) | add UT and docs for DataBlockEncodingTool | Minor | tooling |<br/>| [HBASE-21978](https://issues.apache.org/jira/browse/HBASE-21978) | Should close AsyncRegistry if we fail to get cluster id when creating AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21974](https://issues.apache.org/jira/browse/HBASE-21974) | Change Admin#grant/revoke parameter from UserPermission to user and Permission | Major | . |<br/>| [HBASE-21976](https://issues.apache.org/jira/browse/HBASE-21976) | Deal with RetryImmediatelyException for batching request | Major | asyncclient, Client |<br/>| [HBASE-21820](https://issues.apache.org/jira/browse/HBASE-21820) | Implement CLUSTER quota scope | Major | . |<br/>| [HBASE-21962](https://issues.apache.org/jira/browse/HBASE-21962) | Filters do not work in ThriftTable | Major | Thrift |<br/>| [HBASE-21927](https://issues.apache.org/jira/browse/HBASE-21927) | Always fail the locate request when error occur | Major | asyncclient, Client |<br/>| [HBASE-21944](https://issues.apache.org/jira/browse/HBASE-21944) | Validate put for batch operation | Major | asyncclient, Client |<br/>| [HBASE-21945](https://issues.apache.org/jira/browse/HBASE-21945) | Maintain the original order when sending batch request | Major | asyncclient, Client |<br/>| [HBASE-21783](https://issues.apache.org/jira/browse/HBASE-21783) | Support exceed user/table/ns throttle quota if region server has available quota | Major | . |<br/>| [HBASE-21930](https://issues.apache.org/jira/browse/HBASE-21930) | Deal with ScannerResetException when opening region scanner | Major | asyncclient, Client |<br/>| [HBASE-21907](https://issues.apache.org/jira/browse/HBASE-21907) | Should set priority for rpc request | Major | asyncclient, Client |<br/>| [HBASE-21909](https://issues.apache.org/jira/browse/HBASE-21909) | Validate the put instance before executing in AsyncTable.put method | Major | asyncclient, Client |<br/>| [HBASE-21814](https://issues.apache.org/jira/browse/HBASE-21814) | Remove the TODO in AccessControlLists#addUserPermission | Major | . |<br/>| [HBASE-19889](https://issues.apache.org/jira/browse/HBASE-19889) | Revert Workaround: Purge User API building from branch-2 so can make a beta-1 | Major | website |<br/>| [HBASE-21838](https://issues.apache.org/jira/browse/HBASE-21838) | Create a special ReplicationEndpoint just for verifying the WAL entries are fine | Major | Replication, wal |<br/>| [HBASE-21829](https://issues.apache.org/jira/browse/HBASE-21829) | Use FutureUtils.addListener instead of calling whenComplete directly | Major | asyncclient, Client |<br/>| [HBASE-21828](https://issues.apache.org/jira/browse/HBASE-21828) | Make sure we do not return CompletionException when locating region | Major | asyncclient, Client |<br/>| [HBASE-21764](https://issues.apache.org/jira/browse/HBASE-21764) | Size of in-memory compaction thread pool should be configurable | Major | Compaction, in-memory-compaction |<br/>| [HBASE-21809](https://issues.apache.org/jira/browse/HBASE-21809) | Add retry thrift client for ThriftTable/Admin | Major | . |<br/>| [HBASE-21739](https://issues.apache.org/jira/browse/HBASE-21739) | Move grant/revoke from regionserver to master | Major | . |<br/>| [HBASE-21798](https://issues.apache.org/jira/browse/HBASE-21798) | Cut branch-2.2 | Major | . |<br/>| [HBASE-20542](https://issues.apache.org/jira/browse/HBASE-20542) | Better heap utilization for IMC with MSLABs | Major | in-memory-compaction |<br/>| [HBASE-21713](https://issues.apache.org/jira/browse/HBASE-21713) | Support set region server throttle quota | Major | . |<br/>| [HBASE-21761](https://issues.apache.org/jira/browse/HBASE-21761) | Align the methods in RegionLocator and AsyncTableRegionLocator | Major | asyncclient, Client |<br/>| [HBASE-17370](https://issues.apache.org/jira/browse/HBASE-17370) | Fix or provide shell scripts to drain and decommission region server | Major | . |<br/>| [HBASE-21750](https://issues.apache.org/jira/browse/HBASE-21750) | Most of KeyValueUtil#length can be replaced by cell#getSerializedSize for better performance because the latter one has been optimized | Major | . |<br/>| [HBASE-21734](https://issues.apache.org/jira/browse/HBASE-21734) | Some optimization in FilterListWithOR | Major | . |<br/>| [HBASE-21738](https://issues.apache.org/jira/browse/HBASE-21738) | Remove all the CSLM#size operation in our memstore because it's an quite time consuming. | Critical | Performance |<br/>| [HBASE-21034](https://issues.apache.org/jira/browse/HBASE-21034) | Add new throttle type: read/write capacity unit | Major | . |<br/>| [HBASE-21726](https://issues.apache.org/jira/browse/HBASE-21726) | Add getAllRegionLocations method to AsyncTableRegionLocator | Major | asyncclient, Client |<br/>| [HBASE-19695](https://issues.apache.org/jira/browse/HBASE-19695) | Handle disabled table for async client | Major | asyncclient, Client |<br/>| [HBASE-21711](https://issues.apache.org/jira/browse/HBASE-21711) | Remove references to git.apache.org/hbase.git | Critical | . |<br/>| [HBASE-21647](https://issues.apache.org/jira/browse/HBASE-21647) | Add status track for splitting WAL tasks | Major | Operability |<br/>| [HBASE-21705](https://issues.apache.org/jira/browse/HBASE-21705) | Should treat meta table specially for some methods in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-21663](https://issues.apache.org/jira/browse/HBASE-21663) | Add replica scan support | Major | asyncclient, Client, read replicas |<br/>| [HBASE-21580](https://issues.apache.org/jira/browse/HBASE-21580) | Support getting Hbck instance from AsyncConnection | Major | asyncclient, Client, hbck2 |<br/>| [HBASE-21652](https://issues.apache.org/jira/browse/HBASE-21652) | Refactor ThriftServer making thrift2 server inherited from thrift1 server | Major | . |<br/>| [HBASE-21661](https://issues.apache.org/jira/browse/HBASE-21661) | Provide Thrift2 implementation of Table/Admin | Major | . |<br/>| [HBASE-21682](https://issues.apache.org/jira/browse/HBASE-21682) | Support getting from specific replica | Major | read replicas |<br/>| [HBASE-21159](https://issues.apache.org/jira/browse/HBASE-21159) | Add shell command to switch throttle on or off | Major | . |<br/>| [HBASE-21362](https://issues.apache.org/jira/browse/HBASE-21362) | Disable printing of stack-trace in shell when quotas are violated | Minor | shell |<br/>| [HBASE-21361](https://issues.apache.org/jira/browse/HBASE-21361) | Disable printing of stack-trace in shell when quotas are not enabled | Minor | shell |<br/>| [HBASE-17356](https://issues.apache.org/jira/browse/HBASE-17356) | Add replica get support | Major | Client |<br/>| [HBASE-21650](https://issues.apache.org/jira/browse/HBASE-21650) | Add DDL operation and some other miscellaneous to thrift2 | Major | Thrift |<br/>| [HBASE-21401](https://issues.apache.org/jira/browse/HBASE-21401) | Sanity check when constructing the KeyValue | Critical | regionserver |<br/>| [HBASE-21578](https://issues.apache.org/jira/browse/HBASE-21578) | Fix wrong throttling exception for capacity unit | Major | . |<br/>| [HBASE-21570](https://issues.apache.org/jira/browse/HBASE-21570) | Add write buffer periodic flush support for AsyncBufferedMutator | Major | asyncclient, Client |<br/>| [HBASE-21465](https://issues.apache.org/jira/browse/HBASE-21465) | Retry on reportRegionStateTransition can lead to unexpected errors | Major | amv2 |<br/>| [HBASE-21508](https://issues.apache.org/jira/browse/HBASE-21508) | Ignore the reportRegionStateTransition call from a dead server | Major | amv2 |<br/>| [HBASE-21490](https://issues.apache.org/jira/browse/HBASE-21490) | WALProcedure may remove proc wal files still with active procedures | Major | proc-v2 |<br/>| [HBASE-21377](https://issues.apache.org/jira/browse/HBASE-21377) | Add debug log for procedure stack id related operations | Major | proc-v2 |<br/>| [HBASE-21472](https://issues.apache.org/jira/browse/HBASE-21472) | Should not persist the dispatched field for RegionRemoteProcedureBase | Major | amv2 |<br/>| [HBASE-21473](https://issues.apache.org/jira/browse/HBASE-21473) | RowIndexSeekerV1 may return cell with extra two \\x00\\x00 bytes which has no tags | Major | . |<br/>| [HBASE-21463](https://issues.apache.org/jira/browse/HBASE-21463) | The checkOnlineRegionsReport can accidentally complete a TRSP | Critical | amv2 |<br/>| [HBASE-21376](https://issues.apache.org/jira/browse/HBASE-21376) | Add some verbose log to MasterProcedureScheduler | Major | logging, proc-v2 |<br/>| [HBASE-21443](https://issues.apache.org/jira/browse/HBASE-21443) | [hbase-connectors] Purge hbase-\* modules from core now they've been moved to hbase-connectors | Major | hbase-connectors, spark |<br/>| [HBASE-21421](https://issues.apache.org/jira/browse/HBASE-21421) | Do not kill RS if reportOnlineRegions fails | Major | . |<br/>| [HBASE-21314](https://issues.apache.org/jira/browse/HBASE-21314) | The implementation of BitSetNode is not efficient | Major | proc-v2 |<br/>| [HBASE-21351](https://issues.apache.org/jira/browse/HBASE-21351) | The force update thread may have race with PE worker when the procedure is rolling back | Critical | proc-v2 |<br/>| [HBASE-21191](https://issues.apache.org/jira/browse/HBASE-21191) | Add a holding-pattern if no assign for meta or namespace (Can happen if masterprocwals have been cleared). | Major | amv2 |<br/>| [HBASE-21322](https://issues.apache.org/jira/browse/HBASE-21322) | Add a scheduleServerCrashProcedure() API to HbckService | Critical | hbck2 |<br/>| [HBASE-21375](https://issues.apache.org/jira/browse/HBASE-21375) | Revisit the lock and queue implementation in MasterProcedureScheduler | Major | proc-v2 |<br/>| [HBASE-20973](https://issues.apache.org/jira/browse/HBASE-20973) | ArrayIndexOutOfBoundsException when rolling back procedure | Critical | amv2 |<br/>| [HBASE-21384](https://issues.apache.org/jira/browse/HBASE-21384) | Procedure with holdlock=false should not be restored lock when restarts | Blocker | . |<br/>| [HBASE-21364](https://issues.apache.org/jira/browse/HBASE-21364) | Procedure holds the lock should put to front of the queue after restart | Blocker | . |<br/>| [HBASE-21215](https://issues.apache.org/jira/browse/HBASE-21215) | Figure how to invoke hbck2; make it easy to find | Major | amv2, hbck2 |<br/>| [HBASE-21372](https://issues.apache.org/jira/browse/HBASE-21372) | Set hbase.assignment.maximum.attempts to Long.MAX | Major | amv2 |<br/>| [HBASE-21363](https://issues.apache.org/jira/browse/HBASE-21363) | Rewrite the buildingHoldCleanupTracker method in WALProcedureStore | Major | proc-v2 |<br/>| [HBASE-21338](https://issues.apache.org/jira/browse/HBASE-21338) | [balancer] If balancer is an ill-fit for cluster size, it gives little indication | Major | Balancer, Operability |<br/>| [HBASE-21192](https://issues.apache.org/jira/browse/HBASE-21192) | Add HOW-TO repair damaged AMv2. | Major | amv2 |<br/>| [HBASE-21073](https://issues.apache.org/jira/browse/HBASE-21073) | "Maintenance mode" master | Major | amv2, hbck2, master |<br/>| [HBASE-21354](https://issues.apache.org/jira/browse/HBASE-21354) | Procedure may be deleted improperly during master restarts resulting in 'Corrupt' | Major | . |<br/>| [HBASE-21336](https://issues.apache.org/jira/browse/HBASE-21336) | Simplify the implementation of WALProcedureMap | Major | proc-v2 |<br/>| [HBASE-21323](https://issues.apache.org/jira/browse/HBASE-21323) | Should not skip force updating for a sub procedure even if it has been finished | Major | proc-v2 |<br/>| [HBASE-21269](https://issues.apache.org/jira/browse/HBASE-21269) | Forward-port to branch-2 " HBASE-21213 [hbck2] bypass leaves behind state in RegionStates when assign/unassign" | Major | amv2 |<br/>| [HBASE-20716](https://issues.apache.org/jira/browse/HBASE-20716) | Unsafe access cleanup | Critical | Performance |<br/>| [HBASE-21330](https://issues.apache.org/jira/browse/HBASE-21330) | ReopenTableRegionsProcedure will enter an infinite loop if we schedule a TRSP at the same time | Major | amv2 |<br/>| [HBASE-21310](https://issues.apache.org/jira/browse/HBASE-21310) | Split TestCloneSnapshotFromClient | Major | test |<br/>| [HBASE-21311](https://issues.apache.org/jira/browse/HBASE-21311) | Split TestRestoreSnapshotFromClient | Major | test |<br/>| [HBASE-21315](https://issues.apache.org/jira/browse/HBASE-21315) | The getActiveMinProcId and getActiveMaxProcId of BitSetNode are incorrect if there are no active procedure | Major | . |<br/>| [HBASE-21278](https://issues.apache.org/jira/browse/HBASE-21278) | Do not rollback successful sub procedures when rolling back a procedure | Critical | proc-v2 |<br/>| [HBASE-21309](https://issues.apache.org/jira/browse/HBASE-21309) | Increase the waiting timeout for TestProcedurePriority | Major | test |<br/>| [HBASE-21254](https://issues.apache.org/jira/browse/HBASE-21254) | Need to find a way to limit the number of proc wal files | Critical | proc-v2 |<br/>| [HBASE-21250](https://issues.apache.org/jira/browse/HBASE-21250) | Refactor WALProcedureStore and add more comments for better understanding the implementation | Major | proc-v2 |<br/>| [HBASE-19275](https://issues.apache.org/jira/browse/HBASE-19275) | TestSnapshotFileCache never worked properly | Major | . |<br/>| [HBASE-21249](https://issues.apache.org/jira/browse/HBASE-21249) | Add jitter for ProcedureUtil.getBackoffTimeMs | Major | proc-v2 |<br/>| [HBASE-21244](https://issues.apache.org/jira/browse/HBASE-21244) | Skip persistence when retrying for assignment related procedures | Major | amv2, Performance, proc-v2 |<br/>| [HBASE-21233](https://issues.apache.org/jira/browse/HBASE-21233) | Allow the procedure implementation to skip persistence of the state after a execution | Major | Performance, proc-v2 |<br/>| [HBASE-21227](https://issues.apache.org/jira/browse/HBASE-21227) | Implement exponential retrying backoff for Assign/UnassignRegionHandler introduced in HBASE-21217 | Major | amv2, regionserver |<br/>| [HBASE-21217](https://issues.apache.org/jira/browse/HBASE-21217) | Revisit the executeProcedure method for open/close region | Critical | amv2, proc-v2 |<br/>| [HBASE-21214](https://issues.apache.org/jira/browse/HBASE-21214) | [hbck2] setTableState just sets hbase:meta state, not in-memory state | Major | amv2, hbck2 |<br/>| [HBASE-21023](https://issues.apache.org/jira/browse/HBASE-21023) | Add bypassProcedureToCompletion() API to HbckService | Major | hbck2 |<br/>| [HBASE-21156](https://issues.apache.org/jira/browse/HBASE-21156) | [hbck2] Queue an assign of hbase:meta and bulk assign/unassign | Critical | hbck2 |<br/>| [HBASE-21169](https://issues.apache.org/jira/browse/HBASE-21169) | Initiate hbck2 tool in hbase-operator-tools repo | Major | hbck2 |<br/>| [HBASE-21172](https://issues.apache.org/jira/browse/HBASE-21172) | Reimplement the retry backoff logic for ReopenTableRegionsProcedure | Major | amv2, proc-v2 |<br/>| [HBASE-21189](https://issues.apache.org/jira/browse/HBASE-21189) | flaky job should gather machine stats | Minor | test |<br/>| [HBASE-21190](https://issues.apache.org/jira/browse/HBASE-21190) | Log files and count of entries in each as we load from the MasterProcWAL store | Major | amv2 |<br/>| [HBASE-21083](https://issues.apache.org/jira/browse/HBASE-21083) | Introduce a mechanism to bypass the execution of a stuck procedure | Major | amv2 |<br/>| [HBASE-21017](https://issues.apache.org/jira/browse/HBASE-21017) | Revisit the expected states for open/close | Major | amv2 |<br/>| [HBASE-20941](https://issues.apache.org/jira/browse/HBASE-20941) | Create and implement HbckService in master | Major | . |<br/>| [HBASE-21072](https://issues.apache.org/jira/browse/HBASE-21072) | Block out HBCK1 in hbase2 | Major | hbck |<br/>| [HBASE-21095](https://issues.apache.org/jira/browse/HBASE-21095) | The timeout retry logic for several procedures are broken after master restarts | Critical | amv2, proc-v2 |<br/>| [HBASE-20975](https://issues.apache.org/jira/browse/HBASE-20975) | Lock may not be taken or released while rolling back procedure | Major | amv2 |<br/>| [HBASE-21025](https://issues.apache.org/jira/browse/HBASE-21025) | Add cache for TableStateManager | Major | . |<br/>| [HBASE-21012](https://issues.apache.org/jira/browse/HBASE-21012) | Revert the change of serializing TimeRangeTracker | Critical | . |<br/>| [HBASE-20813](https://issues.apache.org/jira/browse/HBASE-20813) | Remove RPC quotas when the associated table/Namespace is dropped off | Minor | . |<br/>| [HBASE-20885](https://issues.apache.org/jira/browse/HBASE-20885) | Remove entry for RPC quota from hbase:quota when RPC quota is removed. | Minor | . |<br/>| [HBASE-20893](https://issues.apache.org/jira/browse/HBASE-20893) | Data loss if splitting region while ServerCrashProcedure executing | Major | . |<br/>| [HBASE-20950](https://issues.apache.org/jira/browse/HBASE-20950) | Helper method to configure secure DFS cluster for tests | Major | test |<br/>| [HBASE-19369](https://issues.apache.org/jira/browse/HBASE-19369) | HBase Should use Builder Pattern to Create Log Files while using WAL on Erasure Coding | Major | . |<br/>| [HBASE-20939](https://issues.apache.org/jira/browse/HBASE-20939) | There will be race when we call suspendIfNotReady and then throw ProcedureSuspendedException | Critical | amv2 |<br/>| [HBASE-20921](https://issues.apache.org/jira/browse/HBASE-20921) | Possible NPE in ReopenTableRegionsProcedure | Major | amv2 |<br/>| [HBASE-20867](https://issues.apache.org/jira/browse/HBASE-20867) | RS may get killed while master restarts | Major | . |<br/>| [HBASE-20878](https://issues.apache.org/jira/browse/HBASE-20878) | Data loss if merging regions while ServerCrashProcedure executing | Critical | amv2 |<br/>| [HBASE-20846](https://issues.apache.org/jira/browse/HBASE-20846) | Restore procedure locks when master restarts | Major | . |<br/>| [HBASE-20914](https://issues.apache.org/jira/browse/HBASE-20914) | Trim Master memory usage | Major | Balancer, master |<br/>| [HBASE-20853](https://issues.apache.org/jira/browse/HBASE-20853) | Polish "Add defaults to Table Interface so Implementors don't have to" | Major | API |<br/>| [HBASE-20875](https://issues.apache.org/jira/browse/HBASE-20875) | MemStoreLABImp::copyIntoCell uses 7% CPU when writing | Major | Performance |<br/>| [HBASE-20860](https://issues.apache.org/jira/browse/HBASE-20860) | Merged region's RIT state may not be cleaned after master restart | Major | . |<br/>| [HBASE-20847](https://issues.apache.org/jira/browse/HBASE-20847) | The parent procedure of RegionTransitionProcedure may not have the table lock | Major | proc-v2, Region Assignment |<br/>| [HBASE-20776](https://issues.apache.org/jira/browse/HBASE-20776) | Update branch-2 version to 2.2.0-SNAPSHOT | Major | build |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-21612](https://issues.apache.org/jira/browse/HBASE-21612) | Add developer debug options in HBase Config for REST server | Minor | Operability, REST, scripts |<br/>| [HBASE-18735](https://issues.apache.org/jira/browse/HBASE-18735) | Provide a fast mechanism for shutting down mini cluster | Major | . |<br/>| [HBASE-21489](https://issues.apache.org/jira/browse/HBASE-21489) | TestShell is broken | Major | shell |<br/>| [HBASE-20152](https://issues.apache.org/jira/browse/HBASE-20152) | [AMv2] DisableTableProcedure versus ServerCrashProcedure | Major | amv2 |<br/>| [HBASE-20540](https://issues.apache.org/jira/browse/HBASE-20540) | [umbrella] Hadoop 3 compatibility | Major | . |<br/>| [HBASE-21536](https://issues.apache.org/jira/browse/HBASE-21536) | Fix completebulkload usage instructions | Trivial | documentation, mapreduce |<br/>| [HBASE-22449](https://issues.apache.org/jira/browse/HBASE-22449) | https everywhere in Maven metadata | Minor | . |<br/>| [HBASE-22406](https://issues.apache.org/jira/browse/HBASE-22406) | skip generating rdoc when building gems in our docker image for running yetus | Critical | build, test |<br/>| [HBASE-22375](https://issues.apache.org/jira/browse/HBASE-22375) | Promote AccessChecker to LimitedPrivate(Coprocessor) | Minor | Coprocessors, security |<br/>| [HBASE-21714](https://issues.apache.org/jira/browse/HBASE-21714) | Deprecated isTableAvailableWithSplit method in thrift module | Major | Thrift |<br/>| [HBASE-22359](https://issues.apache.org/jira/browse/HBASE-22359) | Backport of HBASE-21371 misses activation-api license information | Minor | build, community |<br/>| [HBASE-22174](https://issues.apache.org/jira/browse/HBASE-22174) | Remove error prone from our precommit javac check | Major | build |<br/>| [HBASE-22231](https://issues.apache.org/jira/browse/HBASE-22231) | Remove unused and \* imports | Minor | . |<br/>| [HBASE-22304](https://issues.apache.org/jira/browse/HBASE-22304) | Fix remaining Checkstyle issues in hbase-endpoint | Trivial | . |<br/>| [HBASE-22020](https://issues.apache.org/jira/browse/HBASE-22020) | upgrade to yetus 0.9.0 | Major | build, community |<br/>| [HBASE-22187](https://issues.apache.org/jira/browse/HBASE-22187) | Remove usage of deprecated ClusterConnection.clearRegionCache | Trivial | Client |<br/>| [HBASE-22203](https://issues.apache.org/jira/browse/HBASE-22203) | Reformat DemoClient.java | Trivial | . |<br/>| [HBASE-22189](https://issues.apache.org/jira/browse/HBASE-22189) | Remove usage of StoreFile.getModificationTimeStamp | Trivial | . |<br/>| [HBASE-22108](https://issues.apache.org/jira/browse/HBASE-22108) | Avoid passing null in Admin methods | Major | Admin |<br/>| [HBASE-22007](https://issues.apache.org/jira/browse/HBASE-22007) | Add restoreSnapshot and cloneSnapshot with acl methods in AsyncAdmin | Major | Admin, asyncclient, Client |<br/>| [HBASE-22131](https://issues.apache.org/jira/browse/HBASE-22131) | Delete the patches in hbase-protocol-shaded module | Major | build, Protobufs |<br/>| [HBASE-22099](https://issues.apache.org/jira/browse/HBASE-22099) | Backport HBASE-21895 "Error prone upgrade" to branch-2 | Major | build |<br/>| [HBASE-22052](https://issues.apache.org/jira/browse/HBASE-22052) | pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications | Major | . |<br/>| [HBASE-22065](https://issues.apache.org/jira/browse/HBASE-22065) | Add listTableDescriptors(List\) method in AsyncAdmin | Major | Admin |<br/>| [HBASE-22042](https://issues.apache.org/jira/browse/HBASE-22042) | Missing @Override annotation for RawAsyncTableImpl.scan | Major | asyncclient, Client |<br/>| [HBASE-21057](https://issues.apache.org/jira/browse/HBASE-21057) | upgrade to latest spotbugs | Minor | community, test |<br/>| [HBASE-21888](https://issues.apache.org/jira/browse/HBASE-21888) | Add a isClosed method to AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21884](https://issues.apache.org/jira/browse/HBASE-21884) | Fix box/unbox findbugs warning in secure bulk load | Minor | . |<br/>| [HBASE-21859](https://issues.apache.org/jira/browse/HBASE-21859) | Add clearRegionLocationCache method for AsyncConnection | Major | asyncclient, Client |<br/>| [HBASE-21853](https://issues.apache.org/jira/browse/HBASE-21853) | update copyright notices to 2019 | Major | documentation |<br/>| [HBASE-21791](https://issues.apache.org/jira/browse/HBASE-21791) | Upgrade thrift dependency to 0.12.0 | Blocker | Thrift |<br/>| [HBASE-21710](https://issues.apache.org/jira/browse/HBASE-21710) | Add quota related methods to the Admin interface | Major | . |<br/>| [HBASE-21782](https://issues.apache.org/jira/browse/HBASE-21782) | LoadIncrementalHFiles should not be IA.Public | Major | mapreduce |<br/>| [HBASE-21762](https://issues.apache.org/jira/browse/HBASE-21762) | Move some methods in ClusterConnection to Connection | Major | Client |<br/>| [HBASE-21715](https://issues.apache.org/jira/browse/HBASE-21715) | Do not throw UnsupportedOperationException in ProcedureFuture.get | Major | Client |<br/>| [HBASE-21716](https://issues.apache.org/jira/browse/HBASE-21716) | Add toStringCustomizedValues to TableDescriptor | Major | . |<br/>| [HBASE-21731](https://issues.apache.org/jira/browse/HBASE-21731) | Do not need to use ClusterConnection in IntegrationTestBigLinkedListWithVisibility | Major | . |<br/>| [HBASE-21685](https://issues.apache.org/jira/browse/HBASE-21685) | Change repository urls to Gitbox | Critical | . |<br/>| [HBASE-21534](https://issues.apache.org/jira/browse/HBASE-21534) | TestAssignmentManager is flakey | Major | test |<br/>| [HBASE-21541](https://issues.apache.org/jira/browse/HBASE-21541) | Move MetaTableLocator.verifyRegionLocation to hbase-rsgroup module | Major | . |<br/>| [HBASE-21265](https://issues.apache.org/jira/browse/HBASE-21265) | Split up TestRSGroups | Minor | rsgroup, test |<br/>| [HBASE-21517](https://issues.apache.org/jira/browse/HBASE-21517) | Move the getTableRegionForRow method from HMaster to TestMaster | Major | test |<br/>| [HBASE-21281](https://issues.apache.org/jira/browse/HBASE-21281) | Update bouncycastle dependency. | Major | dependencies, test |<br/>| [HBASE-21198](https://issues.apache.org/jira/browse/HBASE-21198) | Exclude dependency on net.minidev:json-smart | Major | . |<br/>| [HBASE-21282](https://issues.apache.org/jira/browse/HBASE-21282) | Upgrade to latest jetty 9.2 and 9.3 versions | Major | dependencies |<br/>| [HBASE-21287](https://issues.apache.org/jira/browse/HBASE-21287) | JVMClusterUtil Master initialization wait time not configurable | Major | test |<br/>| [HBASE-21168](https://issues.apache.org/jira/browse/HBASE-21168) | BloomFilterUtil uses hardcoded randomness | Trivial | . |<br/>| [HBASE-20482](https://issues.apache.org/jira/browse/HBASE-20482) | Print a link to the ref guide chapter for the shell during startup | Minor | documentation, shell |<br/>| [HBASE-20942](https://issues.apache.org/jira/browse/HBASE-20942) | Improve RpcServer TRACE logging | Major | Operability |<br/>| [HBASE-20989](https://issues.apache.org/jira/browse/HBASE-20989) | Minor, miscellaneous logging fixes | Trivial | logging |<br/><br/><br/><br/>## Release 2.1.0 - Unreleased (as of 2018-07-10)<br/><br/>### INCOMPATIBLE CHANGES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20691](https://issues.apache.org/jira/browse/HBASE-20691) | Storage policy should allow deferring to HDFS | Blocker | Filesystem Integration, wal |<br/>| [HBASE-20270](https://issues.apache.org/jira/browse/HBASE-20270) | Turn off command help that follows all errors in shell | Major | shell |<br/>| [HBASE-20501](https://issues.apache.org/jira/browse/HBASE-20501) | Change the Hadoop minimum version to 2.7.1 | Blocker | community, documentation |<br/>| [HBASE-20406](https://issues.apache.org/jira/browse/HBASE-20406) | HBase Thrift HTTP - Shouldn't handle TRACE/OPTIONS methods | Major | security, Thrift |<br/>| [HBASE-20159](https://issues.apache.org/jira/browse/HBASE-20159) | Support using separate ZK quorums for client | Major | Client, Operability, Zookeeper |<br/>| [HBASE-20148](https://issues.apache.org/jira/browse/HBASE-20148) | Make serial replication as a option for a peer instead of a table | Major | Replication |<br/><br/><br/>### NEW FEATURES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20833](https://issues.apache.org/jira/browse/HBASE-20833) | Modify pre-upgrade coprocessor validator to support table level coprocessors | Major | Coprocessors |<br/>| [HBASE-15809](https://issues.apache.org/jira/browse/HBASE-15809) | Basic Replication WebUI | Critical | Replication, UI |<br/>| [HBASE-19735](https://issues.apache.org/jira/browse/HBASE-19735) | Create a minimal "client" tarball installation | Major | build, Client |<br/>| [HBASE-20656](https://issues.apache.org/jira/browse/HBASE-20656) | Validate pre-2.0 coprocessors against HBase 2.0+ | Major | tooling |<br/>| [HBASE-20592](https://issues.apache.org/jira/browse/HBASE-20592) | Create a tool to verify tables do not have prefix tree encoding | Minor | Operability, tooling |<br/>| [HBASE-20046](https://issues.apache.org/jira/browse/HBASE-20046) | Reconsider the implementation for serial replication | Major | Replication |<br/>| [HBASE-19397](https://issues.apache.org/jira/browse/HBASE-19397) | Design procedures for ReplicationManager to notify peer change event from master | Major | proc-v2, Replication |<br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20806](https://issues.apache.org/jira/browse/HBASE-20806) | Split style journal for flushes and compactions | Minor | . |<br/>| [HBASE-20474](https://issues.apache.org/jira/browse/HBASE-20474) | Show non-RPC tasks on master/regionserver Web UI by default | Major | UI |<br/>| [HBASE-20826](https://issues.apache.org/jira/browse/HBASE-20826) | Truncate responseInfo attributes on RpcServer WARN messages | Major | rpc |<br/>| [HBASE-20450](https://issues.apache.org/jira/browse/HBASE-20450) | Provide metrics for number of total active, priority and replication rpc handlers | Major | metrics |<br/>| [HBASE-20810](https://issues.apache.org/jira/browse/HBASE-20810) | Include the procedure id in the exception message in HBaseAdmin for better debugging | Major | Admin, proc-v2 |<br/>| [HBASE-20040](https://issues.apache.org/jira/browse/HBASE-20040) | Master UI should include "Cluster Key" needed to use the cluster as a replication sink | Minor | Replication, Usability |<br/>| [HBASE-20095](https://issues.apache.org/jira/browse/HBASE-20095) | Redesign single instance pool in CleanerChore | Critical | . |<br/>| [HBASE-19164](https://issues.apache.org/jira/browse/HBASE-19164) | Avoid UUID.randomUUID in tests | Major | test |<br/>| [HBASE-20739](https://issues.apache.org/jira/browse/HBASE-20739) | Add priority for SCP | Major | Recovery |<br/>| [HBASE-20737](https://issues.apache.org/jira/browse/HBASE-20737) | put collection into ArrayList instead of addAll function | Trivial | . |<br/>| [HBASE-20695](https://issues.apache.org/jira/browse/HBASE-20695) | Implement table level RegionServer replication metrics | Minor | metrics |<br/>| [HBASE-20733](https://issues.apache.org/jira/browse/HBASE-20733) | QABot should run checkstyle tests if the checkstyle configs change | Minor | build, community |<br/>| [HBASE-20625](https://issues.apache.org/jira/browse/HBASE-20625) | refactor some WALCellCodec related code | Minor | wal |<br/>| [HBASE-19852](https://issues.apache.org/jira/browse/HBASE-19852) | HBase Thrift 1 server SPNEGO Improvements | Major | Thrift |<br/>| [HBASE-20579](https://issues.apache.org/jira/browse/HBASE-20579) | Improve snapshot manifest copy in ExportSnapshot | Minor | mapreduce |<br/>| [HBASE-20444](https://issues.apache.org/jira/browse/HBASE-20444) | Improve version comparison logic for HBase specific version string and add unit tests | Major | util |<br/>| [HBASE-20594](https://issues.apache.org/jira/browse/HBASE-20594) | provide utility to compare old and new descriptors | Major | . |<br/>| [HBASE-20640](https://issues.apache.org/jira/browse/HBASE-20640) | TestQuotaGlobalsSettingsBypass missing test category and ClassRule | Critical | test |<br/>| [HBASE-20478](https://issues.apache.org/jira/browse/HBASE-20478) | move import checks from hbaseanti to checkstyle | Minor | test |<br/>| [HBASE-20548](https://issues.apache.org/jira/browse/HBASE-20548) | Master fails to startup on large clusters, refreshing block distribution | Major | . |<br/>| [HBASE-20488](https://issues.apache.org/jira/browse/HBASE-20488) | PE tool prints full name in help message | Minor | shell |<br/>| [HBASE-20567](https://issues.apache.org/jira/browse/HBASE-20567) | Pass both old and new descriptors to pre/post hooks of modify operations for table and namespace | Major | . |<br/>| [HBASE-20545](https://issues.apache.org/jira/browse/HBASE-20545) | Improve performance of BaseLoadBalancer.retainAssignment | Major | Balancer |<br/>| [HBASE-16191](https://issues.apache.org/jira/browse/HBASE-16191) | Add stop\_regionserver and stop\_master to shell | Major | . |<br/>| [HBASE-20536](https://issues.apache.org/jira/browse/HBASE-20536) | Make TestRegionServerAccounting stable and it should not use absolute number | Minor | . |<br/>| [HBASE-20523](https://issues.apache.org/jira/browse/HBASE-20523) | PE tool should support configuring client side buffering sizes | Minor | . |<br/>| [HBASE-20527](https://issues.apache.org/jira/browse/HBASE-20527) | Remove unused code in MetaTableAccessor | Trivial | . |<br/>| [HBASE-20507](https://issues.apache.org/jira/browse/HBASE-20507) | Do not need to call recoverLease on the broken file when we fail to create a wal writer | Major | wal |<br/>| [HBASE-20484](https://issues.apache.org/jira/browse/HBASE-20484) | Remove the unnecessary autoboxing in FilterListBase | Trivial | . |<br/>| [HBASE-20327](https://issues.apache.org/jira/browse/HBASE-20327) | When qualifier is not specified, append and incr operation do not work (shell) | Minor | shell |<br/>| [HBASE-20389](https://issues.apache.org/jira/browse/HBASE-20389) | Move website building flags into a profile | Minor | build, website |<br/>| [HBASE-20379](https://issues.apache.org/jira/browse/HBASE-20379) | shadedjars yetus plugin should add a footer link | Major | test |<br/>| [HBASE-20243](https://issues.apache.org/jira/browse/HBASE-20243) | [Shell] Add shell command to create a new table by cloning the existent table | Minor | shell |<br/>| [HBASE-20286](https://issues.apache.org/jira/browse/HBASE-20286) | Improving shell command compaction\_state | Minor | shell |<br/>| [HBASE-19488](https://issues.apache.org/jira/browse/HBASE-19488) | Move to using Apache commons CollectionUtils | Trivial | . |<br/>| [HBASE-20197](https://issues.apache.org/jira/browse/HBASE-20197) | Review of ByteBufferWriterOutputStream.java | Minor | . |<br/>| [HBASE-20047](https://issues.apache.org/jira/browse/HBASE-20047) | AuthenticationTokenIdentifier should provide a toString | Minor | Usability |<br/>| [HBASE-19024](https://issues.apache.org/jira/browse/HBASE-19024) | Configurable default durability for synchronous WAL | Critical | wal |<br/>| [HBASE-19389](https://issues.apache.org/jira/browse/HBASE-19389) | Limit concurrency of put with dense (hundreds) columns to prevent write handler exhausted | Critical | Performance |<br/>| [HBASE-20186](https://issues.apache.org/jira/browse/HBASE-20186) | Improve RSGroupBasedLoadBalancer#balanceCluster() to be more efficient when calculating cluster state for each rsgroup | Minor | rsgroup |<br/>| [HBASE-19449](https://issues.apache.org/jira/browse/HBASE-19449) | Minor logging change in HFileArchiver | Trivial | . |<br/>| [HBASE-20120](https://issues.apache.org/jira/browse/HBASE-20120) | Remove some unused classes/ java files from hbase-server | Minor | . |<br/><br/><br/>### BUG FIXES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20854](https://issues.apache.org/jira/browse/HBASE-20854) | Wrong retries number in RpcRetryingCaller's log message | Minor | Client, logging |<br/>| [HBASE-20784](https://issues.apache.org/jira/browse/HBASE-20784) | Will lose the SNAPSHOT suffix if we get the version of RS from ServerManager | Minor | master, UI |<br/>| [HBASE-20822](https://issues.apache.org/jira/browse/HBASE-20822) | TestAsyncNonMetaRegionLocator is flakey | Major | asyncclient |<br/>| [HBASE-20808](https://issues.apache.org/jira/browse/HBASE-20808) | Wrong shutdown order between Chores and ChoreService | Minor | . |<br/>| [HBASE-20789](https://issues.apache.org/jira/browse/HBASE-20789) | TestBucketCache#testCacheBlockNextBlockMetadataMissing is flaky | Major | . |<br/>| [HBASE-20829](https://issues.apache.org/jira/browse/HBASE-20829) | Remove the addFront assertion in MasterProcedureScheduler.doAdd | Major | Replication |<br/>| [HBASE-20825](https://issues.apache.org/jira/browse/HBASE-20825) | Fix pre and post hooks of CloneSnapshot and RestoreSnapshot for Access checks | Major | security |<br/>| [HBASE-20812](https://issues.apache.org/jira/browse/HBASE-20812) | Add defaults to Table Interface so implementors don't have to | Major | . |<br/>| [HBASE-20817](https://issues.apache.org/jira/browse/HBASE-20817) | Infinite loop when executing ReopenTableRegionsProcedure | Blocker | Region Assignment |<br/>| [HBASE-20792](https://issues.apache.org/jira/browse/HBASE-20792) | info:servername and info:sn inconsistent for OPEN region | Blocker | Region Assignment |<br/>| [HBASE-20769](https://issues.apache.org/jira/browse/HBASE-20769) | getSplits() has a out of bounds problem in TableSnapshotInputFormatImpl | Major | . |<br/>| [HBASE-20732](https://issues.apache.org/jira/browse/HBASE-20732) | Shutdown scan pool when master is stopped. | Minor | . |<br/>| [HBASE-20785](https://issues.apache.org/jira/browse/HBASE-20785) | NPE getting metrics in PE testing scans | Major | Performance |<br/>| [HBASE-20795](https://issues.apache.org/jira/browse/HBASE-20795) | Allow option in BBKVComparator.compare to do comparison without sequence id | Major | . |<br/>| [HBASE-20777](https://issues.apache.org/jira/browse/HBASE-20777) | RpcConnection could still remain opened after we shutdown the NettyRpcServer | Major | rpc |<br/>| [HBASE-20403](https://issues.apache.org/jira/browse/HBASE-20403) | Prefetch sometimes doesn't work with encrypted file system | Major | . |<br/>| [HBASE-20635](https://issues.apache.org/jira/browse/HBASE-20635) | Support to convert the shaded user permission proto to client user permission object | Major | . |<br/>| [HBASE-20778](https://issues.apache.org/jira/browse/HBASE-20778) | Make it so WALPE runs on DFS | Major | test |<br/>| [HBASE-20775](https://issues.apache.org/jira/browse/HBASE-20775) | TestMultiParallel is flakey | Major | Region Assignment |<br/>| [HBASE-20752](https://issues.apache.org/jira/browse/HBASE-20752) | Make sure the regions are truly reopened after ReopenTableRegionsProcedure | Major | proc-v2 |<br/>| [HBASE-18622](https://issues.apache.org/jira/browse/HBASE-18622) | Mitigate API compatibility concerns between branch-1 and branch-2 | Blocker | API |<br/>| [HBASE-20767](https://issues.apache.org/jira/browse/HBASE-20767) | Always close hbaseAdmin along with connection in HBTU | Major | test |<br/>| [HBASE-20642](https://issues.apache.org/jira/browse/HBASE-20642) | IntegrationTestDDLMasterFailover throws 'InvalidFamilyOperationException | Major | . |<br/>| [HBASE-20742](https://issues.apache.org/jira/browse/HBASE-20742) | Always create WAL directory for region server | Major | wal |<br/>| [HBASE-20708](https://issues.apache.org/jira/browse/HBASE-20708) | Remove the usage of RecoverMetaProcedure in master startup | Blocker | proc-v2, Region Assignment |<br/>| [HBASE-20723](https://issues.apache.org/jira/browse/HBASE-20723) | Custom hbase.wal.dir results in data loss because we write recovered edits into a different place than where the recovering region server looks for them | Critical | Recovery, wal |<br/>| [HBASE-20681](https://issues.apache.org/jira/browse/HBASE-20681) | IntegrationTestDriver fails after HADOOP-15406 due to missing hamcrest-core | Major | integration tests |<br/>| [HBASE-20561](https://issues.apache.org/jira/browse/HBASE-20561) | The way we stop a ReplicationSource may cause the RS down | Major | Replication |<br/>| [HBASE-19377](https://issues.apache.org/jira/browse/HBASE-19377) | Compatibility checker complaining about hash collisions | Major | community |<br/>| [HBASE-20689](https://issues.apache.org/jira/browse/HBASE-20689) | Docker fails to install rubocop for precommit | Blocker | build |<br/>| [HBASE-20707](https://issues.apache.org/jira/browse/HBASE-20707) | Move MissingSwitchDefault check from checkstyle to error-prone | Major | build |<br/>| [HBASE-20699](https://issues.apache.org/jira/browse/HBASE-20699) | QuotaCache should cancel the QuotaRefresherChore service inside its stop() | Major | . |<br/>| [HBASE-20590](https://issues.apache.org/jira/browse/HBASE-20590) | REST Java client is not able to negotiate with the server in the secure mode | Critical | REST, security |<br/>| [HBASE-20683](https://issues.apache.org/jira/browse/HBASE-20683) | Incorrect return value for PreUpgradeValidator | Critical | . |<br/>| [HBASE-20684](https://issues.apache.org/jira/browse/HBASE-20684) | org.apache.hadoop.hbase.client.Scan#setStopRow javadoc uses incorrect method | Trivial | Client, documentation |<br/>| [HBASE-20678](https://issues.apache.org/jira/browse/HBASE-20678) | NPE in ReplicationSourceManager#NodeFailoverWorker | Minor | . |<br/>| [HBASE-20670](https://issues.apache.org/jira/browse/HBASE-20670) | NPE in HMaster#isInMaintenanceMode | Minor | . |<br/>| [HBASE-20634](https://issues.apache.org/jira/browse/HBASE-20634) | Reopen region while server crash can cause the procedure to be stuck | Critical | . |<br/>| [HBASE-12882](https://issues.apache.org/jira/browse/HBASE-12882) | Log level for org.apache.hadoop.hbase package should be configurable | Major | . |<br/>| [HBASE-20668](https://issues.apache.org/jira/browse/HBASE-20668) | Avoid permission change if ExportSnapshot's copy fails | Major | . |<br/>| [HBASE-18116](https://issues.apache.org/jira/browse/HBASE-18116) | Replication source in-memory accounting should not include bulk transfer hfiles | Major | Replication |<br/>| [HBASE-20602](https://issues.apache.org/jira/browse/HBASE-20602) | hbase.master.quota.observer.ignore property seems to be not taking effect | Minor | documentation |<br/>| [HBASE-20664](https://issues.apache.org/jira/browse/HBASE-20664) | Variable shared across multiple threads | Major | . |<br/>| [HBASE-20659](https://issues.apache.org/jira/browse/HBASE-20659) | Implement a reopen table regions procedure | Major | . |<br/>| [HBASE-20582](https://issues.apache.org/jira/browse/HBASE-20582) | Bump up JRuby version because of some reported vulnerabilities | Major | dependencies, shell |<br/>| [HBASE-20533](https://issues.apache.org/jira/browse/HBASE-20533) | Fix the flaky TestAssignmentManagerMetrics | Major | . |<br/>| [HBASE-20597](https://issues.apache.org/jira/browse/HBASE-20597) | Use a lock to serialize access to a shared reference to ZooKeeperWatcher in HBaseReplicationEndpoint | Minor | Replication |<br/>| [HBASE-20633](https://issues.apache.org/jira/browse/HBASE-20633) | Dropping a table containing a disable violation policy fails to remove the quota upon table delete | Major | . |<br/>| [HBASE-20645](https://issues.apache.org/jira/browse/HBASE-20645) | Fix security\_available method in security.rb | Major | . |<br/>| [HBASE-20612](https://issues.apache.org/jira/browse/HBASE-20612) | TestReplicationKillSlaveRSWithSeparateOldWALs sometimes fail because it uses an expired cluster conn | Major | . |<br/>| [HBASE-20648](https://issues.apache.org/jira/browse/HBASE-20648) | HBASE-19364 "Truncate\_preserve fails with table when replica region \> 1" for master branch | Major | . |<br/>| [HBASE-20588](https://issues.apache.org/jira/browse/HBASE-20588) | Space quota change after quota violation doesn't seem to take in effect | Major | regionserver |<br/>| [HBASE-20616](https://issues.apache.org/jira/browse/HBASE-20616) | TruncateTableProcedure is stuck in retry loop in TRUNCATE\_TABLE\_CREATE\_FS\_LAYOUT state | Major | amv2 |<br/>| [HBASE-20638](https://issues.apache.org/jira/browse/HBASE-20638) | nightly source artifact testing should fail the stage if it's going to report an error on jira | Major | test |<br/>| [HBASE-20624](https://issues.apache.org/jira/browse/HBASE-20624) | Race in ReplicationSource which causes walEntryFilter being null when creating new shipper | Major | Replication |<br/>| [HBASE-20601](https://issues.apache.org/jira/browse/HBASE-20601) | Add multiPut support and other miscellaneous to PE | Minor | tooling |<br/>| [HBASE-20627](https://issues.apache.org/jira/browse/HBASE-20627) | Relocate RS Group pre/post hooks from RSGroupAdminServer to RSGroupAdminEndpoint | Major | . |<br/>| [HBASE-20591](https://issues.apache.org/jira/browse/HBASE-20591) | nightly job doesn't respect maven options | Critical | test |<br/>| [HBASE-20560](https://issues.apache.org/jira/browse/HBASE-20560) | Revisit the TestReplicationDroppedTables ut | Major | . |<br/>| [HBASE-20571](https://issues.apache.org/jira/browse/HBASE-20571) | JMXJsonServlet generates invalid JSON if it has NaN in metrics | Major | UI |<br/>| [HBASE-20585](https://issues.apache.org/jira/browse/HBASE-20585) | Need to clear peer map when clearing MasterProcedureScheduler | Major | proc-v2 |<br/>| [HBASE-20457](https://issues.apache.org/jira/browse/HBASE-20457) | Return immediately for a scan rpc call when we want to switch from pread to stream | Major | scan |<br/>| [HBASE-20447](https://issues.apache.org/jira/browse/HBASE-20447) | Only fail cacheBlock if block collisions aren't related to next block metadata | Major | BlockCache, BucketCache |<br/>| [HBASE-20544](https://issues.apache.org/jira/browse/HBASE-20544) | downstream HBaseTestingUtility fails with invalid port | Blocker | test |<br/>| [HBASE-20004](https://issues.apache.org/jira/browse/HBASE-20004) | Client is not able to execute REST queries in a secure cluster | Minor | REST, security |<br/>| [HBASE-20475](https://issues.apache.org/jira/browse/HBASE-20475) | Fix the flaky TestReplicationDroppedTables unit test. | Major | . |<br/>| [HBASE-20554](https://issues.apache.org/jira/browse/HBASE-20554) | "WALs outstanding" message from CleanerChore is noisy | Trivial | . |<br/>| [HBASE-20204](https://issues.apache.org/jira/browse/HBASE-20204) | Add locking to RefreshFileConnections in BucketCache | Major | BucketCache |<br/>| [HBASE-20485](https://issues.apache.org/jira/browse/HBASE-20485) | Copy constructor of Scan doesn't copy the readType and replicaId | Minor | . |<br/>| [HBASE-20543](https://issues.apache.org/jira/browse/HBASE-20543) | Fix the flaky TestThriftHttpServer | Major | . |<br/>| [HBASE-20521](https://issues.apache.org/jira/browse/HBASE-20521) | TableOutputFormat.checkOutputSpecs conf checking sequence cause pig script run fail | Major | mapreduce |<br/>| [HBASE-20500](https://issues.apache.org/jira/browse/HBASE-20500) | [rsgroup] should keep at least one server in default group | Major | rsgroup |<br/>| [HBASE-20517](https://issues.apache.org/jira/browse/HBASE-20517) | Fix PerformanceEvaluation 'column' parameter | Major | test |<br/>| [HBASE-20524](https://issues.apache.org/jira/browse/HBASE-20524) | Need to clear metrics when ReplicationSourceManager refresh replication sources | Minor | . |<br/>| [HBASE-20476](https://issues.apache.org/jira/browse/HBASE-20476) | Open sequence number could go backwards in AssignProcedure | Major | Region Assignment |<br/>| [HBASE-20506](https://issues.apache.org/jira/browse/HBASE-20506) | Add doc and test for unused RetryCounter, useful-looking utility | Minor | . |<br/>| [HBASE-20492](https://issues.apache.org/jira/browse/HBASE-20492) | UnassignProcedure is stuck in retry loop on region stuck in OPENING state | Critical | amv2 |<br/>| [HBASE-20497](https://issues.apache.org/jira/browse/HBASE-20497) | The getRecoveredQueueStartPos always return 0 in RecoveredReplicationSourceShipper | Major | Replication |<br/>| [HBASE-18842](https://issues.apache.org/jira/browse/HBASE-18842) | The hbase shell clone\_snaphost command returns bad error message | Minor | shell |<br/>| [HBASE-20466](https://issues.apache.org/jira/browse/HBASE-20466) | Consistently use override mechanism for exempt classes in CoprocessClassloader | Major | Coprocessors |<br/>| [HBASE-20006](https://issues.apache.org/jira/browse/HBASE-20006) | TestRestoreSnapshotFromClientWithRegionReplicas is flakey | Critical | read replicas |<br/>| [HBASE-18059](https://issues.apache.org/jira/browse/HBASE-18059) | The scanner order for memstore scanners are wrong | Critical | regionserver, scan, Scanners |<br/>| [HBASE-20404](https://issues.apache.org/jira/browse/HBASE-20404) | Ugly cleanerchore complaint that dir is not empty | Major | master |<br/>| [HBASE-20419](https://issues.apache.org/jira/browse/HBASE-20419) | Fix potential NPE in ZKUtil#listChildrenAndWatchForNewChildren callers | Major | . |<br/>| [HBASE-20364](https://issues.apache.org/jira/browse/HBASE-20364) | nightly job gives old results or no results for stages that timeout on SCM | Critical | test |<br/>| [HBASE-20335](https://issues.apache.org/jira/browse/HBASE-20335) | nightly jobs no longer contain machine information | Critical | test |<br/>| [HBASE-20338](https://issues.apache.org/jira/browse/HBASE-20338) | WALProcedureStore#recoverLease() should have fixed sleeps for retrying rollWriter() | Major | . |<br/>| [HBASE-20356](https://issues.apache.org/jira/browse/HBASE-20356) | make skipping protoc possible | Critical | dependencies, thirdparty |<br/>| [HBASE-15291](https://issues.apache.org/jira/browse/HBASE-15291) | FileSystem not closed in secure bulkLoad | Major | . |<br/>| [HBASE-20068](https://issues.apache.org/jira/browse/HBASE-20068) | Hadoopcheck project health check uses default maven repo instead of yetus managed ones | Major | community, test |<br/>| [HBASE-20361](https://issues.apache.org/jira/browse/HBASE-20361) | Non-successive TableInputSplits may wrongly be merged by auto balancing feature | Major | mapreduce |<br/>| [HBASE-20260](https://issues.apache.org/jira/browse/HBASE-20260) | Purge old content from the book for branch-2/master | Critical | documentation |<br/>| [HBASE-20058](https://issues.apache.org/jira/browse/HBASE-20058) | improper quoting in presplitting command docs | Minor | documentation |<br/>| [HBASE-19923](https://issues.apache.org/jira/browse/HBASE-19923) | Reset peer state and config when refresh replication source failed | Major | Replication |<br/>| [HBASE-19748](https://issues.apache.org/jira/browse/HBASE-19748) | TestRegionReplicaFailover and TestRegionReplicaReplicationEndpoint UT hangs | Major | . |<br/><br/><br/>### TESTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20667](https://issues.apache.org/jira/browse/HBASE-20667) | Rename TestGlobalThrottler to TestReplicationGlobalThrottler | Trivial | . |<br/>| [HBASE-20646](https://issues.apache.org/jira/browse/HBASE-20646) | TestWALProcedureStoreOnHDFS failing on branch-1 | Trivial | . |<br/>| [HBASE-20505](https://issues.apache.org/jira/browse/HBASE-20505) | PE should support multi column family read and write cases | Minor | . |<br/>| [HBASE-20513](https://issues.apache.org/jira/browse/HBASE-20513) | Collect and emit ScanMetrics in PerformanceEvaluation | Minor | test |<br/>| [HBASE-20414](https://issues.apache.org/jira/browse/HBASE-20414) | TestLockProcedure#testMultipleLocks may fail on slow machine | Major | . |<br/><br/><br/>### SUB-TASKS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20831](https://issues.apache.org/jira/browse/HBASE-20831) | Copy master doc into branch-2.1 and edit to make it suit 2.1.0 | Blocker | documentation |<br/>| [HBASE-20839](https://issues.apache.org/jira/browse/HBASE-20839) | Fallback to FSHLog if we can not instantiated AsyncFSWAL when user does not specify AsyncFSWAL explicitly | Blocker | wal |<br/>| [HBASE-20244](https://issues.apache.org/jira/browse/HBASE-20244) | NoSuchMethodException when retrieving private method decryptEncryptedDataEncryptionKey from DFSClient | Blocker | wal |<br/>| [HBASE-20193](https://issues.apache.org/jira/browse/HBASE-20193) | Basic Replication Web UI - Regionserver | Critical | Replication, Usability |<br/>| [HBASE-20489](https://issues.apache.org/jira/browse/HBASE-20489) | Update Reference Guide that CLUSTER\_KEY value is present on the Master UI info page. | Minor | documentation |<br/>| [HBASE-19722](https://issues.apache.org/jira/browse/HBASE-19722) | Meta query statistics metrics source | Major | . |<br/>| [HBASE-20781](https://issues.apache.org/jira/browse/HBASE-20781) | Save recalculating families in a WALEdit batch of Cells | Major | Performance |<br/>| [HBASE-20194](https://issues.apache.org/jira/browse/HBASE-20194) | Basic Replication WebUI - Master | Critical | Replication, Usability |<br/>| [HBASE-20780](https://issues.apache.org/jira/browse/HBASE-20780) | ServerRpcConnection logging cleanup | Major | logging, Performance |<br/>| [HBASE-19764](https://issues.apache.org/jira/browse/HBASE-19764) | Fix Checkstyle errors in hbase-endpoint | Minor | . |<br/>| [HBASE-20710](https://issues.apache.org/jira/browse/HBASE-20710) | extra cloneFamily() in Mutation.add(Cell) | Minor | regionserver |<br/>| [HBASE-18569](https://issues.apache.org/jira/browse/HBASE-18569) | Add prefetch support for async region locator | Major | asyncclient, Client |<br/>| [HBASE-20706](https://issues.apache.org/jira/browse/HBASE-20706) | [hack] Don't add known not-OPEN regions in reopen phase of MTP | Critical | amv2 |<br/>| [HBASE-20334](https://issues.apache.org/jira/browse/HBASE-20334) | add a test that expressly uses both our shaded client and the one from hadoop 3 | Major | hadoop3, shading |<br/>| [HBASE-20615](https://issues.apache.org/jira/browse/HBASE-20615) | emphasize use of shaded client jars when they're present in an install | Major | build, Client, Usability |<br/>| [HBASE-20333](https://issues.apache.org/jira/browse/HBASE-20333) | break up shaded client into one with no Hadoop and one that's standalone | Critical | shading |<br/>| [HBASE-20332](https://issues.apache.org/jira/browse/HBASE-20332) | shaded mapreduce module shouldn't include hadoop | Critical | mapreduce, shading |<br/>| [HBASE-20722](https://issues.apache.org/jira/browse/HBASE-20722) | Make RegionServerTracker only depend on children changed event | Major | . |<br/>| [HBASE-20700](https://issues.apache.org/jira/browse/HBASE-20700) | Move meta region when server crash can cause the procedure to be stuck | Critical | master, proc-v2, Region Assignment |<br/>| [HBASE-20628](https://issues.apache.org/jira/browse/HBASE-20628) | SegmentScanner does over-comparing when one flushing | Critical | Performance |<br/>| [HBASE-19761](https://issues.apache.org/jira/browse/HBASE-19761) | Fix Checkstyle errors in hbase-zookeeper | Minor | . |<br/>| [HBASE-19724](https://issues.apache.org/jira/browse/HBASE-19724) | Fix Checkstyle errors in hbase-hadoop2-compat | Minor | . |<br/>| [HBASE-20518](https://issues.apache.org/jira/browse/HBASE-20518) | Need to serialize the enabled field for UpdatePeerConfigProcedure | Major | Replication |<br/>| [HBASE-20481](https://issues.apache.org/jira/browse/HBASE-20481) | Replicate entries from same region serially in ReplicationEndpoint for serial replication | Major | . |<br/>| [HBASE-20378](https://issues.apache.org/jira/browse/HBASE-20378) | Provide a hbck option to cleanup replication barrier for a table | Major | . |<br/>| [HBASE-20128](https://issues.apache.org/jira/browse/HBASE-20128) | Add new UTs which extends the old replication UTs but set replication scope to SERIAL | Major | . |<br/>| [HBASE-20417](https://issues.apache.org/jira/browse/HBASE-20417) | Do not read wal entries when peer is disabled | Major | Replication |<br/>| [HBASE-20294](https://issues.apache.org/jira/browse/HBASE-20294) | Also cleanup last pushed sequence id in ReplicationBarrierCleaner | Major | Replication |<br/>| [HBASE-20377](https://issues.apache.org/jira/browse/HBASE-20377) | Deal with table in enabling and disabling state when modifying serial replication peer | Major | Replication |<br/>| [HBASE-20367](https://issues.apache.org/jira/browse/HBASE-20367) | Write a replication barrier for regions when disabling a table | Major | Replication |<br/>| [HBASE-20296](https://issues.apache.org/jira/browse/HBASE-20296) | Remove last pushed sequence ids when removing tables from a peer | Major | Replication |<br/>| [HBASE-20285](https://issues.apache.org/jira/browse/HBASE-20285) | Delete all last pushed sequence ids when removing a peer or removing the serial flag for a peer | Major | Replication |<br/>| [HBASE-20138](https://issues.apache.org/jira/browse/HBASE-20138) | Find a way to deal with the conflicts when updating replication position | Major | Replication |<br/>| [HBASE-20127](https://issues.apache.org/jira/browse/HBASE-20127) | Add UT for serial replication after failover | Major | Replication, test |<br/>| [HBASE-20271](https://issues.apache.org/jira/browse/HBASE-20271) | ReplicationSourceWALReader.switched should use the file name instead of the path object directly | Major | Replication |<br/>| [HBASE-20227](https://issues.apache.org/jira/browse/HBASE-20227) | Add UT for ReplicationUtils.contains method | Major | Replication, test |<br/>| [HBASE-20147](https://issues.apache.org/jira/browse/HBASE-20147) | Serial replication will be stuck if we create a table with serial replication but add it to a peer after there are region moves | Major | . |<br/>| [HBASE-20116](https://issues.apache.org/jira/browse/HBASE-20116) | Optimize the region last pushed sequence id layout on zk | Major | Replication |<br/>| [HBASE-20242](https://issues.apache.org/jira/browse/HBASE-20242) | The open sequence number will grow if we fail to open a region after writing the max sequence id file | Major | . |<br/>| [HBASE-20155](https://issues.apache.org/jira/browse/HBASE-20155) | update branch-2 version to 2.1.0-SNAPSHOT | Major | build, community |<br/>| [HBASE-20206](https://issues.apache.org/jira/browse/HBASE-20206) | WALEntryStream should not switch WAL file silently | Major | Replication |<br/>| [HBASE-20117](https://issues.apache.org/jira/browse/HBASE-20117) | Cleanup the unused replication barriers in meta table | Major | master, Replication |<br/>| [HBASE-20165](https://issues.apache.org/jira/browse/HBASE-20165) | Shell command to make a normal peer to be a serial replication peer | Major | . |<br/>| [HBASE-20167](https://issues.apache.org/jira/browse/HBASE-20167) | Optimize the implementation of ReplicationSourceWALReader | Major | Replication |<br/>| [HBASE-20125](https://issues.apache.org/jira/browse/HBASE-20125) | Add UT for serial replication after region split and merge | Major | Replication |<br/>| [HBASE-20129](https://issues.apache.org/jira/browse/HBASE-20129) | Add UT for serial replication checker | Major | Replication |<br/>| [HBASE-20115](https://issues.apache.org/jira/browse/HBASE-20115) | Reimplement serial replication based on the new replication storage layer | Major | Replication |<br/>| [HBASE-20050](https://issues.apache.org/jira/browse/HBASE-20050) | Reimplement updateReplicationPositions logic in serial replication based on the newly introduced replication storage layer | Major | . |<br/>| [HBASE-20082](https://issues.apache.org/jira/browse/HBASE-20082) | Fix findbugs errors only on master which are introduced by HBASE-19397 | Major | findbugs |<br/>| [HBASE-19936](https://issues.apache.org/jira/browse/HBASE-19936) | Introduce a new base class for replication peer procedure | Major | . |<br/>| [HBASE-19719](https://issues.apache.org/jira/browse/HBASE-19719) | Fix checkstyle issues | Major | proc-v2, Replication |<br/>| [HBASE-19711](https://issues.apache.org/jira/browse/HBASE-19711) | TestReplicationAdmin.testConcurrentPeerOperations hangs | Major | proc-v2 |<br/>| [HBASE-19707](https://issues.apache.org/jira/browse/HBASE-19707) | Race in start and terminate of a replication source after we async start replicatione endpoint | Major | proc-v2, Replication |<br/>| [HBASE-19636](https://issues.apache.org/jira/browse/HBASE-19636) | All rs should already start work with the new peer change when replication peer procedure is finished | Major | proc-v2, Replication |<br/>| [HBASE-19634](https://issues.apache.org/jira/browse/HBASE-19634) | Add permission check for executeProcedures in AccessController | Major | proc-v2, Replication |<br/>| [HBASE-19697](https://issues.apache.org/jira/browse/HBASE-19697) | Remove TestReplicationAdminUsingProcedure | Major | proc-v2, Replication |<br/>| [HBASE-19661](https://issues.apache.org/jira/browse/HBASE-19661) | Replace ReplicationStateZKBase with ZKReplicationStorageBase | Major | proc-v2, Replication |<br/>| [HBASE-19687](https://issues.apache.org/jira/browse/HBASE-19687) | Move the logic in ReplicationZKNodeCleaner to ReplicationChecker and remove ReplicationZKNodeCleanerChore | Major | proc-v2, Replication |<br/>| [HBASE-19544](https://issues.apache.org/jira/browse/HBASE-19544) | Add UTs for testing concurrent modifications on replication peer | Major | proc-v2, Replication, test |<br/>| [HBASE-19686](https://issues.apache.org/jira/browse/HBASE-19686) | Use KeyLocker instead of ReentrantLock in PeerProcedureHandlerImpl | Major | proc-v2, Replication |<br/>| [HBASE-19623](https://issues.apache.org/jira/browse/HBASE-19623) | Create replication endpoint asynchronously when adding a replication source | Major | proc-v2, Replication |<br/>| [HBASE-19633](https://issues.apache.org/jira/browse/HBASE-19633) | Clean up the replication queues in the postPeerModification stage when removing a peer | Major | proc-v2, Replication |<br/>| [HBASE-19622](https://issues.apache.org/jira/browse/HBASE-19622) | Reimplement ReplicationPeers with the new replication storage interface | Major | proc-v2, Replication |<br/>| [HBASE-19635](https://issues.apache.org/jira/browse/HBASE-19635) | Introduce a thread at RS side to call reportProcedureDone | Major | proc-v2 |<br/>| [HBASE-19617](https://issues.apache.org/jira/browse/HBASE-19617) | Remove ReplicationQueues, use ReplicationQueueStorage directly | Major | Replication |<br/>| [HBASE-19642](https://issues.apache.org/jira/browse/HBASE-19642) | Fix locking for peer modification procedure | Critical | proc-v2, Replication |<br/>| [HBASE-19592](https://issues.apache.org/jira/browse/HBASE-19592) | Add UTs to test retry on update zk failure | Major | proc-v2, Replication |<br/>| [HBASE-19630](https://issues.apache.org/jira/browse/HBASE-19630) | Add peer cluster key check when add new replication peer | Major | proc-v2, Replication |<br/>| [HBASE-19573](https://issues.apache.org/jira/browse/HBASE-19573) | Rewrite ReplicationPeer with the new replication storage interface | Major | proc-v2, Replication |<br/>| [HBASE-19579](https://issues.apache.org/jira/browse/HBASE-19579) | Add peer lock test for shell command list\_locks | Major | proc-v2, Replication |<br/>| [HBASE-19599](https://issues.apache.org/jira/browse/HBASE-19599) | Remove ReplicationQueuesClient, use ReplicationQueueStorage directly | Major | Replication |<br/>| [HBASE-19543](https://issues.apache.org/jira/browse/HBASE-19543) | Abstract a replication storage interface to extract the zk specific code | Major | proc-v2, Replication |<br/>| [HBASE-19525](https://issues.apache.org/jira/browse/HBASE-19525) | RS side changes for moving peer modification from zk watcher to procedure | Major | proc-v2, Replication |<br/>| [HBASE-19580](https://issues.apache.org/jira/browse/HBASE-19580) | Use slf4j instead of commons-logging in new, just-added Peer Procedure classes | Major | proc-v2, Replication |<br/>| [HBASE-19520](https://issues.apache.org/jira/browse/HBASE-19520) | Add UTs for the new lock type PEER | Major | proc-v2 |<br/>| [HBASE-19564](https://issues.apache.org/jira/browse/HBASE-19564) | Procedure id is missing in the response of peer related operations | Major | proc-v2, Replication |<br/>| [HBASE-19536](https://issues.apache.org/jira/browse/HBASE-19536) | Client side changes for moving peer modification from zk watcher to procedure | Major | Replication |<br/>| [HBASE-19524](https://issues.apache.org/jira/browse/HBASE-19524) | Master side changes for moving peer modification from zk watcher to procedure | Major | proc-v2, Replication |<br/>| [HBASE-19216](https://issues.apache.org/jira/browse/HBASE-19216) | Implement a general framework to execute remote procedure on RS | Major | proc-v2, Replication |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-19997](https://issues.apache.org/jira/browse/HBASE-19997) | [rolling upgrade] 1.x =\> 2.x | Blocker | . |<br/>| [HBASE-20360](https://issues.apache.org/jira/browse/HBASE-20360) | Further optimization for serial replication | Major | Replication |<br/>| [HBASE-20862](https://issues.apache.org/jira/browse/HBASE-20862) | Address 2.1.0 Compatibility Report Issues | Blocker | compatibility |<br/>| [HBASE-20665](https://issues.apache.org/jira/browse/HBASE-20665) | "Already cached block XXX" message should be DEBUG | Minor | BlockCache |<br/>| [HBASE-20677](https://issues.apache.org/jira/browse/HBASE-20677) | Backport test of HBASE-20566 'Creating a system table after enabling rsgroup feature puts region into RIT' to branch-2 | Major | . |<br/>| [HBASE-19475](https://issues.apache.org/jira/browse/HBASE-19475) | Extend backporting strategy in documentation | Trivial | documentation |<br/>| [HBASE-20595](https://issues.apache.org/jira/browse/HBASE-20595) | Remove the concept of 'special tables' from rsgroups | Major | Region Assignment, rsgroup |<br/>| [HBASE-20415](https://issues.apache.org/jira/browse/HBASE-20415) | branches-2 don't need maven-scala-plugin | Major | build |<br/>| [HBASE-20112](https://issues.apache.org/jira/browse/HBASE-20112) | Include test results from nightly hadoop3 tests in jenkins test results | Critical | test |<br/>| [HBASE-17918](https://issues.apache.org/jira/browse/HBASE-17918) | document serial replication | Critical | documentation, Replication |<br/>| [HBASE-19737](https://issues.apache.org/jira/browse/HBASE-19737) | Manage a HBASE-19397-branch-2 branch and merge it to branch-2 | Major | proc-v2, Replication |<br/><br/>## Release 2.0.0 - Unreleased (as of 2018-04-22)<br/><br/>### INCOMPATIBLE CHANGES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-20276](https://issues.apache.org/jira/browse/HBASE-20276) | [shell] Revert shell REPL change and document | Blocker | documentation, shell |<br/>| [HBASE-16459](https://issues.apache.org/jira/browse/HBASE-16459) | Remove unused hbase shell --format option | Trivial | shell |<br/>| [HBASE-19128](https://issues.apache.org/jira/browse/HBASE-19128) | Purge Distributed Log Replay from codebase, configurations, text; mark the feature as unsupported, broken. | Major | documentation |<br/>| [HBASE-19504](https://issues.apache.org/jira/browse/HBASE-19504) | Add TimeRange support into checkAndMutate | Major | . |<br/>| [HBASE-20119](https://issues.apache.org/jira/browse/HBASE-20119) | Introduce a pojo class to carry coprocessor information in order to make TableDescriptorBuilder accept multiple cp at once | Minor | . |<br/>| [HBASE-19437](https://issues.apache.org/jira/browse/HBASE-19437) | Batch operation can't handle the null result for Append/Increment | Critical | Usability |<br/>| [HBASE-19873](https://issues.apache.org/jira/browse/HBASE-19873) | Add a CategoryBasedTimeout ClassRule for all UTs | Major | . |<br/>| [HBASE-19783](https://issues.apache.org/jira/browse/HBASE-19783) | Change replication peer cluster key/endpoint from a not-null value to null is not allowed | Minor | Replication |<br/>| [HBASE-19483](https://issues.apache.org/jira/browse/HBASE-19483) | Add proper privilege check for rsgroup commands | Major | rsgroup, security |<br/>| [HBASE-19492](https://issues.apache.org/jira/browse/HBASE-19492) | Add EXCLUDE\_NAMESPACE and EXCLUDE\_TABLECFS support to replication peer config | Major | . |<br/>| [HBASE-19357](https://issues.apache.org/jira/browse/HBASE-19357) | Bucket cache no longer L2 for LRU cache | Major | . |<br/>| [HBASE-19359](https://issues.apache.org/jira/browse/HBASE-19359) | Revisit the default config of hbase client retries number | Major | . |<br/>| [HBASE-19092](https://issues.apache.org/jira/browse/HBASE-19092) | Make Tag IA.LimitedPrivate and expose for CPs | Critical | Coprocessors |<br/>| [HBASE-19187](https://issues.apache.org/jira/browse/HBASE-19187) | Remove option to create on heap bucket cache | Minor | regionserver |<br/>| [HBASE-19033](https://issues.apache.org/jira/browse/HBASE-19033) | Allow CP users to change versions and TTL before opening StoreScanner | Blocker | Coprocessors |<br/>| [HBASE-19047](https://issues.apache.org/jira/browse/HBASE-19047) | CP exposed Scanner types should not extend Shipper | Critical | Coprocessors |<br/>| [HBASE-18905](https://issues.apache.org/jira/browse/HBASE-18905) | Allow CPs to request flush on Region and know the completion of the requested flush | Major | Coprocessors |<br/>| [HBASE-18410](https://issues.apache.org/jira/browse/HBASE-18410) | FilterList Improvement. | Major | Filters |<br/>| [HBASE-18893](https://issues.apache.org/jira/browse/HBASE-18893) | Remove Add/Modify/DeleteColumnFamilyProcedure in favor of using ModifyTableProcedure | Major | Coprocessors, master |<br/>| [HBASE-19067](https://issues.apache.org/jira/browse/HBASE-19067) | Do not expose getHDFSBlockDistribution in StoreFile | Major | Coprocessors |<br/>| [HBASE-18989](https://issues.apache.org/jira/browse/HBASE-18989) | Polish the compaction related CP hooks | Major | Compaction, Coprocessors |<br/>| [HBASE-19046](https://issues.apache.org/jira/browse/HBASE-19046) | RegionObserver#postCompactSelection Avoid passing shaded ImmutableList param | Major | Coprocessors |<br/>| [HBASE-19001](https://issues.apache.org/jira/browse/HBASE-19001) | Remove the hooks in RegionObserver which are designed to construct a StoreScanner which is marked as IA.Private | Major | Coprocessors |<br/>| [HBASE-14247](https://issues.apache.org/jira/browse/HBASE-14247) | Separate the old WALs into different regionserver directories | Critical | wal |<br/>| [HBASE-18183](https://issues.apache.org/jira/browse/HBASE-18183) | Region interface cleanup for CP expose | Major | Coprocessors |<br/>| [HBASE-18878](https://issues.apache.org/jira/browse/HBASE-18878) | Use Optional\ return types when T can be null | Major | Coprocessors |<br/>| [HBASE-18649](https://issues.apache.org/jira/browse/HBASE-18649) | Deprecate KV Usage in MR to move to Cells in 3.0 | Major | API, mapreduce |<br/>| [HBASE-18897](https://issues.apache.org/jira/browse/HBASE-18897) | Substitute MemStore for Memstore | Major | . |<br/>| [HBASE-18883](https://issues.apache.org/jira/browse/HBASE-18883) | Upgrade to Curator 4.0 | Major | Client, dependencies |<br/>| [HBASE-18839](https://issues.apache.org/jira/browse/HBASE-18839) | Apply RegionInfo to code base | Major | Coprocessors |<br/>| [HBASE-18826](https://issues.apache.org/jira/browse/HBASE-18826) | Use HStore instead of Store in our own code base and remove unnecessary methods in Store interface | Major | Coprocessors |<br/>| [HBASE-17732](https://issues.apache.org/jira/browse/HBASE-17732) | Coprocessor Design Improvements | Critical | Coprocessors |<br/>| [HBASE-18298](https://issues.apache.org/jira/browse/HBASE-18298) | RegionServerServices Interface cleanup for CP expose | Critical | Coprocessors |<br/>| [HBASE-16769](https://issues.apache.org/jira/browse/HBASE-16769) | Deprecate/remove PB references from MasterObserver and RegionServerObserver | Blocker | . |<br/>| [HBASE-18859](https://issues.apache.org/jira/browse/HBASE-18859) | Purge PB from BulkLoadObserver | Major | Coprocessors |<br/>| [HBASE-18731](https://issues.apache.org/jira/browse/HBASE-18731) | [compat 1-2] Mark protected methods of QuotaSettings that touch Protobuf internals as IA.Private | Major | API |<br/>| [HBASE-18825](https://issues.apache.org/jira/browse/HBASE-18825) | Use HStoreFile instead of StoreFile in our own code base and remove unnecessary methods in StoreFile interface | Major | Coprocessors |<br/>| [HBASE-18142](https://issues.apache.org/jira/browse/HBASE-18142) | Deletion of a cell deletes the previous versions too | Major | API, shell |<br/>| [HBASE-18446](https://issues.apache.org/jira/browse/HBASE-18446) | Mark StoreFileScanner/StoreFileReader as IA.LimitedPrivate(Phoenix) | Critical | Coprocessors |<br/>| [HBASE-18798](https://issues.apache.org/jira/browse/HBASE-18798) | Remove the unused methods in RegionServerObserver | Major | Coprocessors |<br/>| [HBASE-18453](https://issues.apache.org/jira/browse/HBASE-18453) | CompactionRequest should not be exposed to user directly | Major | Coprocessors |<br/>| [HBASE-18794](https://issues.apache.org/jira/browse/HBASE-18794) | Remove deprecated methods in MasterObserver | Major | Coprocessors |<br/>| [HBASE-17823](https://issues.apache.org/jira/browse/HBASE-17823) | Migrate to Apache Yetus Audience Annotations | Major | API |<br/>| [HBASE-18793](https://issues.apache.org/jira/browse/HBASE-18793) | Remove deprecated methods in RegionObserver | Major | Coprocessors |<br/>| [HBASE-18733](https://issues.apache.org/jira/browse/HBASE-18733) | [compat 1-2] Hide WALKey | Major | API |<br/>| [HBASE-16479](https://issues.apache.org/jira/browse/HBASE-16479) | Move WALEdit from hbase.regionserver.wal package to hbase.wal package | Major | wal |<br/>| [HBASE-18783](https://issues.apache.org/jira/browse/HBASE-18783) | Declare the builder of ClusterStatus as IA.Private, and remove the Writables from ClusterStatus | Minor | . |<br/>| [HBASE-18106](https://issues.apache.org/jira/browse/HBASE-18106) | Redo ProcedureInfo and LockInfo | Critical | proc-v2 |<br/>| [HBASE-18780](https://issues.apache.org/jira/browse/HBASE-18780) | Remove HLogPrettyPrinter and hlog command | Minor | documentation, wal |<br/>| [HBASE-18704](https://issues.apache.org/jira/browse/HBASE-18704) | Upgrade hbase to commons-collections 4 | Major | dependencies |<br/>| [HBASE-15607](https://issues.apache.org/jira/browse/HBASE-15607) | Remove PB references from Admin for 2.0 | Blocker | . |<br/>| [HBASE-18736](https://issues.apache.org/jira/browse/HBASE-18736) | Cleanup the HTD/HCD for Admin | Major | . |<br/>| [HBASE-18577](https://issues.apache.org/jira/browse/HBASE-18577) | shaded client includes several non-relocated third party dependencies | Critical | Client |<br/>| [HBASE-3935](https://issues.apache.org/jira/browse/HBASE-3935) | HServerLoad.storefileIndexSizeMB should be changed to storefileIndexSizeKB | Major | . |<br/>| [HBASE-15982](https://issues.apache.org/jira/browse/HBASE-15982) | Interface ReplicationEndpoint extends Guava's Service | Blocker | . |<br/>| [HBASE-18546](https://issues.apache.org/jira/browse/HBASE-18546) | Always overwrite the TS for Append/Increment unless no existing cells are found | Critical | API, Client |<br/>| [HBASE-17442](https://issues.apache.org/jira/browse/HBASE-17442) | Move most of the replication related classes from hbase-client to hbase-replication package | Critical | build, Replication |<br/>| [HBASE-18511](https://issues.apache.org/jira/browse/HBASE-18511) | Default no regions on master | Blocker | master |<br/>| [HBASE-18528](https://issues.apache.org/jira/browse/HBASE-18528) | DON'T allow user to modify the passed table/column descriptor | Critical | Coprocessors, master |<br/>| [HBASE-18469](https://issues.apache.org/jira/browse/HBASE-18469) | Correct RegionServer metric of totalRequestCount | Critical | metrics, regionserver |<br/>| [HBASE-18500](https://issues.apache.org/jira/browse/HBASE-18500) | Performance issue: Don't use BufferedMutator for HTable's put method | Major | . |<br/>| [HBASE-17125](https://issues.apache.org/jira/browse/HBASE-17125) | Inconsistent result when use filter to read data | Critical | . |<br/>| [HBASE-18517](https://issues.apache.org/jira/browse/HBASE-18517) | limit max log message width in log4j | Major | . |<br/>| [HBASE-18502](https://issues.apache.org/jira/browse/HBASE-18502) | Change MasterObserver to use TableDescriptor and ColumnFamilyDescriptor | Critical | Coprocessors, master |<br/>| [HBASE-18374](https://issues.apache.org/jira/browse/HBASE-18374) | RegionServer Metrics improvements | Major | . |<br/>| [HBASE-17908](https://issues.apache.org/jira/browse/HBASE-17908) | Upgrade guava | Critical | dependencies |<br/>| [HBASE-18161](https://issues.apache.org/jira/browse/HBASE-18161) | Incremental Load support for Multiple-Table HFileOutputFormat | Minor | . |<br/>| [HBASE-18267](https://issues.apache.org/jira/browse/HBASE-18267) | The result from the postAppend is ignored | Major | Coprocessors |<br/>| [HBASE-18241](https://issues.apache.org/jira/browse/HBASE-18241) | Change client.Table, client.Admin, Region, Store, and HBaseTestingUtility to not use HTableDescriptor or HColumnDescriptor | Critical | Client |<br/>| [HBASE-18038](https://issues.apache.org/jira/browse/HBASE-18038) | Rename StoreFile to HStoreFile and add a StoreFile interface for CP | Critical | Coprocessors, regionserver |<br/>| [HBASE-16196](https://issues.apache.org/jira/browse/HBASE-16196) | Update jruby to a newer version. | Critical | dependencies, shell |<br/>| [HBASE-14614](https://issues.apache.org/jira/browse/HBASE-14614) | Procedure v2: Core Assignment Manager | Major | proc-v2 |<br/>| [HBASE-3462](https://issues.apache.org/jira/browse/HBASE-3462) | Fix table.jsp in regards to splitting a region/table with an optional splitkey | Major | master |<br/>| [HBASE-11013](https://issues.apache.org/jira/browse/HBASE-11013) | Clone Snapshots on Secure Cluster Should provide option to apply Retained User Permissions | Major | snapshots |<br/>| [HBASE-15296](https://issues.apache.org/jira/browse/HBASE-15296) | Break out writer and reader from StoreFile | Major | regionserver |<br/>| [HBASE-15199](https://issues.apache.org/jira/browse/HBASE-15199) | Move jruby jar so only on hbase-shell module classpath; currently globally available | Critical | dependencies, jruby, shell |<br/>| [HBASE-18009](https://issues.apache.org/jira/browse/HBASE-18009) | Move RpcServer.Call to a separated file | Major | IPC/RPC |<br/>| [HBASE-17956](https://issues.apache.org/jira/browse/HBASE-17956) | Raw scan should ignore TTL | Major | scan |<br/>| [HBASE-17914](https://issues.apache.org/jira/browse/HBASE-17914) | Create a new reader instead of cloning a new StoreFile when compaction | Major | Compaction, regionserver |<br/>| [HBASE-17595](https://issues.apache.org/jira/browse/HBASE-17595) | Add partial result support for small/limited scan | Critical | asyncclient, Client, scan |<br/>| [HBASE-17584](https://issues.apache.org/jira/browse/HBASE-17584) | Expose ScanMetrics with ResultScanner rather than Scan | Major | Client, mapreduce, scan |<br/>| [HBASE-17716](https://issues.apache.org/jira/browse/HBASE-17716) | Formalize Scan Metric names | Minor | metrics |<br/>| [HBASE-17312](https://issues.apache.org/jira/browse/HBASE-17312) | [JDK8] Use default method for Observer Coprocessors | Major | Coprocessors |<br/>| [HBASE-17647](https://issues.apache.org/jira/browse/HBASE-17647) | OffheapKeyValue#heapSize() implementation is wrong | Major | regionserver |<br/>| [HBASE-17472](https://issues.apache.org/jira/browse/HBASE-17472) | Correct the semantic of permission grant | Major | Admin |<br/>| [HBASE-17599](https://issues.apache.org/jira/browse/HBASE-17599) | Use mayHaveMoreCellsInRow instead of isPartial | Major | Client, scan |<br/>| [HBASE-17508](https://issues.apache.org/jira/browse/HBASE-17508) | Unify the implementation of small scan and regular scan for sync client | Major | Client, scan |<br/>| [HBASE-12894](https://issues.apache.org/jira/browse/HBASE-12894) | Upgrade Jetty to 9.2.6 | Critical | REST, UI |<br/>| [HBASE-16786](https://issues.apache.org/jira/browse/HBASE-16786) | Procedure V2 - Move ZK-lock's uses to Procedure framework locks (LockProcedure) | Major | . |<br/>| [HBASE-17470](https://issues.apache.org/jira/browse/HBASE-17470) | Remove merge region code from region server | Major | regionserver |<br/>| [HBASE-5401](https://issues.apache.org/jira/browse/HBASE-5401) | PerformanceEvaluation generates 10x the number of expected mappers | Major | test |<br/>| [HBASE-17221](https://issues.apache.org/jira/browse/HBASE-17221) | Abstract out an interface for RpcServer.Call | Major | . |<br/>| [HBASE-16119](https://issues.apache.org/jira/browse/HBASE-16119) | Procedure v2 - Reimplement merge | Major | proc-v2, Region Assignment |<br/>| [HBASE-17132](https://issues.apache.org/jira/browse/HBASE-17132) | Cleanup deprecated code for WAL | Major | wal |<br/>| [HBASE-17017](https://issues.apache.org/jira/browse/HBASE-17017) | Remove the current per-region latency histogram metrics | Major | metrics |<br/>| [HBASE-15513](https://issues.apache.org/jira/browse/HBASE-15513) | hbase.hregion.memstore.chunkpool.maxsize is 0.0 by default | Major | . |<br/>| [HBASE-16972](https://issues.apache.org/jira/browse/HBASE-16972) | Log more details for Scan#next request when responseTooSlow | Major | Operability |<br/>| [HBASE-16765](https://issues.apache.org/jira/browse/HBASE-16765) | New SteppingRegionSplitPolicy, avoid too aggressive spread of regions for small tables. | Critical | . |<br/>| [HBASE-16747](https://issues.apache.org/jira/browse/HBASE-16747) | Track memstore data size and heap overhead separately | Major | regionserver |<br/>| [HBASE-14551](https://issues.apache.org/jira/browse/HBASE-14551) | Procedure v2 - Reimplement split | Minor | proc-v2 |<br/>| [HBASE-16729](https://issues.apache.org/jira/browse/HBASE-16729) | Define the behavior of (default) empty FilterList | Trivial | . |<br/>| [HBASE-16799](https://issues.apache.org/jira/browse/HBASE-16799) | CP exposed Store should not expose unwanted APIs | Major | . |<br/>| [HBASE-16117](https://issues.apache.org/jira/browse/HBASE-16117) | Fix Connection leak in mapred.TableOutputFormat | Major | mapreduce |<br/>| [HBASE-15638](https://issues.apache.org/jira/browse/HBASE-15638) | Shade protobuf | Critical | Protobufs |<br/>| [HBASE-16257](https://issues.apache.org/jira/browse/HBASE-16257) | Move staging dir to be under hbase root dir | Blocker | . |<br/>| [HBASE-16650](https://issues.apache.org/jira/browse/HBASE-16650) | Wrong usage of BlockCache eviction stat for heap memory tuning | Major | . |<br/>| [HBASE-16598](https://issues.apache.org/jira/browse/HBASE-16598) | Enable zookeeper useMulti always and clean up in HBase code | Major | . |<br/>| [HBASE-15297](https://issues.apache.org/jira/browse/HBASE-15297) | error message is wrong when a wrong namspace is specified in grant in hbase shell | Minor | shell |<br/>| [HBASE-16340](https://issues.apache.org/jira/browse/HBASE-16340) | ensure no Xerces jars included | Critical | dependencies |<br/>| [HBASE-16321](https://issues.apache.org/jira/browse/HBASE-16321) | Ensure findbugs jsr305 jar isn't present | Blocker | dependencies |<br/>| [HBASE-16355](https://issues.apache.org/jira/browse/HBASE-16355) | hbase-client dependency on hbase-common test-jar should be test scope | Major | Client, dependencies |<br/>| [HBASE-16186](https://issues.apache.org/jira/browse/HBASE-16186) | Fix AssignmentManager MBean name | Major | master |<br/>| [HBASE-13823](https://issues.apache.org/jira/browse/HBASE-13823) | Procedure V2: unnecessaery operations on AssignmentManager#recoverTableInDisablingState() and recoverTableInEnablingState() | Major | master, proc-v2 |<br/>| [HBASE-15950](https://issues.apache.org/jira/browse/HBASE-15950) | Fix memstore size estimates to be more tighter | Major | . |<br/>| [HBASE-15971](https://issues.apache.org/jira/browse/HBASE-15971) | Regression: Random Read/WorkloadC slower in 1.x than 0.98 | Critical | rpc |<br/>| [HBASE-15875](https://issues.apache.org/jira/browse/HBASE-15875) | Remove HTable references and HTableInterface | Major | . |<br/>| [HBASE-15610](https://issues.apache.org/jira/browse/HBASE-15610) | Remove deprecated HConnection for 2.0 thus removing all PB references for 2.0 | Blocker | . |<br/>| [HBASE-15876](https://issues.apache.org/jira/browse/HBASE-15876) | Remove doBulkLoad(Path hfofDir, final HTable table) though it has not been through a full deprecation cycle | Blocker | . |<br/>| [HBASE-15575](https://issues.apache.org/jira/browse/HBASE-15575) | Rename table DDL \*Handler methods in MasterObserver to more meaningful names | Minor | Coprocessors |<br/>| [HBASE-15481](https://issues.apache.org/jira/browse/HBASE-15481) | Add pre/post roll to WALObserver | Trivial | . |<br/>| [HBASE-15568](https://issues.apache.org/jira/browse/HBASE-15568) | Procedure V2 - Remove CreateTableHandler in HBase Apache 2.0 release | Major | master, proc-v2 |<br/>| [HBASE-15521](https://issues.apache.org/jira/browse/HBASE-15521) | Procedure V2 - RestoreSnapshot and CloneSnapshot | Major | Client, master, proc-v2 |<br/>| [HBASE-11393](https://issues.apache.org/jira/browse/HBASE-11393) | Replication TableCfs should be a PB object rather than a string | Major | Replication |<br/>| [HBASE-15265](https://issues.apache.org/jira/browse/HBASE-15265) | Implement an asynchronous FSHLog | Major | wal |<br/>| [HBASE-15323](https://issues.apache.org/jira/browse/HBASE-15323) | Hbase Rest CheckAndDeleteAPi should be able to delete more cells | Major | hbase |<br/>| [HBASE-15377](https://issues.apache.org/jira/browse/HBASE-15377) | Per-RS Get metric is time based, per-region metric is size-based | Major | . |<br/>| [HBASE-13963](https://issues.apache.org/jira/browse/HBASE-13963) | avoid leaking jdk.tools | Critical | build, documentation |<br/>| [HBASE-15376](https://issues.apache.org/jira/browse/HBASE-15376) | ScanNext metric is size-based while every other per-operation metric is time based | Major | . |<br/>| [HBASE-15290](https://issues.apache.org/jira/browse/HBASE-15290) | Hbase Rest CheckAndAPI should save other cells along with compared cell | Major | hbase |<br/>| [HBASE-15100](https://issues.apache.org/jira/browse/HBASE-15100) | Master WALProcs still never clean up | Blocker | master, proc-v2 |<br/>| [HBASE-15111](https://issues.apache.org/jira/browse/HBASE-15111) | "hbase version" should write to stdout | Trivial | util |<br/>| [HBASE-14888](https://issues.apache.org/jira/browse/HBASE-14888) | ClusterSchema: Add Namespace Operations | Major | API |<br/>| [HBASE-15018](https://issues.apache.org/jira/browse/HBASE-15018) | Inconsistent way of handling TimeoutException in the rpc client implementations | Major | Client, IPC/RPC |<br/>| [HBASE-14205](https://issues.apache.org/jira/browse/HBASE-14205) | RegionCoprocessorHost System.nanoTime() performance bottleneck | Critical | Coprocessors, Performance, regionserver |<br/>| [HBASE-12751](https://issues.apache.org/jira/browse/HBASE-12751) | Allow RowLock to be reader writer | Major | regionserver |<br/>| [HBASE-13706](https://issues.apache.org/jira/browse/HBASE-13706) | CoprocessorClassLoader should not exempt Hive classes | Minor | Coprocessors |<br/>| [HBASE-13954](https://issues.apache.org/jira/browse/HBASE-13954) | Remove HTableInterface#getRowOrBefore related server side code | Major | API |<br/>| [HBASE-12296](https://issues.apache.org/jira/browse/HBASE-12296) | Filters should work with ByteBufferedCell | Major | regionserver, Scanners |<br/>| [HBASE-14027](https://issues.apache.org/jira/browse/HBASE-14027) | Clean up netty dependencies | Major | build |<br/>| [HBASE-7782](https://issues.apache.org/jira/browse/HBASE-7782) | HBaseTestingUtility.truncateTable() not acting like CLI | Minor | test |<br/>| [HBASE-14047](https://issues.apache.org/jira/browse/HBASE-14047) | Cleanup deprecated APIs from Cell class | Major | Client |<br/>| [HBASE-13849](https://issues.apache.org/jira/browse/HBASE-13849) | Remove restore and clone snapshot from the WebUI | Major | snapshots |<br/>| [HBASE-13646](https://issues.apache.org/jira/browse/HBASE-13646) | HRegion#execService should not try to build incomplete messages | Major | Coprocessors, regionserver |<br/>| [HBASE-13983](https://issues.apache.org/jira/browse/HBASE-13983) | Doc how the oddball HTable methods getStartKey, getEndKey, etc. will be removed in 2.0.0 | Minor | documentation |<br/>| [HBASE-13214](https://issues.apache.org/jira/browse/HBASE-13214) | Remove deprecated and unused methods from HTable class | Major | API |<br/>| [HBASE-13843](https://issues.apache.org/jira/browse/HBASE-13843) | Fix internal constant text in ReplicationManager.java | Trivial | master |<br/>| [HBASE-13375](https://issues.apache.org/jira/browse/HBASE-13375) | Provide HBase superuser higher priority over other users in the RPC handling | Major | IPC/RPC |<br/>| [HBASE-13636](https://issues.apache.org/jira/browse/HBASE-13636) | Remove deprecation for HBASE-4072 (Reading of zoo.cfg) | Major | . |<br/>| [HBASE-10800](https://issues.apache.org/jira/browse/HBASE-10800) | Use CellComparator instead of KVComparator | Major | . |<br/>| [HBASE-13118](https://issues.apache.org/jira/browse/HBASE-13118) | [PE] Add being able to write many columns | Major | test |<br/>| [HBASE-12990](https://issues.apache.org/jira/browse/HBASE-12990) | MetaScanner should be replaced by MetaTableAccessor | Major | Client |<br/>| [HBASE-13373](https://issues.apache.org/jira/browse/HBASE-13373) | Squash HFileReaderV3 together with HFileReaderV2 and AbstractHFileReader; ditto for Scanners and BlockReader, etc. | Major | . |<br/>| [HBASE-10728](https://issues.apache.org/jira/browse/HBASE-10728) | get\_counter value is never used. | Major | . |<br/>| [HBASE-13298](https://issues.apache.org/jira/browse/HBASE-13298) | Clarify if Table.{set\|get}WriteBufferSize() is deprecated or not | Critical | API |<br/>| [HBASE-13248](https://issues.apache.org/jira/browse/HBASE-13248) | Make HConnectionImplementation top-level class. | Major | API |<br/>| [HBASE-13198](https://issues.apache.org/jira/browse/HBASE-13198) | Remove HConnectionManager | Major | API |<br/>| [HBASE-12586](https://issues.apache.org/jira/browse/HBASE-12586) | Task 6 & 7 from HBASE-9117, delete all public HTable constructors and delete ConnectionManager#{delete,get}Connection | Major | . |<br/>| [HBASE-13171](https://issues.apache.org/jira/browse/HBASE-13171) | Change AccessControlClient methods to accept connection object to reduce setup time. | Minor | . |<br/>| [HBASE-6778](https://issues.apache.org/jira/browse/HBASE-6778) | Deprecate Chore; its a thread per task when we should have one thread to do all tasks | Major | . |<br/>| [HBASE-12684](https://issues.apache.org/jira/browse/HBASE-12684) | Add new AsyncRpcClient | Major | Client |<br/>| [HBASE-10378](https://issues.apache.org/jira/browse/HBASE-10378) | Divide HLog interface into User and Implementor specific interfaces | Major | wal |<br/>| [HBASE-12111](https://issues.apache.org/jira/browse/HBASE-12111) | Remove deprecated APIs from Mutation(s) | Major | Client |<br/>| [HBASE-12084](https://issues.apache.org/jira/browse/HBASE-12084) | Remove deprecated APIs from Result | Major | Client |<br/>| [HBASE-12048](https://issues.apache.org/jira/browse/HBASE-12048) | Remove deprecated APIs from Filter | Major | regionserver |<br/>| [HBASE-11556](https://issues.apache.org/jira/browse/HBASE-11556) | Move HTablePool to hbase-thrift module. | Major | Thrift |<br/>| [HBASE-4072](https://issues.apache.org/jira/browse/HBASE-4072) | Deprecate/disable and remove support for reading ZooKeeper zoo.cfg files from the classpath | Major | . |<br/><br/><br/>### IMPORTANT ISSUES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-15780](https://issues.apache.org/jira/browse/HBASE-15780) | Expose AuthUtil as IA.Public | Critical | API, security |<br/>| [HBASE-15322](https://issues.apache.org/jira/browse/HBASE-15322) | Operations using Unsafe path broken for platforms not having sun.misc.Unsafe | Critical | hbase |<br/>| [HBASE-15125](https://issues.apache.org/jira/browse/HBASE-15125) | HBaseFsck's adoptHdfsOrphan function creates region with wrong end key boundary | Major | hbck |<br/><br/><br/>### NEW FEATURES:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-19950](https://issues.apache.org/jira/browse/HBASE-19950) | Introduce a ColumnValueFilter | Minor | Filters |<br/>| [HBASE-19844](https://issues.apache.org/jira/browse/HBASE-19844) | Shell should support flush by regionserver | Minor | shell |<br/>| [HBASE-19886](https://issues.apache.org/jira/browse/HBASE-19886) | Display maintenance mode in shell, web UI | Major | . |<br/>| [HBASE-19528](https://issues.apache.org/jira/browse/HBASE-19528) | Major Compaction Tool | Major | . |<br/>| [HBASE-19897](https://issues.apache.org/jira/browse/HBASE-19897) | RowMutations should follow the fluent pattern | Minor | . |<br/>| [HBASE-4224](https://issues.apache.org/jira/browse/HBASE-4224) | Need a flush by regionserver rather than by table option | Major | . |<br/>| [HBASE-15321](https://issues.apache.org/jira/browse/HBASE-15321) | Ability to open a HRegion from hdfs snapshot. | Major | . |<br/>| [HBASE-19799](https://issues.apache.org/jira/browse/HBASE-19799) | Add web UI to rsgroup | Major | rsgroup, UI |<br/>| [HBASE-19326](https://issues.apache.org/jira/browse/HBASE-19326) | Remove decommissioned servers from rsgroup | Major | rsgroup |<br/>| [HBASE-19189](https://issues.apache.org/jira/browse/HBASE-19189) | Ad-hoc test job for running a subset of tests lots of times | Major | build |<br/>| [HBASE-19103](https://issues.apache.org/jira/browse/HBASE-19103) | Add BigDecimalComparator for filter | Minor | Client |<br/>| [HBASE-18171](https://issues.apache.org/jira/browse/HBASE-18171) | Scanning cursor for async client | Major | . |<br/>| [HBASE-18875](https://issues.apache.org/jira/browse/HBASE-18875) | Thrift server supports read-only mode | Major | Thrift |<br/>| [HBASE-14417](https://issues.apache.org/jira/browse/HBASE-14417) | Incremental backup and bulk loading | Blocker | . |<br/>| [HBASE-18131](https://issues.apache.org/jira/browse/HBASE-18131) | Add an hbase shell command to clear deadserver list in ServerManager | Major | Operability |<br/>| [HBASE-15806](https://issues.apache.org/jira/browse/HBASE-15806) | An endpoint-based export tool | Critical | Coprocessors, tooling |<br/>| [HBASE-14135](https://issues.apache.org/jira/browse/HBASE-14135) | HBase Backup/Restore Phase 3: Merge backup images | Critical | . |<br/>| [HBASE-15134](https://issues.apache.org/jira/browse/HBASE-15134) | Add visibility into Flush and Compaction queues | Major | Compaction, metrics, regionserver |<br/>| [HBASE-15968](https://issues.apache.org/jira/browse/HBASE-15968) | New behavior of versions considering mvcc and ts rather than ts only | Major | . |<br/>| [HBASE-15943](https://issues.apache.org/jira/browse/HBASE-15943) | Add page displaying JVM process metrics | Major | Operability, UI |<br/>| [HBASE-17928](https://issues.apache.org/jira/browse/HBASE-17928) | Shell tool to clear compaction queues | Major | Compaction, Operability |<br/>| [HBASE-18226](https://issues.apache.org/jira/browse/HBASE-18226) | Disable reverse DNS lookup at HMaster and use the hostname provided by RegionServer | Major | . |<br/>| [HBASE-13784](https://issues.apache.org/jira/browse/HBASE-13784) | Add Async Client Table API | Major | . |<br/>| [HBASE-17849](https://issues.apache.org/jira/browse/HBASE-17849) | PE tool random read is not totally random | Major | Performance, test |<br/>| [HBASE-15576](https://issues.apache.org/jira/browse/HBASE-15576) | Scanning cursor to prevent blocking long time on ResultScanner.next() | Major | . |<br/>| [HBASE-16961](https://issues.apache.org/jira/browse/HBASE-16961) | FileSystem Quotas | Major | . |<br/>| [HBASE-17757](https://issues.apache.org/jira/browse/HBASE-17757) | Unify blocksize after encoding to decrease memory fragment | Major | . |<br/>| [HBASE-17542](https://issues.apache.org/jira/browse/HBASE-17542) | Move backup system table into separate namespace | Major | . |<br/>| [HBASE-14141](https://issues.apache.org/jira/browse/HBASE-14141) | HBase Backup/Restore Phase 3: Filter WALs on backup to include only edits from backed up tables | Blocker | . |<br/>| [HBASE-17758](https://issues.apache.org/jira/browse/HBASE-17758) | [RSGROUP] Add shell command to move servers and tables at the same time | Major | rsgroup |<br/>| [HBASE-17737](https://issues.apache.org/jira/browse/HBASE-17737) | Thrift2 proxy should support scan timeRange per column family | Major | Thrift |<br/>| [HBASE-16981](https://issues.apache.org/jira/browse/HBASE-16981) | Expand Mob Compaction Partition policy from daily to weekly, monthly | Major | mob |<br/>| [HBASE-9774](https://issues.apache.org/jira/browse/HBASE-9774) | HBase native metrics and metric collection for coprocessors | Major | Coprocessors, metrics |<br/>| [HBASE-17174](https://issues.apache.org/jira/browse/HBASE-17174) | Refactor the AsyncProcess, BufferedMutatorImpl, and HTable | Minor | . |<br/>| [HBASE-15432](https://issues.apache.org/jira/browse/HBASE-15432) | TableInputFormat - support multi column family scan | Major | . |<br/>| [HBASE-17181](https://issues.apache.org/jira/browse/HBASE-17181) | Let HBase thrift2 support TThreadedSelectorServer | Minor | Thrift |<br/>| [HBASE-17151](https://issues.apache.org/jira/browse/HBASE-17151) | New API to create HFile.Reader without instantiating block cache | Major | . |<br/>| [HBASE-16463](https://issues.apache.org/jira/browse/HBASE-16463) | Improve transparent table/CF encryption with Commons Crypto | Major | encryption |<br/>| [HBASE-16751](https://issues.apache.org/jira/browse/HBASE-16751) | Add tuning information to HBase Book | Minor | . |<br/>| [HBASE-16677](https://issues.apache.org/jira/browse/HBASE-16677) | Add table size (total store file size) to table page | Minor | website |<br/>| [HBASE-16447](https://issues.apache.org/jira/browse/HBASE-16447) | Replication by namespaces config in peer | Critical | Replication |<br/>| [HBASE-16388](https://issues.apache.org/jira/browse/HBASE-16388) | Prevent client threads being blocked by only one slow region server | Major | . |<br/>| [HBASE-16213](https://issues.apache.org/jira/browse/HBASE-16213) | A new HFileBlock structure for fast random get | Major | Performance |<br/>| [HBASE-12721](https://issues.apache.org/jira/browse/HBASE-12721) | Create Docker container cluster infrastructure to enable better testing | Major | build, community, documentation, test |<br/>| [HBASE-3727](https://issues.apache.org/jira/browse/HBASE-3727) | MultiHFileOutputFormat | Minor | . |<br/>| [HBASE-15881](https://issues.apache.org/jira/browse/HBASE-15881) | Allow BZIP2 compression | Major | HFile |<br/>| [HBASE-10358](https://issues.apache.org/jira/browse/HBASE-10358) | Shell changes for setting consistency per request | Major | shell |<br/>| [HBASE-15892](https://issues.apache.org/jira/browse/HBASE-15892) | submit-patch.py: Single command line to make patch, upload it to jira, and update review board | Trivial | . |<br/>| [HBASE-15228](https://issues.apache.org/jira/browse/HBASE-15228) | Add the methods to RegionObserver to trigger start/complete restoring WALs | Major | Coprocessors |<br/>| [HBASE-15847](https://issues.apache.org/jira/browse/HBASE-15847) | VerifyReplication prefix filtering | Major | Replication |<br/>| [HBASE-15798](https://issues.apache.org/jira/browse/HBASE-15798) | Add Async RpcChannels to all RpcClients | Major | . |<br/>| [HBASE-15281](https://issues.apache.org/jira/browse/HBASE-15281) | Allow the FileSystem inside HFileSystem to be wrapped | Major | Filesystem Integration, hbase |<br/>| [HBASE-15592](https://issues.apache.org/jira/browse/HBASE-15592) | Print Procedure WAL content | Major | . |<br/>| [HBASE-6721](https://issues.apache.org/jira/browse/HBASE-6721) | RegionServer Group based Assignment | Major | regionserver |<br/>| [HBASE-15136](https://issues.apache.org/jira/browse/HBASE-15136) | Explore different queuing behaviors while busy | Critical | IPC/RPC |<br/>| [HBASE-15181](https://issues.apache.org/jira/browse/HBASE-15181) | A simple implementation of date based tiered compaction | Major | Compaction |<br/>| [HBASE-13259](https://issues.apache.org/jira/browse/HBASE-13259) | mmap() based BucketCache IOEngine | Critical | BlockCache |<br/>| [HBASE-15135](https://issues.apache.org/jira/browse/HBASE-15135) | Add metrics for storefile age | Major | . |<br/>| [HBASE-14355](https://issues.apache.org/jira/browse/HBASE-14355) | Scan different TimeRange for each column family | Major | Client, regionserver, Scanners |<br/>| [HBASE-11262](https://issues.apache.org/jira/browse/HBASE-11262) | Avoid empty columns while doing bulk-load | Major | . |<br/>| [HBASE-15036](https://issues.apache.org/jira/browse/HBASE-15036) | Update HBase Spark documentation to include bulk load with thin records | Major | . |<br/>| [HBASE-14980](https://issues.apache.org/jira/browse/HBASE-14980) | Project Astro | Major | documentation |<br/>| [HBASE-13153](https://issues.apache.org/jira/browse/HBASE-13153) | Bulk Loaded HFile Replication | Major | Replication |<br/>| [HBASE-12911](https://issues.apache.org/jira/browse/HBASE-12911) | Client-side metrics | Major | Client, Operability, Performance |<br/>| [HBASE-14529](https://issues.apache.org/jira/browse/HBASE-14529) | Respond to SIGHUP to reload config | Major | Operability |<br/>| [HBASE-14459](https://issues.apache.org/jira/browse/HBASE-14459) | Add request and response sizes metrics | Major | metrics |<br/>| [HBASE-14456](https://issues.apache.org/jira/browse/HBASE-14456) | Implement a namespace-based region grouping strategy for RegionGroupingProvider | Major | . |<br/>| [HBASE-14154](https://issues.apache.org/jira/browse/HBASE-14154) | DFS Replication should be configurable at column family level | Minor | . |<br/>| [HBASE-13702](https://issues.apache.org/jira/browse/HBASE-13702) | ImportTsv: Add dry-run functionality and log bad rows | Major | . |<br/>| [HBASE-13639](https://issues.apache.org/jira/browse/HBASE-13639) | SyncTable - rsync for HBase tables | Major | mapreduce, Operability, tooling |<br/>| [HBASE-10070](https://issues.apache.org/jira/browse/HBASE-10070) | HBase read high-availability using timeline-consistent region replicas | Major | Admin, API, LatencyResilience |<br/>| [HBASE-13356](https://issues.apache.org/jira/browse/HBASE-13356) | HBase should provide an InputFormat supporting multiple scans in mapreduce jobs over snapshots | Minor | mapreduce |<br/>| [HBASE-5980](https://issues.apache.org/jira/browse/HBASE-5980) | Scanner responses from RS should include metrics on rows/KVs filtered | Minor | Client, metrics, Operability, regionserver |<br/>| [HBASE-13698](https://issues.apache.org/jira/browse/HBASE-13698) | Add RegionLocator methods to Thrift2 proxy. | Major | Thrift |<br/>| [HBASE-13071](https://issues.apache.org/jira/browse/HBASE-13071) | Hbase Streaming Scan Feature | Major | . |<br/>| [HBASE-13090](https://issues.apache.org/jira/browse/HBASE-13090) | Progress heartbeats for long running scanners | Major | . |<br/>| [HBASE-13412](https://issues.apache.org/jira/browse/HBASE-13412) | Region split decisions should have jitter | Major | regionserver |<br/>| [HBASE-12972](https://issues.apache.org/jira/browse/HBASE-12972) | Region, a supportable public/evolving subset of HRegion | Major | . |<br/>| [HBASE-13170](https://issues.apache.org/jira/browse/HBASE-13170) | Allow block cache to be external | Major | io |<br/>| [HBASE-5238](https://issues.apache.org/jira/browse/HBASE-5238) | Add a log4j category for all edits to META/ROOT | Minor | regionserver |<br/>| [HBASE-13063](https://issues.apache.org/jira/browse/HBASE-13063) | Allow to turn off memstore replication for region replicas | Minor | regionserver, Replication |<br/>| [HBASE-13057](https://issues.apache.org/jira/browse/HBASE-13057) | Provide client utility to easily enable and disable table replication | Major | Replication |<br/>| [HBASE-12869](https://issues.apache.org/jira/browse/HBASE-12869) | Add a REST API implementation of the ClusterManager interface | Major | integration tests |<br/>| [HBASE-12944](https://issues.apache.org/jira/browse/HBASE-12944) | Support patches to branches in precommit jenkins build | Major | . |<br/>| [HBASE-12268](https://issues.apache.org/jira/browse/HBASE-12268) | Add support for Scan.setRowPrefixFilter to shell | Major | shell |<br/>| [HBASE-5162](https://issues.apache.org/jira/browse/HBASE-5162) | Basic client pushback mechanism | Major | . |<br/><br/><br/>### IMPROVEMENTS:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-19994](https://issues.apache.org/jira/browse/HBASE-19994) | Create a new class for RPC throttling exception, make it retryable. | Major | . |<br/>| [HBASE-20409](https://issues.apache.org/jira/browse/HBASE-20409) | Set hbase.client.meta.operation.timeout in TestClientOperationTimeout | Trivial | test |<br/>| [HBASE-17449](https://issues.apache.org/jira/browse/HBASE-17449) | Add explicit document on different timeout settings | Critical | documentation |<br/>| [HBASE-18784](https://issues.apache.org/jira/browse/HBASE-18784) | Use of filesystem that requires hflush / hsync / append / etc should query outputstream capabilities | Major | Filesystem Integration |<br/>| [HBASE-15466](https://issues.apache.org/jira/browse/HBASE-15466) | precommit should not run all java goals when given a docs-only patch | Major | build |<br/>| [HBASE-20135](https://issues.apache.org/jira/browse/HBASE-20135) | NullPointerException during reading bloom filter when upgraded from hbase-1 to hbase-2 | Minor | . |<br/>| [HBASE-17165](https://issues.apache.org/jira/browse/HBASE-17165) | Add retry to LoadIncrementalHFiles tool | Critical | hbase, HFile, tooling |<br/>| [HBASE-18467](https://issues.apache.org/jira/browse/HBASE-18467) | nightly job needs to run all stages and then comment on jira | Critical | community, test |<br/>| [HBASE-17448](https://issues.apache.org/jira/browse/HBASE-17448) | Export metrics from RecoverableZooKeeper | Major | Zookeeper |<br/>| [HBASE-20055](https://issues.apache.org/jira/browse/HBASE-20055) | Remove declaration of un-thrown exceptions and unused setRegionStateBackToOpen() from MergeTableRegionsProcedure | Minor | amv2 |<br/>| [HBASE-18020](https://issues.apache.org/jira/browse/HBASE-18020) | Update API Compliance Checker to Incorporate Improvements Done in Hadoop | Major | API, community |<br/>| [HBASE-20065](https://issues.apache.org/jira/browse/HBASE-20065) | Revisit the timestamp usage in MetaTableAccessor | Major | . |<br/>| [HBASE-18294](https://issues.apache.org/jira/browse/HBASE-18294) | Reduce global heap pressure: flush based on heap occupancy | Major | . |<br/>| [HBASE-19680](https://issues.apache.org/jira/browse/HBASE-19680) | BufferedMutatorImpl#mutate should wait the result from AP in order to throw the failed mutations | Major | . |<br/>| [HBASE-19988](https://issues.apache.org/jira/browse/HBASE-19988) | HRegion#lockRowsAndBuildMiniBatch() is too chatty when interrupted while waiting for a row lock | Minor | amv2 |<br/>| [HBASE-19915](https://issues.apache.org/jira/browse/HBASE-19915) | From split/ merge procedures daughter/ merged regions get created in OFFLINE state | Major | . |<br/>| [HBASE-19917](https://issues.apache.org/jira/browse/HBASE-19917) | Improve RSGroupBasedLoadBalancer#filterServers() to be more efficient | Minor | rsgroup |<br/>| [HBASE-19904](https://issues.apache.org/jira/browse/HBASE-19904) | Break dependency of WAL constructor on Replication | Major | Replication, wal |<br/>| [HBASE-19912](https://issues.apache.org/jira/browse/HBASE-19912) | The flag "writeToWAL" of Region#checkAndRowMutate is useless | Minor | . |<br/>| [HBASE-19861](https://issues.apache.org/jira/browse/HBASE-19861) | Avoid using RPCs when querying table infos for master status pages | Major | UI |<br/>| [HBASE-19770](https://issues.apache.org/jira/browse/HBASE-19770) | Add '--return-values' option to Shell to print return values of commands in interactive mode | Critical | shell |<br/>| [HBASE-19823](https://issues.apache.org/jira/browse/HBASE-19823) | Make RawCellBuilderFactory LimitedPrivate.UNITTEST | Minor | . |<br/>| [HBASE-19820](https://issues.apache.org/jira/browse/HBASE-19820) | Restore public constructor of MiniHBaseCluster (API compat) | Major | . |<br/>| [HBASE-19736](https://issues.apache.org/jira/browse/HBASE-19736) | Remove BaseLogCleanerDelegate deprecated #isLogDeletable(FileStatus) and use #isFileDeletable(FileStatus) instead | Minor | . |<br/>| [HBASE-19739](https://issues.apache.org/jira/browse/HBASE-19739) | Include thrift IDL files in HBase binary distribution | Minor | Thrift |<br/>| [HBASE-19789](https://issues.apache.org/jira/browse/HBASE-19789) | Not exclude flaky tests from nightly builds | Major | . |<br/>| [HBASE-19758](https://issues.apache.org/jira/browse/HBASE-19758) | Split TestHCM to several smaller tests | Major | test |<br/>| [HBASE-19751](https://issues.apache.org/jira/browse/HBASE-19751) | Use RegionInfo directly instead of an identifier and a namespace when getting WAL | Major | wal |<br/>| [HBASE-19139](https://issues.apache.org/jira/browse/HBASE-19139) | Create Async Admin methods for Clear Block Cache | Major | Admin |<br/>| [HBASE-19702](https://issues.apache.org/jira/browse/HBASE-19702) | Improve RSGroupInfo constructors | Minor | . |<br/>| [HBASE-19684](https://issues.apache.org/jira/browse/HBASE-19684) | BlockCacheKey toString Performance | Trivial | hbase |<br/>| [HBASE-19358](https://issues.apache.org/jira/browse/HBASE-19358) | Improve the stability of splitting log when do fail over | Major | MTTR |<br/>| [HBASE-19723](https://issues.apache.org/jira/browse/HBASE-19723) | hbase-thrift declares slf4j-api twice | Trivial | Thrift |<br/>| [HBASE-19651](https://issues.apache.org/jira/browse/HBASE-19651) | Remove LimitInputStream | Minor | hbase |<br/>| [HBASE-19473](https://issues.apache.org/jira/browse/HBASE-19473) | Miscellaneous changes to ClientScanner | Trivial | hbase |<br/>| [HBASE-19613](https://issues.apache.org/jira/browse/HBASE-19613) | Miscellaneous changes to WALSplitter | Trivial | hbase |<br/>| [HBASE-18806](https://issues.apache.org/jira/browse/HBASE-18806) | VerifyRep by snapshot need not to restore snapshot for each mapper | Major | Replication |<br/>| [HBASE-18011](https://issues.apache.org/jira/browse/HBASE-18011) | Refactor RpcServer | Major | IPC/RPC |<br/>| [HBASE-19641](https://issues.apache.org/jira/browse/HBASE-19641) | AsyncHBaseAdmin should use exponential backoff when polling the procedure result | Major | asyncclient, proc-v2 |<br/>| [HBASE-19675](https://issues.apache.org/jira/browse/HBASE-19675) | Miscellaneous HStore Class Improvements | Minor | hbase |<br/>| [HBASE-19683](https://issues.apache.org/jira/browse/HBASE-19683) | Remove Superfluous Methods From String Class | Trivial | hbase |<br/>| [HBASE-19676](https://issues.apache.org/jira/browse/HBASE-19676) | CleanerChore logging improvements | Trivial | hbase |<br/>| [HBASE-19486](https://issues.apache.org/jira/browse/HBASE-19486) | Periodically ensure records are not buffered too long by BufferedMutator | Major | Client |<br/>| [HBASE-19679](https://issues.apache.org/jira/browse/HBASE-19679) | Superusers Logging and Data Structures | Trivial | hbase |<br/>| [HBASE-19677](https://issues.apache.org/jira/browse/HBASE-19677) | Miscellaneous HFileCleaner Improvements | Trivial | hbase |<br/>| [HBASE-19649](https://issues.apache.org/jira/browse/HBASE-19649) | Use singleton feature for ImmutableSegment | Trivial | . |<br/>| [HBASE-8518](https://issues.apache.org/jira/browse/HBASE-8518) | Get rid of hbase.hstore.compaction.complete setting | Minor | . |<br/>| [HBASE-19659](https://issues.apache.org/jira/browse/HBASE-19659) | Enable -x in make\_rc.sh so logs where it is in execution | Trivial | build |<br/>| [HBASE-19647](https://issues.apache.org/jira/browse/HBASE-19647) | Logging cleanups; emit regionname when RegionTooBusyException inside RetriesExhausted... make netty connect/disconnect TRACE-level | Major | . |<br/>| [HBASE-19545](https://issues.apache.org/jira/browse/HBASE-19545) | Replace getBytes(StandardCharsets.UTF\_8) with Bytes.toBytes | Minor | . |<br/>| [HBASE-19615](https://issues.apache.org/jira/browse/HBASE-19615) | CompositeImmutableSegment ArrayList Instead of LinkedList | Trivial | hbase |<br/>| [HBASE-19621](https://issues.apache.org/jira/browse/HBASE-19621) | Revisit the methods in ReplicationPeerConfigBuilder | Minor | . |<br/>| [HBASE-19618](https://issues.apache.org/jira/browse/HBASE-19618) | Remove replicationQueuesClient.class/replicationQueues.class config and remove table based ReplicationQueuesClient/ReplicationQueues implementation | Major | . |<br/>| [HBASE-19576](https://issues.apache.org/jira/browse/HBASE-19576) | Introduce builder for ReplicationPeerConfig and make it immutable | Major | . |<br/>| [HBASE-19590](https://issues.apache.org/jira/browse/HBASE-19590) | Remove the duplicate code in deprecated ReplicationAdmin | Minor | . |<br/>| [HBASE-19570](https://issues.apache.org/jira/browse/HBASE-19570) | Add hadoop3 tests to Nightly master/branch-2 runs | Critical | . |<br/>| [HBASE-19571](https://issues.apache.org/jira/browse/HBASE-19571) | Minor refactor of Nightly run scripts | Minor | . |<br/>| [HBASE-19491](https://issues.apache.org/jira/browse/HBASE-19491) | Exclude flaky tests from nightly master run | Major | . |<br/>| [HBASE-15482](https://issues.apache.org/jira/browse/HBASE-15482) | Provide an option to skip calculating block locations for SnapshotInputFormat | Minor | mapreduce |<br/>| [HBASE-19531](https://issues.apache.org/jira/browse/HBASE-19531) | Remove needless volatile declaration | Trivial | . |<br/>| [HBASE-19521](https://issues.apache.org/jira/browse/HBASE-19521) | HBase mob compaction need to check hfile version | Critical | Compaction, mob |<br/>| [HBASE-14790](https://issues.apache.org/jira/browse/HBASE-14790) | Implement a new DFSOutputStream for logging WAL only | Major | wal |<br/>| [HBASE-19472](https://issues.apache.org/jira/browse/HBASE-19472) | Remove ArrayUtil Class | Major | hbase |<br/>| [HBASE-19489](https://issues.apache.org/jira/browse/HBASE-19489) | Check against only the latest maintenance release in pre-commit hadoopcheck. | Minor | . |<br/>| [HBASE-17425](https://issues.apache.org/jira/browse/HBASE-17425) | Fix calls to deprecated APIs in TestUpdateConfiguration | Trivial | Client |<br/>| [HBASE-19464](https://issues.apache.org/jira/browse/HBASE-19464) | Replace StringBuffer with StringBuilder for hbase-common | Trivial | hbase |<br/>| [HBASE-19463](https://issues.apache.org/jira/browse/HBASE-19463) | Make CPEnv#getConnection return a facade that throws Unsupported if CP calls #close | Major | Coprocessors |<br/>| [HBASE-19180](https://issues.apache.org/jira/browse/HBASE-19180) | Remove unused imports from AlwaysPasses | Trivial | build |<br/>| [HBASE-18169](https://issues.apache.org/jira/browse/HBASE-18169) | Coprocessor fix and cleanup before 2.0.0 release | Blocker | Coprocessors |<br/>| [HBASE-19448](https://issues.apache.org/jira/browse/HBASE-19448) | Replace StringBuffer with StringBuilder for hbase-server | Trivial | hbase |<br/>| [HBASE-19432](https://issues.apache.org/jira/browse/HBASE-19432) | Roll the specified writer in HFileOutputFormat2 | Major | . |<br/>| [HBASE-19290](https://issues.apache.org/jira/browse/HBASE-19290) | Reduce zk request when doing split log | Major | . |<br/>| [HBASE-19336](https://issues.apache.org/jira/browse/HBASE-19336) | Improve rsgroup to allow assign all tables within a specified namespace by only writing namespace | Major | rsgroup |<br/>| [HBASE-19367](https://issues.apache.org/jira/browse/HBASE-19367) | Refactoring in RegionStates, and RSProcedureDispatcher | Minor | . |<br/>| [HBASE-19382](https://issues.apache.org/jira/browse/HBASE-19382) | Update report-flakies.py script to handle yetus builds | Major | . |<br/>| [HBASE-19252](https://issues.apache.org/jira/browse/HBASE-19252) | Move the transform logic of FilterList into transformCell() method to avoid extra ref to question cell | Minor | . |<br/>| [HBASE-19372](https://issues.apache.org/jira/browse/HBASE-19372) | Remove the Span object in SyncFuture as it is useless now | Major | tracing, wal |<br/>| [HBASE-18090](https://issues.apache.org/jira/browse/HBASE-18090) | Improve TableSnapshotInputFormat to allow more multiple mappers per region | Major | mapreduce |<br/>| [HBASE-16868](https://issues.apache.org/jira/browse/HBASE-16868) | Add a replicate\_all flag to avoid misuse the namespaces and table-cfs config of replication peer | Critical | Replication |<br/>| [HBASE-19311](https://issues.apache.org/jira/browse/HBASE-19311) | Promote TestAcidGuarantees to LargeTests and start mini cluster once to make it faster | Major | test |<br/>| [HBASE-19293](https://issues.apache.org/jira/browse/HBASE-19293) | Support adding a new replication peer in disabled state | Major | . |<br/>| [HBASE-16574](https://issues.apache.org/jira/browse/HBASE-16574) | Add backup / restore feature to refguide | Major | . |<br/>| [HBASE-19274](https://issues.apache.org/jira/browse/HBASE-19274) | Log IOException when unable to determine the size of committed file | Trivial | . |<br/>| [HBASE-19251](https://issues.apache.org/jira/browse/HBASE-19251) | Merge RawAsyncTable and AsyncTable | Major | asyncclient, Client |<br/>| [HBASE-19262](https://issues.apache.org/jira/browse/HBASE-19262) | Revisit checkstyle rules | Major | build |<br/>| [HBASE-18601](https://issues.apache.org/jira/browse/HBASE-18601) | Update Htrace to 4.2 | Major | dependencies, tracing |<br/>| [HBASE-19227](https://issues.apache.org/jira/browse/HBASE-19227) | Nightly jobs should archive JVM dumpstream files | Critical | build |<br/>| [HBASE-12350](https://issues.apache.org/jira/browse/HBASE-12350) | Backport error-prone build support to branch-1 and branch-2 | Minor | . |<br/>| [HBASE-19228](https://issues.apache.org/jira/browse/HBASE-19228) | nightly job should gather machine stats. | Major | build |<br/>| [HBASE-19186](https://issues.apache.org/jira/browse/HBASE-19186) | Unify to use bytes to show size in master/rs ui | Minor | . |<br/>| [HBASE-19027](https://issues.apache.org/jira/browse/HBASE-19027) | Honor the CellComparator of ScanInfo in scanning over a store | Major | . |<br/>| [HBASE-13622](https://issues.apache.org/jira/browse/HBASE-13622) | document upgrade rollback | Major | documentation |<br/>| [HBASE-18925](https://issues.apache.org/jira/browse/HBASE-18925) | Need updated mockito for using java optional | Major | . |<br/>| [HBASE-19140](https://issues.apache.org/jira/browse/HBASE-19140) | hbase-cleanup.sh uses deprecated call to remove files in hdfs | Trivial | scripts |<br/>| [HBASE-17065](https://issues.apache.org/jira/browse/HBASE-17065) | Perform more effective sorting for RPC Handler Tasks | Minor | . |<br/>| [HBASE-18870](https://issues.apache.org/jira/browse/HBASE-18870) | Hbase Backup should set the details to MR job name | Minor | . |<br/>| [HBASE-18602](https://issues.apache.org/jira/browse/HBASE-18602) | rsgroup cleanup unassign code | Minor | rsgroup |<br/>| [HBASE-19110](https://issues.apache.org/jira/browse/HBASE-19110) | Add default for Server#isStopping & #getFileSystem | Minor | . |<br/>| [HBASE-19091](https://issues.apache.org/jira/browse/HBASE-19091) | Code annotation wrote "BinaryComparator" instead of "LongComparator" | Minor | Client |<br/>| [HBASE-18994](https://issues.apache.org/jira/browse/HBASE-18994) | Decide if META/System tables should use Compacting Memstore or Default Memstore | Major | . |<br/>| [HBASE-19051](https://issues.apache.org/jira/browse/HBASE-19051) | Add new split algorithm for num string | Minor | . |<br/>| [HBASE-18824](https://issues.apache.org/jira/browse/HBASE-18824) | Add meaningful comment to HConstants.LATEST\_TIMESTAMP to explain why it is MAX\_VALUE | Minor | . |<br/>| [HBASE-10367](https://issues.apache.org/jira/browse/HBASE-10367) | RegionServer graceful stop / decommissioning | Major | . |<br/>| [HBASE-18986](https://issues.apache.org/jira/browse/HBASE-18986) | Remove unnecessary null check after CellUtil.cloneQualifier() | Minor | . |<br/>| [HBASE-15410](https://issues.apache.org/jira/browse/HBASE-15410) | Utilize the max seek value when all Filters in MUST\_PASS\_ALL FilterList return SEEK\_NEXT\_USING\_HINT | Major | . |<br/>| [HBASE-18843](https://issues.apache.org/jira/browse/HBASE-18843) | Add DistCp support to incremental backup with bulk loading | Major | . |<br/>| [HBASE-16010](https://issues.apache.org/jira/browse/HBASE-16010) | Put draining function through Admin API | Minor | . |<br/>| [HBASE-18899](https://issues.apache.org/jira/browse/HBASE-18899) | Make Fileinfo more readable in HFilePrettyPrinter | Major | HFile |<br/>| [HBASE-16894](https://issues.apache.org/jira/browse/HBASE-16894) | Create more than 1 split per region, generalize HBASE-12590 | Major | . |<br/>| [HBASE-18929](https://issues.apache.org/jira/browse/HBASE-18929) | Hbase backup command doesn’t show debug option to enable backup in debug mode | Minor | . |<br/>| [HBASE-18814](https://issues.apache.org/jira/browse/HBASE-18814) | Make ScanMetrics enabled and add counter \ into the MapReduce Job over snapshot | Minor | mapreduce |<br/>| [HBASE-18559](https://issues.apache.org/jira/browse/HBASE-18559) | Add histogram to MetricsConnection to track concurrent calls per server | Minor | Client |<br/>| [HBASE-18436](https://issues.apache.org/jira/browse/HBASE-18436) | Add client-side hedged read metrics | Minor | . |<br/>| [HBASE-13844](https://issues.apache.org/jira/browse/HBASE-13844) | Move static helper methods from KeyValue into CellUtils | Minor | . |<br/>| [HBASE-18884](https://issues.apache.org/jira/browse/HBASE-18884) | Coprocessor Design Improvements follow up of HBASE-17732 | Major | Coprocessors |<br/>| [HBASE-18652](https://issues.apache.org/jira/browse/HBASE-18652) | Expose individual cache stats in a CombinedCache through JMX | Major | regionserver |<br/>| [HBASE-18651](https://issues.apache.org/jira/browse/HBASE-18651) | Let ChaosMonkeyRunner expose the chaos monkey runner it creates | Major | . |<br/>| [HBASE-11462](https://issues.apache.org/jira/browse/HBASE-11462) | MetaTableAccessor shouldn't use ZooKeeeper | Major | Client, Zookeeper |<br/>| [HBASE-18478](https://issues.apache.org/jira/browse/HBASE-18478) | Allow users to remove RegionFinder from LoadBalancer calculations if no locality possible | Major | Balancer |<br/>| [HBASE-18849](https://issues.apache.org/jira/browse/HBASE-18849) | expand "thirdparty" reference to give examples of setting netty location in common testing modules | Critical | documentation, thirdparty |<br/>| [HBASE-18609](https://issues.apache.org/jira/browse/HBASE-18609) | Apply ClusterStatus#getClusterStatus(EnumSet\) in code base | Major | . |<br/>| [HBASE-18795](https://issues.apache.org/jira/browse/HBASE-18795) | Expose KeyValue.getBuffer() for tests alone | Major | . |<br/>| [HBASE-18772](https://issues.apache.org/jira/browse/HBASE-18772) | [JDK8] Replace AtomicLong with LongAdder | Trivial | . |<br/>| [HBASE-14996](https://issues.apache.org/jira/browse/HBASE-14996) | Some more API cleanup for 2.0 | Blocker | . |<br/>| [HBASE-18683](https://issues.apache.org/jira/browse/HBASE-18683) | Upgrade hbase to commons-math 3 | Major | . |<br/>| [HBASE-13271](https://issues.apache.org/jira/browse/HBASE-13271) | Table#puts(List\) operation is indeterminate; needs fixing | Critical | API |<br/>| [HBASE-10240](https://issues.apache.org/jira/browse/HBASE-10240) | Remove 0.94-\>0.96 migration code | Critical | . |<br/>| [HBASE-18662](https://issues.apache.org/jira/browse/HBASE-18662) | The default values for many configuration items in the code are not consistent with hbase-default.xml | Minor | . |<br/>| [HBASE-18621](https://issues.apache.org/jira/browse/HBASE-18621) | Refactor ClusterOptions before applying to code base | Major | . |<br/>| [HBASE-18778](https://issues.apache.org/jira/browse/HBASE-18778) | Use Comparator for StealJobQueue | Major | Compaction |<br/>| [HBASE-18737](https://issues.apache.org/jira/browse/HBASE-18737) | Display configured max size of memstore and cache on RS UI | Minor | . |<br/>| [HBASE-18674](https://issues.apache.org/jira/browse/HBASE-18674) | upgrade hbase to commons-lang3 | Major | . |<br/>| [HBASE-18746](https://issues.apache.org/jira/browse/HBASE-18746) | Throw exception with job.getStatus().getFailureInfo() when ExportSnapshot fails | Minor | mapreduce, snapshots |<br/>| [HBASE-18740](https://issues.apache.org/jira/browse/HBASE-18740) | Upgrade Zookeeper version to 3.4.10 | Major | . |<br/>| [HBASE-18699](https://issues.apache.org/jira/browse/HBASE-18699) | Copy LoadIncrementalHFiles to another package and mark the old one as deprecated | Major | mapreduce |<br/>| [HBASE-18675](https://issues.apache.org/jira/browse/HBASE-18675) | Making {max,min}SessionTimeout configurable for MiniZooKeeperCluster | Minor | test, Zookeeper |<br/>| [HBASE-17826](https://issues.apache.org/jira/browse/HBASE-17826) | Backup: submit M/R job to a particular Yarn queue | Major | . |<br/>| [HBASE-18677](https://issues.apache.org/jira/browse/HBASE-18677) | typo in namespace docs | Trivial | documentation |<br/>| [HBASE-18701](https://issues.apache.org/jira/browse/HBASE-18701) | Optimize reference guide to use cell acl conveniently | Trivial | . |<br/>| [HBASE-18519](https://issues.apache.org/jira/browse/HBASE-18519) | Use builder pattern to create cell | Major | . |<br/>| [HBASE-18673](https://issues.apache.org/jira/browse/HBASE-18673) | Some more unwanted reference to unshaded PB classes | Minor | . |<br/>| [HBASE-18224](https://issues.apache.org/jira/browse/HBASE-18224) | Upgrade jetty | Critical | dependencies |<br/>| [HBASE-18532](https://issues.apache.org/jira/browse/HBASE-18532) | Improve cache related stats rendered on RS UI | Major | regionserver, UI |<br/>| [HBASE-18629](https://issues.apache.org/jira/browse/HBASE-18629) | Enhance ChaosMonkeyRunner with interruptibility | Major | . |<br/>| [HBASE-18631](https://issues.apache.org/jira/browse/HBASE-18631) | Allow configuration of ChaosMonkey properties via hbase-site | Minor | integration tests |<br/>| [HBASE-18573](https://issues.apache.org/jira/browse/HBASE-18573) | Update Append and Delete to use Mutation#getCellList(family) | Minor | . |<br/>| [HBASE-18251](https://issues.apache.org/jira/browse/HBASE-18251) | Remove unnecessary traversing to the first and last keys in the CellSet | Major | . |<br/>| [HBASE-18581](https://issues.apache.org/jira/browse/HBASE-18581) | Remove dead code and some tidy up in BaseLoadBalancer | Minor | Balancer |<br/>| [HBASE-18504](https://issues.apache.org/jira/browse/HBASE-18504) | Add documentation for WAL compression | Minor | documentation |<br/>| [HBASE-17064](https://issues.apache.org/jira/browse/HBASE-17064) | Add TaskMonitor#getTasks() variant which accepts type selection | Minor | . |<br/>| [HBASE-2631](https://issues.apache.org/jira/browse/HBASE-2631) | Decide between "InMB" and "MB" as suffix for field names in ClusterStatus objects | Minor | . |<br/>| [HBASE-18533](https://issues.apache.org/jira/browse/HBASE-18533) | Expose BucketCache values to be configured | Major | BucketCache |<br/>| [HBASE-18303](https://issues.apache.org/jira/browse/HBASE-18303) | Clean up some parameterized test declarations | Minor | test |<br/>| [HBASE-18522](https://issues.apache.org/jira/browse/HBASE-18522) | Add RowMutations support to Batch | Major | . |<br/>| [HBASE-18566](https://issues.apache.org/jira/browse/HBASE-18566) | [RSGROUP]Log the client IP/port of the rsgroup admin | Major | rsgroup |<br/>| [HBASE-15511](https://issues.apache.org/jira/browse/HBASE-15511) | ClusterStatus should be able to return responses by scope | Major | . |<br/>| [HBASE-18555](https://issues.apache.org/jira/browse/HBASE-18555) | Remove redundant familyMap.put() from addxxx() of sub-classes of Mutation and Query | Minor | Client |<br/>| [HBASE-18387](https://issues.apache.org/jira/browse/HBASE-18387) | [Thrift] Make principal configurable in DemoClient.java | Minor | . |<br/>| [HBASE-18548](https://issues.apache.org/jira/browse/HBASE-18548) | Move sources of important Jenkins jobs into source control | Critical | documentation, scripts |<br/>| [HBASE-18248](https://issues.apache.org/jira/browse/HBASE-18248) | Warn if monitored RPC task has been tied up beyond a configurable threshold | Major | . |<br/>| [HBASE-18485](https://issues.apache.org/jira/browse/HBASE-18485) | Performance issue: ClientAsyncPrefetchScanner is slower than ClientSimpleScanner | Major | . |<br/>| [HBASE-18426](https://issues.apache.org/jira/browse/HBASE-18426) | nightly job should use independent stages to check supported jdks | Critical | community, test |<br/>| [HBASE-14220](https://issues.apache.org/jira/browse/HBASE-14220) | nightly tests should verify src tgz generates and builds correctly | Minor | build |<br/>| [HBASE-18520](https://issues.apache.org/jira/browse/HBASE-18520) | Add jmx value to determine true Master Start time | Minor | metrics |<br/>| [HBASE-16893](https://issues.apache.org/jira/browse/HBASE-16893) | Use Collection.removeIf instead of Iterator.remove in DependentColumnFilter | Minor | . |<br/>| [HBASE-16116](https://issues.apache.org/jira/browse/HBASE-16116) | Remove redundant pattern \*.iml | Trivial | . |<br/>| [HBASE-18261](https://issues.apache.org/jira/browse/HBASE-18261) | [AMv2] Create new RecoverMetaProcedure and use it from ServerCrashProcedure and HMaster.finishActiveMasterInitialization() | Major | amv2 |<br/>| [HBASE-18402](https://issues.apache.org/jira/browse/HBASE-18402) | Thrift2 should support DeleteFamilyVersion type | Major | Thrift |<br/>| [HBASE-18434](https://issues.apache.org/jira/browse/HBASE-18434) | Address some alerts raised by lgtm.com | Major | . |<br/>| [HBASE-18023](https://issues.apache.org/jira/browse/HBASE-18023) | Log multi-\* requests for more than threshold number of rows | Minor | regionserver |<br/>| [HBASE-15816](https://issues.apache.org/jira/browse/HBASE-15816) | Provide client with ability to set priority on Operations | Major | . |<br/>| [HBASE-18389](https://issues.apache.org/jira/browse/HBASE-18389) | Remove byte[] from formal parameter of sizeOf() of ClassSize, ClassSize.MemoryLayout and ClassSize.UnsafeLayout | Minor | util |<br/>| [HBASE-18412](https://issues.apache.org/jira/browse/HBASE-18412) | [Shell] Support unset of list of configuration for a table | Minor | . |<br/>| [HBASE-16312](https://issues.apache.org/jira/browse/HBASE-16312) | update jquery version | Critical | dependencies, UI |<br/>| [HBASE-18332](https://issues.apache.org/jira/browse/HBASE-18332) | Upgrade asciidoctor-maven-plugin | Minor | website |<br/>| [HBASE-18339](https://issues.apache.org/jira/browse/HBASE-18339) | Update test-patch to use hadoop 3.0.0-alpha4 | Major | test |<br/>| [HBASE-18004](https://issues.apache.org/jira/browse/HBASE-18004) | getRegionLocations needs to be called once in ScannerCallableWithReplicas#call() | Minor | Client |<br/>| [HBASE-18307](https://issues.apache.org/jira/browse/HBASE-18307) | Share the same EventLoopGroup for NettyRpcServer, NettyRpcClient and AsyncFSWALProvider at RS side | Major | io, rpc, wal |<br/>| [HBASE-18083](https://issues.apache.org/jira/browse/HBASE-18083) | Make large/small file clean thread number configurable in HFileCleaner | Major | . |<br/>| [HBASE-16730](https://issues.apache.org/jira/browse/HBASE-16730) | Exclude junit as a transitive dependency from hadoop-common | Trivial | hbase |<br/>| [HBASE-15062](https://issues.apache.org/jira/browse/HBASE-15062) | IntegrationTestMTTR conditionally run some tests | Minor | integration tests |<br/>| [HBASE-11707](https://issues.apache.org/jira/browse/HBASE-11707) | Using Map instead of list in FailedServers of RpcClient | Minor | Client |<br/>| [HBASE-18286](https://issues.apache.org/jira/browse/HBASE-18286) | Create static empty byte array to save memory | Trivial | community |<br/>| [HBASE-17995](https://issues.apache.org/jira/browse/HBASE-17995) | improve log messages during snapshot related tests | Trivial | integration tests, mapreduce, snapshots, test |<br/>| [HBASE-15391](https://issues.apache.org/jira/browse/HBASE-15391) | Avoid too large "deleted from META" info log | Minor | . |<br/>| [HBASE-16585](https://issues.apache.org/jira/browse/HBASE-16585) | Rewrite the delegation token tests with Parameterized pattern | Major | security, test |<br/>| [HBASE-13197](https://issues.apache.org/jira/browse/HBASE-13197) | Connection API cleanup | Major | API |<br/>| [HBASE-15756](https://issues.apache.org/jira/browse/HBASE-15756) | Pluggable RpcServer | Critical | Performance, rpc |<br/>| [HBASE-17110](https://issues.apache.org/jira/browse/HBASE-17110) | Improve SimpleLoadBalancer to always take server-level balance into account | Major | Balancer |<br/>| [HBASE-18022](https://issues.apache.org/jira/browse/HBASE-18022) | Refine the error message issued with TableNotFoundException when expected table is not the same as the one fetched from meta | Minor | . |<br/>| [HBASE-18281](https://issues.apache.org/jira/browse/HBASE-18281) | Performance update in StoreFileWriter.java for string replacement | Trivial | community |<br/>| [HBASE-18041](https://issues.apache.org/jira/browse/HBASE-18041) | Add pylintrc file to HBase | Major | community |<br/>| [HBASE-18275](https://issues.apache.org/jira/browse/HBASE-18275) | Formatting and grammar mistakes in schemadoc chapter | Trivial | documentation |<br/>| [HBASE-18164](https://issues.apache.org/jira/browse/HBASE-18164) | Much faster locality cost function and candidate generator | Critical | Balancer |<br/>| [HBASE-16351](https://issues.apache.org/jira/browse/HBASE-16351) | do dependency license check via enforcer plugin | Major | build, dependencies |<br/>| [HBASE-18252](https://issues.apache.org/jira/browse/HBASE-18252) | Resolve BaseLoadBalancer bad practice warnings | Minor | . |<br/>| [HBASE-18033](https://issues.apache.org/jira/browse/HBASE-18033) | Update supplemental models for new deps in Hadoop trunk | Critical | dependencies |<br/>| [HBASE-17959](https://issues.apache.org/jira/browse/HBASE-17959) | Canary timeout should be configurable on a per-table basis | Minor | canary |<br/>| [HBASE-17777](https://issues.apache.org/jira/browse/HBASE-17777) | TestMemstoreLAB#testLABThreading runs too long for a small test | Minor | test |<br/>| [HBASE-18101](https://issues.apache.org/jira/browse/HBASE-18101) | Fix type mismatch on container access in QuotaCache#chore | Trivial | . |<br/>| [HBASE-18001](https://issues.apache.org/jira/browse/HBASE-18001) | Extend the "count" shell command to support specified conditions | Minor | shell |<br/>| [HBASE-18094](https://issues.apache.org/jira/browse/HBASE-18094) | Display the return value of the command append | Major | shell |<br/>| [HBASE-18075](https://issues.apache.org/jira/browse/HBASE-18075) | Support namespaces and tables with non-latin alphabetical characters | Major | Client |<br/>| [HBASE-18067](https://issues.apache.org/jira/browse/HBASE-18067) | Support a default converter for data read shell commands | Minor | shell |<br/>| [HBASE-18019](https://issues.apache.org/jira/browse/HBASE-18019) | Close redundant memstore scanners | Major | . |<br/>| [HBASE-17910](https://issues.apache.org/jira/browse/HBASE-17910) | Use separated StoreFileReader for streaming read | Major | regionserver, scan, Scanners |<br/>| [HBASE-18043](https://issues.apache.org/jira/browse/HBASE-18043) | Institute a hard limit for individual cell size that cannot be overridden by clients | Major | IPC/RPC, regionserver |<br/>| [HBASE-17343](https://issues.apache.org/jira/browse/HBASE-17343) | Make Compacting Memstore default in 2.0 with BASIC as the default type | Blocker | regionserver |<br/>| [HBASE-18021](https://issues.apache.org/jira/browse/HBASE-18021) | Add more info in timed out RetriesExhaustedException for read replica client get processing, | Minor | Client |<br/>| [HBASE-18017](https://issues.apache.org/jira/browse/HBASE-18017) | Reduce frequency of setStoragePolicy failure warnings | Minor | . |<br/>| [HBASE-14925](https://issues.apache.org/jira/browse/HBASE-14925) | Develop HBase shell command/tool to list table's region info through command line | Major | shell |<br/>| [HBASE-17924](https://issues.apache.org/jira/browse/HBASE-17924) | Consider sorting the row order when processing multi() ops before taking rowlocks | Major | . |<br/>| [HBASE-18015](https://issues.apache.org/jira/browse/HBASE-18015) | Storage class aware block placement for procedure v2 WALs | Minor | . |<br/>| [HBASE-18007](https://issues.apache.org/jira/browse/HBASE-18007) | Clean up rest module code | Trivial | . |<br/>| [HBASE-17990](https://issues.apache.org/jira/browse/HBASE-17990) | Refactor TestFSUtils to use Before | Trivial | . |<br/>| [HBASE-16466](https://issues.apache.org/jira/browse/HBASE-16466) | HBase snapshots support in VerifyReplication tool to reduce load on live HBase cluster with large tables | Major | hbase |<br/>| [HBASE-12870](https://issues.apache.org/jira/browse/HBASE-12870) | "Major compaction triggered" and "Skipping major compaction" messages lack the region information | Major | Compaction |<br/>| [HBASE-17973](https://issues.apache.org/jira/browse/HBASE-17973) | Create shell command to identify regions with poor locality | Major | shell |<br/>| [HBASE-17979](https://issues.apache.org/jira/browse/HBASE-17979) | HBase Shell 'list' Command Help Doc Improvements | Minor | shell |<br/>| [HBASE-17875](https://issues.apache.org/jira/browse/HBASE-17875) | Document why objects over 10MB are not well-suited for hbase | Major | documentation, mob |<br/>| [HBASE-8486](https://issues.apache.org/jira/browse/HBASE-8486) | IS\_ROOT isnt needed in HTableDescriptor. | Minor | . |<br/>| [HBASE-17817](https://issues.apache.org/jira/browse/HBASE-17817) | Make Regionservers log which tables it removed coprocessors from when aborting | Major | Coprocessors, regionserver |<br/>| [HBASE-17835](https://issues.apache.org/jira/browse/HBASE-17835) | Spelling mistakes in the Java source | Trivial | documentation |<br/>| [HBASE-17962](https://issues.apache.org/jira/browse/HBASE-17962) | Improve documentation on Rest interface | Trivial | documentation, REST |<br/>| [HBASE-17877](https://issues.apache.org/jira/browse/HBASE-17877) | Improve HBase's byte[] comparator | Major | util |<br/>| [HBASE-9899](https://issues.apache.org/jira/browse/HBASE-9899) | for idempotent operation dups, return the result instead of throwing conflict exception | Major | . |<br/>| [HBASE-17514](https://issues.apache.org/jira/browse/HBASE-17514) | Warn when Thrift Server 1 is configured for proxy users but not the HTTP transport | Minor | Thrift, Usability |<br/>| [HBASE-17944](https://issues.apache.org/jira/browse/HBASE-17944) | Removed unused JDK version parsing from ClassSize. | Minor | build |<br/>| [HBASE-17912](https://issues.apache.org/jira/browse/HBASE-17912) | Avoid major compactions on region server startup | Major | Compaction |<br/>| [HBASE-17888](https://issues.apache.org/jira/browse/HBASE-17888) | Add generic methods for updating metrics on start and end of a procedure execution | Major | proc-v2 |<br/>| [HBASE-16469](https://issues.apache.org/jira/browse/HBASE-16469) | Several log refactoring/improvement suggestions | Major | Operability |<br/>| [HBASE-17836](https://issues.apache.org/jira/browse/HBASE-17836) | CellUtil#estimatedSerializedSizeOf is slow when input is ByteBufferCell | Minor | . |<br/>| [HBASE-16969](https://issues.apache.org/jira/browse/HBASE-16969) | RegionCoprocessorServiceExec should override the toString() for debugging | Minor | . |<br/>| [HBASE-17854](https://issues.apache.org/jira/browse/HBASE-17854) | Use StealJobQueue in HFileCleaner after HBASE-17215 | Major | . |<br/>| [HBASE-17215](https://issues.apache.org/jira/browse/HBASE-17215) | Separate small/large file delete threads in HFileCleaner to accelerate archived hfile cleanup speed | Major | . |<br/>| [HBASE-17831](https://issues.apache.org/jira/browse/HBASE-17831) | Support small scan in thrift2 | Major | Thrift |<br/>| [HBASE-17623](https://issues.apache.org/jira/browse/HBASE-17623) | Reuse the bytes array when building the hfile block | Major | HFile |<br/>| [HBASE-17815](https://issues.apache.org/jira/browse/HBASE-17815) | Remove the unused field in PrefixTreeSeeker | Trivial | . |<br/>| [HBASE-17778](https://issues.apache.org/jira/browse/HBASE-17778) | Remove the testing code in the AsyncRequestFutureImpl | Trivial | . |<br/>| [HBASE-15339](https://issues.apache.org/jira/browse/HBASE-15339) | Improve DateTieredCompactionPolicy | Major | Compaction |<br/>| [HBASE-17747](https://issues.apache.org/jira/browse/HBASE-17747) | Support both weak and soft object pool | Major | . |<br/>| [HBASE-15429](https://issues.apache.org/jira/browse/HBASE-15429) | Add a split policy for busy regions | Major | regionserver |<br/>| [HBASE-17731](https://issues.apache.org/jira/browse/HBASE-17731) | Fractional latency reporting in MultiThreadedAction | Trivial | . |<br/>| [HBASE-16977](https://issues.apache.org/jira/browse/HBASE-16977) | VerifyReplication should log a printable representation of the row keys | Minor | Replication |<br/>| [HBASE-15941](https://issues.apache.org/jira/browse/HBASE-15941) | HBCK repair should not unsplit healthy splitted region | Major | hbck |<br/>| [HBASE-17532](https://issues.apache.org/jira/browse/HBASE-17532) | Replace explicit type with diamond operator | Trivial | build |<br/>| [HBASE-17734](https://issues.apache.org/jira/browse/HBASE-17734) | Guard against possibly copying the qualifier in the ScanDeleteTracker | Minor | . |<br/>| [HBASE-17690](https://issues.apache.org/jira/browse/HBASE-17690) | Clean up MOB code | Major | mob |<br/>| [HBASE-16188](https://issues.apache.org/jira/browse/HBASE-16188) | Add EventCounter information to log4j properties file | Minor | . |<br/>| [HBASE-17689](https://issues.apache.org/jira/browse/HBASE-17689) | Add support for table.existsAll in thrift2 THBaseservice | Major | Thrift |<br/>| [HBASE-17634](https://issues.apache.org/jira/browse/HBASE-17634) | Clean up the usage of Result.isPartial | Major | scan |<br/>| [HBASE-17654](https://issues.apache.org/jira/browse/HBASE-17654) | RSGroup code refactoring | Major | rsgroup |<br/>| [HBASE-17057](https://issues.apache.org/jira/browse/HBASE-17057) | Minor compactions should also drop page cache behind reads | Major | Compaction |<br/>| [HBASE-17676](https://issues.apache.org/jira/browse/HBASE-17676) | Get class name once for all in AbstractFSWAL | Major | Performance |<br/>| [HBASE-13718](https://issues.apache.org/jira/browse/HBASE-13718) | Add a pretty printed table description to the table detail page of HBase's master | Minor | hbase |<br/>| [HBASE-17172](https://issues.apache.org/jira/browse/HBASE-17172) | Optimize mob compaction with \_del files | Major | mob |<br/>| [HBASE-17627](https://issues.apache.org/jira/browse/HBASE-17627) | Active workers metric for thrift | Major | Thrift |<br/>| [HBASE-17637](https://issues.apache.org/jira/browse/HBASE-17637) | Update progress more frequently in IntegrationTestBigLinkedList.Generator.persist | Minor | . |<br/>| [HBASE-17605](https://issues.apache.org/jira/browse/HBASE-17605) | Refactor procedure framework code | Major | proc-v2 |<br/>| [HBASE-17280](https://issues.apache.org/jira/browse/HBASE-17280) | Add mechanism to control hbase cleaner behavior | Minor | Client, hbase, shell |<br/>| [HBASE-17613](https://issues.apache.org/jira/browse/HBASE-17613) | avoid copy of family when initializing the FSWALEntry | Minor | . |<br/>| [HBASE-17437](https://issues.apache.org/jira/browse/HBASE-17437) | Support specifying a WAL directory outside of the root directory | Major | Filesystem Integration, wal |<br/>| [HBASE-17592](https://issues.apache.org/jira/browse/HBASE-17592) | Fix typo in IPCUtil and RpcConnection | Trivial | . |<br/>| [HBASE-17588](https://issues.apache.org/jira/browse/HBASE-17588) | Remove unused imports brought in by HBASE-17437 | Trivial | . |<br/>| [HBASE-17552](https://issues.apache.org/jira/browse/HBASE-17552) | Update developer section in hbase book | Major | . |<br/>| [HBASE-17543](https://issues.apache.org/jira/browse/HBASE-17543) | Create additional ReplicationEndpoint WALEntryFilters by configuration | Major | Replication |<br/>| [HBASE-17569](https://issues.apache.org/jira/browse/HBASE-17569) | HBase-Procedure module need to support mvn clean test -PskipProcedureTests to skip unit test | Minor | proc-v2 |<br/>| [HBASE-17555](https://issues.apache.org/jira/browse/HBASE-17555) | Change calls to deprecated getHBaseAdmin to getAdmin | Minor | . |<br/>| [HBASE-17563](https://issues.apache.org/jira/browse/HBASE-17563) | Foreach and switch in RootDocProcessor and StabilityOptions | Trivial | . |<br/>| [HBASE-17515](https://issues.apache.org/jira/browse/HBASE-17515) | Reduce memory footprint of RegionLoads kept by StochasticLoadBalancer | Major | . |<br/>| [HBASE-17462](https://issues.apache.org/jira/browse/HBASE-17462) | Use sliding window for read/write request costs in StochasticLoadBalancer | Major | . |<br/>| [HBASE-16698](https://issues.apache.org/jira/browse/HBASE-16698) | Performance issue: handlers stuck waiting for CountDownLatch inside WALKey#getWriteEntry under high writing workload | Major | Performance |<br/>| [HBASE-17404](https://issues.apache.org/jira/browse/HBASE-17404) | Replace explicit type with diamond operator in hbase-annotations | Trivial | . |<br/>| [HBASE-10699](https://issues.apache.org/jira/browse/HBASE-10699) | Optimize some code; set capacity on arraylist when possible; use isEmpty; reduce allocations | Major | . |<br/>| [HBASE-17488](https://issues.apache.org/jira/browse/HBASE-17488) | WALEdit should be lazily instantiated | Trivial | . |<br/>| [HBASE-17408](https://issues.apache.org/jira/browse/HBASE-17408) | Introduce per request limit by number of mutations | Major | . |<br/>| [HBASE-17291](https://issues.apache.org/jira/browse/HBASE-17291) | Remove ImmutableSegment#getKeyValueScanner | Major | Scanners |<br/>| [HBASE-17314](https://issues.apache.org/jira/browse/HBASE-17314) | Limit total buffered size for all replication sources | Major | Replication |<br/>| [HBASE-17348](https://issues.apache.org/jira/browse/HBASE-17348) | Remove the unused hbase.replication from javadoc/comment/book completely | Trivial | . |<br/>| [HBASE-15924](https://issues.apache.org/jira/browse/HBASE-15924) | Enhance hbase services autorestart capability to hbase-daemon.sh | Major | . |<br/>| [HBASE-17292](https://issues.apache.org/jira/browse/HBASE-17292) | Add observer notification before bulk loaded hfile is moved to region directory | Major | . |<br/>| [HBASE-17332](https://issues.apache.org/jira/browse/HBASE-17332) | Replace HashMap to Array for DataBlockEncoding.idToEncoding | Major | . |<br/>| [HBASE-17331](https://issues.apache.org/jira/browse/HBASE-17331) | Avoid busy waiting in ThrottledInputStream | Minor | . |<br/>| [HBASE-17318](https://issues.apache.org/jira/browse/HBASE-17318) | Increment does not add new column if the increment amount is zero at first time writing | Major | . |<br/>| [HBASE-17298](https://issues.apache.org/jira/browse/HBASE-17298) | remove unused code in HRegion#doMiniBatchMutation | Minor | regionserver |<br/>| [HBASE-17296](https://issues.apache.org/jira/browse/HBASE-17296) | Provide per peer throttling for replication | Major | Replication |<br/>| [HBASE-17276](https://issues.apache.org/jira/browse/HBASE-17276) | Reduce log spam from WrongRegionException in large multi()'s | Minor | regionserver |<br/>| [HBASE-17241](https://issues.apache.org/jira/browse/HBASE-17241) | Avoid compacting already compacted mob files with \_del files | Major | mob |<br/>| [HBASE-17207](https://issues.apache.org/jira/browse/HBASE-17207) | Arrays.asList() with too few arguments | Trivial | . |<br/>| [HBASE-16700](https://issues.apache.org/jira/browse/HBASE-16700) | Allow for coprocessor whitelisting | Minor | Coprocessors |<br/>| [HBASE-17239](https://issues.apache.org/jira/browse/HBASE-17239) | Add UnsafeByteOperations#wrap(ByteInput, int offset, int len) API | Major | Protobufs |<br/>| [HBASE-17245](https://issues.apache.org/jira/browse/HBASE-17245) | Replace HTableDescriptor#htd.getColumnFamilies().length with a low-cost implementation | Minor | . |<br/>| [HBASE-14882](https://issues.apache.org/jira/browse/HBASE-14882) | Provide a Put API that adds the provided family, qualifier, value without copying | Major | . |<br/>| [HBASE-17243](https://issues.apache.org/jira/browse/HBASE-17243) | Reuse CompactionPartitionId and avoid creating MobFileName in PartitionedMobCompactor to avoid unnecessary new objects | Minor | mob |<br/>| [HBASE-17194](https://issues.apache.org/jira/browse/HBASE-17194) | Assign the new region to the idle server after splitting | Minor | . |<br/>| [HBASE-17232](https://issues.apache.org/jira/browse/HBASE-17232) | Replace HashSet with ArrayList to accumulate delayed scanners in KVHeap and StoreScanner. | Major | . |<br/>| [HBASE-17161](https://issues.apache.org/jira/browse/HBASE-17161) | MOB : Make ref cell creation more efficient | Major | . |<br/>| [HBASE-17235](https://issues.apache.org/jira/browse/HBASE-17235) | Improvement in creation of CIS for onheap buffer cases | Major | rpc |<br/>| [HBASE-17191](https://issues.apache.org/jira/browse/HBASE-17191) | Make use of UnsafeByteOperations#unsafeWrap(ByteBuffer buffer) in PBUtil#toCell(Cell cell) | Major | . |<br/>| [HBASE-17205](https://issues.apache.org/jira/browse/HBASE-17205) | Add a metric for the duration of region in transition | Minor | Region Assignment |<br/>| [HBASE-17216](https://issues.apache.org/jira/browse/HBASE-17216) | A Few Fields Can Be Safely Made Static | Major | . |<br/>| [HBASE-17212](https://issues.apache.org/jira/browse/HBASE-17212) | Should add null checker on table name in HTable constructor and RegionServerCallable | Major | . |<br/>| [HBASE-17184](https://issues.apache.org/jira/browse/HBASE-17184) | Code cleanup of LruBlockCache | Trivial | . |<br/>| [HBASE-17211](https://issues.apache.org/jira/browse/HBASE-17211) | Add more details in log when UnknownScannerException thrown in ScannerCallable | Minor | Operability |<br/>| [HBASE-17178](https://issues.apache.org/jira/browse/HBASE-17178) | Add region balance throttling | Major | Balancer |<br/>| [HBASE-16302](https://issues.apache.org/jira/browse/HBASE-16302) | age of last shipped op and age of last applied op should be histograms | Major | Replication |<br/>| [HBASE-16561](https://issues.apache.org/jira/browse/HBASE-16561) | Add metrics about read/write/scan queue length and active read/write/scan handler count | Minor | IPC/RPC, metrics |<br/>| [HBASE-17086](https://issues.apache.org/jira/browse/HBASE-17086) | Add comments to explain why Cell#getTagsLength() returns an int, rather than a short | Minor | Interface |<br/>| [HBASE-17176](https://issues.apache.org/jira/browse/HBASE-17176) | Reuse the builder in RequestConverter | Minor | . |<br/>| [HBASE-17157](https://issues.apache.org/jira/browse/HBASE-17157) | Increase the default mergeable threshold for mob compaction | Major | mob |<br/>| [HBASE-17129](https://issues.apache.org/jira/browse/HBASE-17129) | Remove public from methods in DataType interface | Minor | . |<br/>| [HBASE-17123](https://issues.apache.org/jira/browse/HBASE-17123) | Add postBulkLoadHFile variant that notifies the final paths for the hfiles | Major | . |<br/>| [HBASE-17126](https://issues.apache.org/jira/browse/HBASE-17126) | Expose KeyValue#checkParameters() and checkForTagsLength() to be used by other Cell implementations | Minor | Client, regionserver |<br/>| [HBASE-17088](https://issues.apache.org/jira/browse/HBASE-17088) | Refactor RWQueueRpcExecutor/BalancedQueueRpcExecutor/RpcExecutor | Major | rpc |<br/>| [HBASE-16708](https://issues.apache.org/jira/browse/HBASE-16708) | Expose endpoint Coprocessor name in "responseTooSlow" log messages | Major | . |<br/>| [HBASE-17037](https://issues.apache.org/jira/browse/HBASE-17037) | Enhance LoadIncrementalHFiles API to convey loaded files | Major | . |<br/>| [HBASE-17077](https://issues.apache.org/jira/browse/HBASE-17077) | Don't copy the replication queue belonging to the peer which has been deleted | Minor | . |<br/>| [HBASE-17047](https://issues.apache.org/jira/browse/HBASE-17047) | Add an API to get HBase connection cache statistics | Minor | spark |<br/>| [HBASE-17063](https://issues.apache.org/jira/browse/HBASE-17063) | Cleanup TestHRegion : remove duplicate variables for method name and two unused params in initRegion | Minor | . |<br/>| [HBASE-17026](https://issues.apache.org/jira/browse/HBASE-17026) | VerifyReplication log should distinguish whether good row key is result of revalidation | Minor | . |<br/>| [HBASE-16840](https://issues.apache.org/jira/browse/HBASE-16840) | Reuse cell's timestamp and type in ScanQueryMatcher | Minor | . |<br/>| [HBASE-17005](https://issues.apache.org/jira/browse/HBASE-17005) | Improve log message in MobFileCache | Trivial | mob |<br/>| [HBASE-17004](https://issues.apache.org/jira/browse/HBASE-17004) | Refactor IntegrationTestManyRegions to use @ClassRule for timing out | Minor | integration tests |<br/>| [HBASE-16946](https://issues.apache.org/jira/browse/HBASE-16946) | Provide Raw scan as an option in VerifyReplication | Minor | hbase |<br/>| [HBASE-17013](https://issues.apache.org/jira/browse/HBASE-17013) | Add constructor to RowMutations for initializing the capacity of internal list | Minor | . |<br/>| [HBASE-17006](https://issues.apache.org/jira/browse/HBASE-17006) | Add names to threads for better debugability of thread dumps | Minor | Operability |<br/>| [HBASE-17014](https://issues.apache.org/jira/browse/HBASE-17014) | Add clearly marked starting and shutdown log messages for all services. | Minor | Operability |<br/>| [HBASE-16950](https://issues.apache.org/jira/browse/HBASE-16950) | Print raw stats in the end of procedure performance tools for parsing results from scripts | Trivial | . |<br/>| [HBASE-16783](https://issues.apache.org/jira/browse/HBASE-16783) | Use ByteBufferPool for the header and message during Rpc response | Minor | . |<br/>| [HBASE-16562](https://issues.apache.org/jira/browse/HBASE-16562) | ITBLL should fail to start if misconfigured | Major | integration tests |<br/>| [HBASE-16414](https://issues.apache.org/jira/browse/HBASE-16414) | Improve performance for RPC encryption with Apache Common Crypto | Major | IPC/RPC |<br/>| [HBASE-16854](https://issues.apache.org/jira/browse/HBASE-16854) | Refactor the org.apache.hadoop.hbase.client.Action | Minor | . |<br/>| [HBASE-16774](https://issues.apache.org/jira/browse/HBASE-16774) | [shell] Add coverage to TestShell when ZooKeeper is not reachable | Major | shell, test |<br/>| [HBASE-16844](https://issues.apache.org/jira/browse/HBASE-16844) | Procedure V2: DispatchMergingRegionsProcedure to use base class StateMachineProcedure for abort and rollback | Trivial | master, proc-v2 |<br/>| [HBASE-16818](https://issues.apache.org/jira/browse/HBASE-16818) | Avoid multiple copies of binary data during the conversion from Result to Row | Major | spark |<br/>| [HBASE-16821](https://issues.apache.org/jira/browse/HBASE-16821) | Enhance LoadIncrementalHFiles API to convey missing hfiles if any | Major | . |<br/>| [HBASE-15921](https://issues.apache.org/jira/browse/HBASE-15921) | Add first AsyncTable impl and create TableImpl based on it | Major | Client |<br/>| [HBASE-16792](https://issues.apache.org/jira/browse/HBASE-16792) | Reuse KeyValue.KeyOnlyKeyValue in BufferedDataBlockEncoder.SeekerState | Minor | . |<br/>| [HBASE-16784](https://issues.apache.org/jira/browse/HBASE-16784) | Make use of ExtendedCell#write(OutputStream os) for the default HFileWriter#append() | Major | . |<br/>| [HBASE-16809](https://issues.apache.org/jira/browse/HBASE-16809) | Save one cell length calculation in HeapMemStoreLAB#copyCellInto | Minor | . |<br/>| [HBASE-16661](https://issues.apache.org/jira/browse/HBASE-16661) | Add last major compaction age to per-region metrics | Minor | . |<br/>| [HBASE-16773](https://issues.apache.org/jira/browse/HBASE-16773) | AccessController should access local region if possible | Major | . |<br/>| [HBASE-16657](https://issues.apache.org/jira/browse/HBASE-16657) | Expose per-region last major compaction timestamp in RegionServer UI | Minor | regionserver, UI |<br/>| [HBASE-16772](https://issues.apache.org/jira/browse/HBASE-16772) | Add verbose option to VerifyReplication for logging good rows | Minor | Replication, Usability |<br/>| [HBASE-16690](https://issues.apache.org/jira/browse/HBASE-16690) | Move znode path configs to a separated class | Major | Zookeeper |<br/>| [HBASE-16672](https://issues.apache.org/jira/browse/HBASE-16672) | Add option for bulk load to always copy hfile(s) instead of renaming | Major | . |<br/>| [HBASE-16720](https://issues.apache.org/jira/browse/HBASE-16720) | Sort build ids in flaky dashboard | Minor | . |<br/>| [HBASE-16691](https://issues.apache.org/jira/browse/HBASE-16691) | Optimize KeyOnlyFilter by utilizing KeyOnlyCell | Major | . |<br/>| [HBASE-16714](https://issues.apache.org/jira/browse/HBASE-16714) | Procedure V2 - use base class to remove duplicate set up test code in table DDL procedures | Major | proc-v2, test |<br/>| [HBASE-16694](https://issues.apache.org/jira/browse/HBASE-16694) | Reduce garbage for onDiskChecksum in HFileBlock | Minor | . |<br/>| [HBASE-16705](https://issues.apache.org/jira/browse/HBASE-16705) | Eliminate long to Long auto boxing in LongComparator | Minor | Filters |<br/>| [HBASE-16692](https://issues.apache.org/jira/browse/HBASE-16692) | Make ByteBufferUtils#equals safer and correct | Major | . |<br/>| [HBASE-16667](https://issues.apache.org/jira/browse/HBASE-16667) | Building with JDK 8: ignoring option MaxPermSize=256m | Minor | build |<br/>| [HBASE-16423](https://issues.apache.org/jira/browse/HBASE-16423) | Add re-compare option to VerifyReplication to avoid occasional inconsistent rows | Minor | Replication |<br/>| [HBASE-16680](https://issues.apache.org/jira/browse/HBASE-16680) | Reduce garbage in BufferChain | Minor | . |<br/>| [HBASE-16659](https://issues.apache.org/jira/browse/HBASE-16659) | Use CellUtil.createFirstOnRow instead of KeyValueUtil.createFirstOnRow in some places. | Minor | . |<br/>| [HBASE-16646](https://issues.apache.org/jira/browse/HBASE-16646) | Enhance LoadIncrementalHFiles API to accept store file paths as input | Major | . |<br/>| [HBASE-16658](https://issues.apache.org/jira/browse/HBASE-16658) | Optimize UTF8 string/byte conversions | Minor | . |<br/>| [HBASE-16640](https://issues.apache.org/jira/browse/HBASE-16640) | TimeoutBlockingQueue#remove() should return whether the entry is removed | Minor | . |<br/>| [HBASE-15949](https://issues.apache.org/jira/browse/HBASE-15949) | Cleanup TestRegionServerMetrics | Minor | . |<br/>| [HBASE-16381](https://issues.apache.org/jira/browse/HBASE-16381) | Shell deleteall command should support row key prefixes | Minor | shell |<br/>| [HBASE-16616](https://issues.apache.org/jira/browse/HBASE-16616) | Rpc handlers stuck on ThreadLocalMap.expungeStaleEntry | Major | Performance |<br/>| [HBASE-16086](https://issues.apache.org/jira/browse/HBASE-16086) | TableCfWALEntryFilter and ScopeWALEntryFilter should not redundantly iterate over cells. | Major | . |<br/>| [HBASE-16541](https://issues.apache.org/jira/browse/HBASE-16541) | Avoid unnecessary cell copy in Result#compareResults | Major | . |<br/>| [HBASE-16399](https://issues.apache.org/jira/browse/HBASE-16399) | Provide an API to get list of failed regions and servername in Canary | Major | canary |<br/>| [HBASE-16502](https://issues.apache.org/jira/browse/HBASE-16502) | Reduce garbage in BufferedDataBlockEncoder | Major | . |<br/>| [HBASE-16509](https://issues.apache.org/jira/browse/HBASE-16509) | Add option to LoadIncrementalHFiles which allows skipping unmatched column families | Major | . |<br/>| [HBASE-16224](https://issues.apache.org/jira/browse/HBASE-16224) | Reduce the number of RPCs for the large PUTs | Minor | Client |<br/>| [HBASE-16508](https://issues.apache.org/jira/browse/HBASE-16508) | Move UnexpectedStateException to common | Trivial | . |<br/>| [HBASE-16486](https://issues.apache.org/jira/browse/HBASE-16486) | Unify system table creation using the same createSystemTable API. | Minor | proc-v2 |<br/>| [HBASE-16448](https://issues.apache.org/jira/browse/HBASE-16448) | Custom metrics for custom replication endpoints | Major | Replication |<br/>| [HBASE-16450](https://issues.apache.org/jira/browse/HBASE-16450) | Shell tool to dump replication queues | Major | Operability, Replication |<br/>| [HBASE-16455](https://issues.apache.org/jira/browse/HBASE-16455) | Provide API for obtaining all the WAL files | Major | . |<br/>| [HBASE-16422](https://issues.apache.org/jira/browse/HBASE-16422) | Tighten our guarantees on compatibility across patch versions | Major | documentation |<br/>| [HBASE-16434](https://issues.apache.org/jira/browse/HBASE-16434) | Improve flaky dashboard | Minor | . |<br/>| [HBASE-16419](https://issues.apache.org/jira/browse/HBASE-16419) | check REPLICATION\_SCOPE's value more stringently | Major | . |<br/>| [HBASE-16385](https://issues.apache.org/jira/browse/HBASE-16385) | Have hbase-rest pull hbase.rest.port from Constants.java | Minor | REST |<br/>| [HBASE-16379](https://issues.apache.org/jira/browse/HBASE-16379) | [replication] Minor improvement to replication/copy\_tables\_desc.rb | Trivial | Replication, shell |<br/>| [HBASE-14345](https://issues.apache.org/jira/browse/HBASE-14345) | Consolidate printUsage in IntegrationTestLoadAndVerify | Trivial | integration tests |<br/>| [HBASE-16299](https://issues.apache.org/jira/browse/HBASE-16299) | Update REST API scanner with ability to do reverse scan | Minor | REST |<br/>| [HBASE-12770](https://issues.apache.org/jira/browse/HBASE-12770) | Don't transfer all the queued hlogs of a dead server to the same alive server | Minor | Replication |<br/>| [HBASE-15882](https://issues.apache.org/jira/browse/HBASE-15882) | Upgrade to yetus precommit 0.3.0 | Critical | build |<br/>| [HBASE-8386](https://issues.apache.org/jira/browse/HBASE-8386) | deprecate TableMapReduce.addDependencyJars(Configuration, class\10MB) | Major | mob |<br/>| [HBASE-13244](https://issues.apache.org/jira/browse/HBASE-13244) | Test delegation token generation with kerberos enabled | Major | security, test |<br/>| [HBASE-13226](https://issues.apache.org/jira/browse/HBASE-13226) | Document enable\_table\_replication and disable\_table\_replication shell commands | Minor | documentation |<br/>| [HBASE-13169](https://issues.apache.org/jira/browse/HBASE-13169) | ModifyTable increasing the region replica count should also auto-setup RRRE | Major | . |<br/>| [HBASE-13121](https://issues.apache.org/jira/browse/HBASE-13121) | Async wal replication for region replicas and dist log replay does not work together | Major | . |<br/>| [HBASE-13095](https://issues.apache.org/jira/browse/HBASE-13095) | Document how to retrieve replication stats from HBase Shell | Major | documentation, Replication |<br/>| [HBASE-13164](https://issues.apache.org/jira/browse/HBASE-13164) | Update TestUsersOperationsWithSecureHadoop to use MiniKdc | Major | security, test |<br/>| [HBASE-12562](https://issues.apache.org/jira/browse/HBASE-12562) | Handling memory pressure for secondary region replicas | Major | . |<br/>| [HBASE-13151](https://issues.apache.org/jira/browse/HBASE-13151) | IllegalArgumentException in compaction when table has a namespace | Major | regionserver, Scanners |<br/>| [HBASE-13107](https://issues.apache.org/jira/browse/HBASE-13107) | Refactor MOB Snapshot logic to reduce code duplication. | Major | mob, snapshots |<br/>| [HBASE-13157](https://issues.apache.org/jira/browse/HBASE-13157) | Add mob compaction actions and monkeys to Chaos Monkey | Major | integration tests, mob |<br/>| [HBASE-12332](https://issues.apache.org/jira/browse/HBASE-12332) | [mob] improve how we resolve mobfiles in reads | Major | mob |<br/>| [HBASE-13154](https://issues.apache.org/jira/browse/HBASE-13154) | Add support for mob in TestAcidGuarantees and IntegrationTestAcidGuarantees | Major | integration tests, mob |<br/>| [HBASE-13012](https://issues.apache.org/jira/browse/HBASE-13012) | Add shell commands to trigger the mob file compactor | Major | regionserver, Scanners |<br/>| [HBASE-11580](https://issues.apache.org/jira/browse/HBASE-11580) | Failover handling for secondary region replicas | Major | . |<br/>| [HBASE-13152](https://issues.apache.org/jira/browse/HBASE-13152) | NPE in ExpiredMobFileCleanerChore | Major | regionserver, Scanners |<br/>| [HBASE-11571](https://issues.apache.org/jira/browse/HBASE-11571) | Bulk load handling from secondary region replicas | Major | . |<br/>| [HBASE-12670](https://issues.apache.org/jira/browse/HBASE-12670) | Add unit tests that exercise the added hfilelink link mob paths | Major | regionserver, Scanners |<br/>| [HBASE-13130](https://issues.apache.org/jira/browse/HBASE-13130) | Add timeouts on TestMasterObserver, a frequent zombie show | Major | test |<br/>| [HBASE-13117](https://issues.apache.org/jira/browse/HBASE-13117) | improve mob sweeper javadoc | Major | mob |<br/>| [HBASE-13067](https://issues.apache.org/jira/browse/HBASE-13067) | Fix caching of stubs to allow IP address changes of restarted remote servers | Major | . |<br/>| [HBASE-12561](https://issues.apache.org/jira/browse/HBASE-12561) | Replicas of regions can be cached from different instances of the table in MetaCache | Major | . |<br/>| [HBASE-12714](https://issues.apache.org/jira/browse/HBASE-12714) | RegionReplicaReplicationEndpoint should not set the RPC Codec | Major | . |<br/>| [HBASE-11842](https://issues.apache.org/jira/browse/HBASE-11842) | Integration test for async wal replication to secondary regions | Major | . |<br/>| [HBASE-13013](https://issues.apache.org/jira/browse/HBASE-13013) | Add read lock to ExpiredMobFileCleanerChore | Major | master |<br/>| [HBASE-12425](https://issues.apache.org/jira/browse/HBASE-12425) | Document the phases of the split transaction | Major | documentation |<br/>| [HBASE-11569](https://issues.apache.org/jira/browse/HBASE-11569) | Flush / Compaction handling from secondary region replicas | Major | . |<br/>| [HBASE-11910](https://issues.apache.org/jira/browse/HBASE-11910) | Document Premptive Call Me Maybe HBase findings in the online manual | Major | . |<br/>| [HBASE-11567](https://issues.apache.org/jira/browse/HBASE-11567) | Write bulk load COMMIT events to WAL | Major | . |<br/>| [HBASE-11568](https://issues.apache.org/jira/browse/HBASE-11568) | Async WAL replication for region replicas | Major | . |<br/>| [HBASE-11861](https://issues.apache.org/jira/browse/HBASE-11861) | Native MOB Compaction mechanisms. | Major | regionserver, Scanners |<br/>| [HBASE-10942](https://issues.apache.org/jira/browse/HBASE-10942) | support parallel request cancellation for multi-get | Major | . |<br/>| [HBASE-12936](https://issues.apache.org/jira/browse/HBASE-12936) | Quota support for namespace should take region merge into account | Major | . |<br/>| [HBASE-11574](https://issues.apache.org/jira/browse/HBASE-11574) | hbase:meta's regions can be replicated | Major | . |<br/>| [HBASE-11908](https://issues.apache.org/jira/browse/HBASE-11908) | Region replicas should be added to the meta table at the time of table creation | Major | . |<br/>| [HBASE-7847](https://issues.apache.org/jira/browse/HBASE-7847) | Use zookeeper multi to clear znodes | Major | . |<br/>| [HBASE-12669](https://issues.apache.org/jira/browse/HBASE-12669) | Have compaction scanner save info about delete markers | Major | regionserver, Scanners |<br/>| [HBASE-8410](https://issues.apache.org/jira/browse/HBASE-8410) | Basic quota support for namespaces | Major | . |<br/>| [HBASE-12820](https://issues.apache.org/jira/browse/HBASE-12820) | Use table lock instead of MobZookeeper | Major | regionserver, Scanners |<br/>| [HBASE-12848](https://issues.apache.org/jira/browse/HBASE-12848) | Utilize Flash storage for WAL | Major | . |<br/>| [HBASE-12708](https://issues.apache.org/jira/browse/HBASE-12708) | Document newly introduced params for using Thrift-over-HTTPS. | Minor | documentation, Thrift |<br/>| [HBASE-11533](https://issues.apache.org/jira/browse/HBASE-11533) | AsciiDoctor POC | Minor | build, documentation |<br/>| [HBASE-12695](https://issues.apache.org/jira/browse/HBASE-12695) | JDK 1.8 compilation broken | Critical | build |<br/>| [HBASE-12331](https://issues.apache.org/jira/browse/HBASE-12331) | Shorten the mob snapshot unit tests | Major | mob |<br/>| [HBASE-12698](https://issues.apache.org/jira/browse/HBASE-12698) | Add mob cell count to the metadata of each mob file | Major | regionserver |<br/>| [HBASE-12758](https://issues.apache.org/jira/browse/HBASE-12758) | treat mob region as any other region when generating rs manifest. | Major | mob, snapshots |<br/>| [HBASE-12012](https://issues.apache.org/jira/browse/HBASE-12012) | Improve cancellation for the scan RPCs | Major | . |<br/>| [HBASE-12738](https://issues.apache.org/jira/browse/HBASE-12738) | Chunk Ref Guide into file-per-chapter | Major | documentation |<br/>| [HBASE-12528](https://issues.apache.org/jira/browse/HBASE-12528) | Document the newly introduced params for providing principal and keytabs. | Minor | documentation |<br/>| [HBASE-12691](https://issues.apache.org/jira/browse/HBASE-12691) | sweep job needs to exit non-zero if job fails for any reason. | Major | mob |<br/>| [HBASE-12648](https://issues.apache.org/jira/browse/HBASE-12648) | Document per cell TTLs | Minor | documentation |<br/>| [HBASE-12646](https://issues.apache.org/jira/browse/HBASE-12646) | SnapshotInfo tool does not find mob data in snapshots | Major | mob, snapshots |<br/>| [HBASE-11903](https://issues.apache.org/jira/browse/HBASE-11903) | Directly invoking split & merge of replica regions should be disallowed | Major | . |<br/>| [HBASE-12523](https://issues.apache.org/jira/browse/HBASE-12523) | Update checkstyle plugin rules to match our use | Minor | build |<br/>| [HBASE-12591](https://issues.apache.org/jira/browse/HBASE-12591) | Ignore the count of mob compaction metrics when there is issue | Minor | regionserver |<br/>| [HBASE-12543](https://issues.apache.org/jira/browse/HBASE-12543) | Incorrect log info in the store compaction of mob | Minor | regionserver |<br/>| [HBASE-12487](https://issues.apache.org/jira/browse/HBASE-12487) | Explicitly flush the file name in sweep job | Major | regionserver, Scanners |<br/>| [HBASE-12486](https://issues.apache.org/jira/browse/HBASE-12486) | Move the mob table name tag to the 2nd one | Major | regionserver, Scanners |<br/>| [HBASE-12489](https://issues.apache.org/jira/browse/HBASE-12489) | Incorrect 'mobFileCacheMissCount' calculated in the mob metrics | Major | regionserver, Scanners |<br/>| [HBASE-12382](https://issues.apache.org/jira/browse/HBASE-12382) | Restore incremental compilation | Major | . |<br/>| [HBASE-12343](https://issues.apache.org/jira/browse/HBASE-12343) | Document recommended configuration for 0.98 from HBASE-11964 | Major | . |<br/>| [HBASE-4625](https://issues.apache.org/jira/browse/HBASE-4625) | Convert @deprecated HBaseTestCase tests JUnit4 style tests | Minor | . |<br/>| [HBASE-12392](https://issues.apache.org/jira/browse/HBASE-12392) | Incorrect implementation of CompactionRequest.isRetainDeleteMarkers | Critical | regionserver, Scanners |<br/>| [HBASE-12391](https://issues.apache.org/jira/browse/HBASE-12391) | Correct a typo in the mob metrics | Minor | regionserver, Scanners |<br/>| [HBASE-11683](https://issues.apache.org/jira/browse/HBASE-11683) | Metrics for MOB | Major | regionserver, Scanners |<br/>| [HBASE-11912](https://issues.apache.org/jira/browse/HBASE-11912) | Catch some bad practices at compile time with error-prone | Major | . |<br/>| [HBASE-11645](https://issues.apache.org/jira/browse/HBASE-11645) | Snapshot for MOB | Major | snapshots |<br/>| [HBASE-12093](https://issues.apache.org/jira/browse/HBASE-12093) | Support the mob attributes in hbase shell when create/alter table | Major | shell |<br/>| [HBASE-12085](https://issues.apache.org/jira/browse/HBASE-12085) | mob status should print human readable numbers. | Major | mob, UI |<br/>| [HBASE-12080](https://issues.apache.org/jira/browse/HBASE-12080) | Shorten the run time of integration test by default when using mvn failsafe:integration-test | Major | test |<br/>| [HBASE-12066](https://issues.apache.org/jira/browse/HBASE-12066) | Avoid major compaction in TestMobSweeper | Major | Compaction, mob |<br/>| [HBASE-11644](https://issues.apache.org/jira/browse/HBASE-11644) | External MOB compaction tools | Major | Compaction, master |<br/>| [HBASE-11472](https://issues.apache.org/jira/browse/HBASE-11472) | Remove ZKTableStateClientSideReader class | Major | Client, Consensus, Zookeeper |<br/>| [HBASE-11598](https://issues.apache.org/jira/browse/HBASE-11598) | Add simple rpc throttling | Minor | . |<br/>| [HBASE-8139](https://issues.apache.org/jira/browse/HBASE-8139) | Allow job names to be overridden | Major | mapreduce, Usability |<br/>| [HBASE-11646](https://issues.apache.org/jira/browse/HBASE-11646) | Handle the MOB in compaction | Major | Compaction |<br/>| [HBASE-11986](https://issues.apache.org/jira/browse/HBASE-11986) | Document MOB in Ref Guide | Major | documentation |<br/>| [HBASE-12000](https://issues.apache.org/jira/browse/HBASE-12000) | isMob and mobThreshold do not follow column descriptor property naming conventions | Major | regionserver, Scanners |<br/>| [HBASE-11975](https://issues.apache.org/jira/browse/HBASE-11975) | Remove the explicit list of maven repositories in pom.xml | Major | . |<br/>| [HBASE-7767](https://issues.apache.org/jira/browse/HBASE-7767) | Get rid of ZKTable, and table enable/disable state in ZK | Major | Zookeeper |<br/>| [HBASE-11647](https://issues.apache.org/jira/browse/HBASE-11647) | MOB integration testing | Major | Performance, test |<br/>| [HBASE-11911](https://issues.apache.org/jira/browse/HBASE-11911) | Break up tests into more fine grained categories | Major | . |<br/>| [HBASE-11901](https://issues.apache.org/jira/browse/HBASE-11901) | Improve the value size of the reference cell in mob column | Major | . |<br/>| [HBASE-11786](https://issues.apache.org/jira/browse/HBASE-11786) | Document web UI for tracking time spent in coprocessors | Minor | Coprocessors, documentation |<br/>| [HBASE-11643](https://issues.apache.org/jira/browse/HBASE-11643) | Read and write MOB in HBase | Major | regionserver, Scanners |<br/>| [HBASE-11779](https://issues.apache.org/jira/browse/HBASE-11779) | Document the new requirement to set JAVA\_HOME before starting HBase | Major | documentation |<br/>| [HBASE-11607](https://issues.apache.org/jira/browse/HBASE-11607) | Document HBase metrics | Major | documentation, metrics |<br/>| [HBASE-10674](https://issues.apache.org/jira/browse/HBASE-10674) | HBCK should be updated to do replica related checks | Major | . |<br/>| [HBASE-4624](https://issues.apache.org/jira/browse/HBASE-4624) | Remove and convert @deprecated RemoteExceptionHandler.decodeRemoteException calls | Major | . |<br/>| [HBASE-11261](https://issues.apache.org/jira/browse/HBASE-11261) | Handle splitting/merging of regions that have region\_replication greater than one | Major | . |<br/><br/><br/>### OTHER:<br/><br/>| JIRA | Summary | Priority | Component |<br/>|:---- |:---- | :--- |:---- |<br/>| [HBASE-8770](https://issues.apache.org/jira/browse/HBASE-8770) | deletes and puts with the same ts should be resolved according to mvcc/seqNum | Blocker | . |<br/>| [HBASE-20067](https://issues.apache.org/jira/browse/HBASE-20067) | Clean up findbugs warnings | Critical | . |<br/>| [HBASE-10403](https://issues.apache.org/jira/browse/HBASE-10403) | Simplify offheap cache configuration | Minor | io |<br/>| [HBASE-19976](https://issues.apache.org/jira/browse/HBASE-19976) | Dead lock if the worker threads in procedure executor are exhausted | Critical | . |<br/>| [HBASE-19948](https://issues.apache.org/jira/browse/HBASE-19948) | Since HBASE-19873, HBaseClassTestRule, Small/Medium/Large has different semantic | Major | . |<br/>| [HBASE-19296](https://issues.apache.org/jira/browse/HBASE-19296) | Fix findbugs and error-prone warnings (branch-2) | Major | . |<br/>| [HBASE-19425](https://issues.apache.org/jira/browse/HBASE-19425) | Align the methods in Put/Delete/Increment/Append | Major | . |<br/>| [HBASE-19627](https://issues.apache.org/jira/browse/HBASE-19627) | Stabilize the method signature for Cell and its impl | Critical | . |<br/>| [HBASE-18429](https://issues.apache.org/jira/browse/HBASE-18429) | ITs attempt to modify immutable table/column descriptors | Critical | integration tests |<br/>| [HBASE-18110](https://issues.apache.org/jira/browse/HBASE-18110) | [AMv2] Reenable tests temporarily disabled | Blocker | Region Assignment |<br/>| [HBASE-18978](https://issues.apache.org/jira/browse/HBASE-18978) | Align the methods in Table and AsyncTable | Critical | asyncclient, Client |<br/>| [HBASE-18805](https://issues.apache.org/jira/browse/HBASE-18805) | Unify Admin and AsyncAdmin | Major | . |<br/>| [HBASE-18703](https://issues.apache.org/jira/browse/HBASE-18703) | Inconsistent behavior for preBatchMutate in doMiniBatchMutate and processRowsWithLocks | Critical | Coprocessors |<br/>| [HBASE-18926](https://issues.apache.org/jira/browse/HBASE-18926) | Cleanup Optional\ from method params | Major | . |<br/>| [HBASE-17143](https://issues.apache.org/jira/browse/HBASE-17143) | Scan improvement | Blocker | Client, scan |<br/>| [HBASE-18751](https://issues.apache.org/jira/browse/HBASE-18751) | Revisit the TimeRange and TimeRangeTracker | Major | . |<br/>| [HBASE-7320](https://issues.apache.org/jira/browse/HBASE-7320) | Remove KeyValue.getBuffer() | Blocker | . |<br/>| [HBASE-10462](https://issues.apache.org/jira/browse/HBASE-10462) | Recategorize some of the client facing Public / Private interfaces | Blocker | Client |<br/>| [HBASE-18696](https://issues.apache.org/jira/browse/HBASE-18696) | Fix the problems when introducing the new hbase-mapreduce module | Blocker | mapreduce |<br/>| [HBASE-18501](https://issues.apache.org/jira/browse/HBASE-18501) | Use TableDescriptor and ColumnFamilyDescriptor as far as possible | Critical | . |<br/>| [HBASE-18266](https://issues.apache.org/jira/browse/HBASE-18266) | Eliminate the warnings from the spotbugs | Major | . |<br/>| [HBASE-17359](https://issues.apache.org/jira/browse/HBASE-17359) | Implement async admin | Major | Client |<br/>| [HBASE-15086](https://issues.apache.org/jira/browse/HBASE-15086) | Fix findbugs complaint so yetus reports more green | Major | build |<br/>| [HBASE-6581](https://issues.apache.org/jira/browse/HBASE-6581) | Build with hadoop.profile=3.0 | Major | . |<br/>| [HBASE-16617](https://issues.apache.org/jira/browse/HBASE-16617) | Procedure V2 - Improvements | Minor | master, proc-v2 |<br/>| [HBASE-16833](https://issues.apache.org/jira/browse/HBASE-16833) | Implement asynchronous hbase client based on HBASE-15921 | Major | Client |<br/>| [HBASE-18037](https://issues.apache.org/jira/browse/HBASE-18037) | Do not expose implementation classes to CP | Blocker | Coprocessors |<br/>| [HBASE-15179](https://issues.apache.org/jira/browse/HBASE-15179) | Cell/DBB end-to-end on the write-path | Major | regionserver |<br/>| [HBASE-16145](https://issues.apache.org/jira/browse/HBASE-16145) | MultiRowRangeFilter constructor shouldn't throw IOException | Minor | . |<br/>| [HBASE-16567](https://issues.apache.org/jira/browse/HBASE-16567) | Upgrade to protobuf-3.1.x | Critical | Protobufs |<br/>| [HBASE-11871](https://issues.apache.org/jira/browse/HBASE-11871) | Avoid usage of KeyValueUtil#ensureKeyValue | Major | regionserver |<br/>| [HBASE-16432](https://issues.apache.org/jira/browse/HBASE-16432) | Revisit the asynchronous ipc implementation | Major | rpc |<br/>| [HBASE-14460](https://issues.apache.org/jira/browse/HBASE-14460) | [Perf Regression] Merge of MVCC and SequenceId (HBASE-8763) slowed Increments, CheckAndPuts, batch operations | Critical | Performance |<br/>| [HBASE-11425](https://issues.apache.org/jira/browse/HBASE-11425) | Cell/DBB end-to-end on the read-path | Major | regionserver, Scanners |<br/>| [HBASE-14457](https://issues.apache.org/jira/browse/HBASE-14457) | Umbrella: Improve Multiple WAL for production usage | Major | . |<br/>| [HBASE-14420](https://issues.apache.org/jira/browse/HBASE-14420) | Zombie Stomping Session | Critical | test |<br/>| [HBASE-14869](https://issues.apache.org/jira/browse/HBASE-14869) | Better request latency and size histograms | Major | . |<br/>| [HBASE-11339](https://issues.apache.org/jira/browse/HBASE-11339) | HBase MOB | Major | regionserver, Scanners |<br/>| [HBASE-13747](https://issues.apache.org/jira/browse/HBASE-13747) | Promote Java 8 to "yes" in support matrix | Critical | java |<br/>| [HBASE-7781](https://issues.apache.org/jira/browse/HBASE-7781) | Update security unit tests to use a KDC if available | Blocker | security, test |<br/>| [HBASE-12859](https://issues.apache.org/jira/browse/HBASE-12859) | New master API to track major compaction completion | Major | . |<br/>| [HBASE-18792](https://issues.apache.org/jira/browse/HBASE-18792) | hbase-2 needs to defend against hbck operations | Blocker | hbck |<br/>| [HBASE-19963](https://issues.apache.org/jira/browse/HBASE-19963) | TestFSHDFSUtils assumes wrong default port for Hadoop 3.0.1+ | Major | test |<br/>| [HBASE-20386](https://issues.apache.org/jira/browse/HBASE-20386) | [DOC] Align WALPlayer help text and refguide | Minor | documentation |<br/>| [HBASE-20365](https://issues.apache.org/jira/browse/HBASE-20365) | start branch-2.0 specific website section | Critical | documentation, website |<br/>| [HBASE-14175](https://issues.apache.org/jira/browse/HBASE-14175) | Adopt releasedocmaker for better generated release notes | Critical | . |<br/>| [HBASE-14348](https://issues.apache.org/jira/browse/HBASE-14348) | Update download mirror link | Major | documentation, website |<br/>| [HBASE-20299](https://issues.apache.org/jira/browse/HBASE-20299) | Update MOB in hbase refguide | Minor | mob |<br/>| [HBASE-20132](https://issues.apache.org/jira/browse/HBASE-20132) | Change the "KV" to "Cell" for web UI | Minor | . |<br/>| [HBASE-20199](https://issues.apache.org/jira/browse/HBASE-20199) | Add test to prevent further permission regression around table flush and snapshot | Critical | test |<br/>| [HBASE-20223](https://issues.apache.org/jira/browse/HBASE-20223) | Use hbase-thirdparty 2.1.0 | Blocker | dependencies |<br/>| [HBASE-19158](https://issues.apache.org/jira/browse/HBASE-19158) | Ref guide needs upgrade update | Blocker | documentation |<br/>| [HBASE-20212](https://issues.apache.org/jira/browse/HBASE-20212) | Make all Public classes have InterfaceAudience category | Critical | Usability |<br/>| [HBASE-20246](https://issues.apache.org/jira/browse/HBASE-20246) | Remove the spark module | Blocker | . |<br/>| [HBASE-19552](https://issues.apache.org/jira/browse/HBASE-19552) | update hbase to use new thirdparty libs | Major | dependencies, thirdparty |<br/>| [HBASE-20171](https://issues.apache.org/jira/browse/HBASE-20171) | Remove o.a.h.h.ProcedureState | Minor | . |<br/>| [HBASE-15151](https://issues.apache.org/jira/browse/HBASE-15151) | Rely on nightly tests for findbugs compliance on existing branch | Critical | build, test |<br/>| [HBASE-20075](https://issues.apache.org/jira/browse/HBASE-20075) | remove logic for branch-1.1 nightly testing | Minor | test |<br/>| [HBASE-20072](https://issues.apache.org/jira/browse/HBASE-20072) | remove 1.1 release line from the prerequisite tables | Major | community, documentation |<br/>| [HBASE-18882](https://issues.apache.org/jira/browse/HBASE-18882) | [TEST] Run MR branch-1 jobs against hbase2 cluster | Critical | mapreduce, test |<br/>| [HBASE-20093](https://issues.apache.org/jira/browse/HBASE-20093) | Replace ServerLoad by ServerMetrics for ServerManager | Major | . |<br/>| [HBASE-20097](https://issues.apache.org/jira/browse/HBASE-20097) | Merge TableDescriptors#getAll and TableDescriptors#getAllDescriptors into one | Minor | . |<br/>| [HBASE-20084](https://issues.apache.org/jira/browse/HBASE-20084) | Refactor the RSRpcServices#doBatchOp | Minor | regionserver |<br/>| [HBASE-20092](https://issues.apache.org/jira/browse/HBASE-20092) | Fix TestRegionMetrics#testRegionMetrics | Minor | test |<br/>| [HBASE-20088](https://issues.apache.org/jira/browse/HBASE-20088) | Update copyright notices to year 2018 | Minor | . |<br/>| [HBASE-20089](https://issues.apache.org/jira/browse/HBASE-20089) | make\_rc.sh should name SHA-512 checksum files with the extension .sha512 | Minor | . |<br/>| [HBASE-18596](https://issues.apache.org/jira/browse/HBASE-18596) | [TEST] A hbase1 cluster should be able to replicate to a hbase2 cluster; verify | Blocker | . |<br/>| [HBASE-19947](https://issues.apache.org/jira/browse/HBASE-19947) | MR jobs using ITU use wrong filesystem | Critical | integration tests |<br/>| [HBASE-19946](https://issues.apache.org/jira/browse/HBASE-19946) | TestPerColumnFamilyFlush and TestWalAndCompactingMemStoreFlush fail against h3 | Major | test |<br/>| [HBASE-19922](https://issues.apache.org/jira/browse/HBASE-19922) | ProtobufUtils::PRIMITIVES is unused | Major | Protobufs |<br/>| [HBASE-19720](https://issues.apache.org/jira/browse/HBASE-19720) | Rename WALKey#getTabnename to WALKey#getTableName | Major | . |<br/>| [HBASE-15042](https://issues.apache.org/jira/browse/HBASE-15042) | refactor so that site materials are in the Standard Maven Place | Minor | build, website |<br/>| [HBASE-19596](https://issues.apache.org/jira/browse/HBASE-19596) | RegionMetrics/ServerMetrics/ClusterMetrics should apply to all public classes | Critical | Client |<br/>| [HBASE-19620](https://issues.apache.org/jira/browse/HBASE-19620) | Add UT to confirm the race in MasterRpcServices.getProcedureResult | Minor | proc-v2, test |<br/>| [HBASE-19652](https://issues.apache.org/jira/browse/HBASE-19652) | Turn down CleanerChore logging; too chatty | Major | . |<br/>| [HBASE-19644](https://issues.apache.org/jira/browse/HBASE-19644) | add the checkstyle rule to reject the illegal imports | Major | . |<br/>| [HBASE-19637](https://issues.apache.org/jira/browse/HBASE-19637) | Add .checkstyle to gitignore | Major | build |<br/>| [HBASE-19550](https://issues.apache.org/jira/browse/HBASE-19550) | Wrap the cell passed via Mutation#add(Cell) to be of ExtendedCell | Major | . |<br/>| [HBASE-18970](https://issues.apache.org/jira/browse/HBASE-18970) | The version of jruby we use now can't get interactive input from prompt | Critical | shell |<br/>| [HBASE-19548](https://issues.apache.org/jira/browse/HBASE-19548) | Backport the missed doc fix from master to branch-2 | Major | . |<br/>| [HBASE-19526](https://issues.apache.org/jira/browse/HBASE-19526) | Update hadoop version to 3.0 GA | Major | build, dependencies |<br/>| [HBASE-19477](https://issues.apache.org/jira/browse/HBASE-19477) | Move and align documentation in hbase-annotations | Trivial | . |<br/>| [HBASE-19267](https://issues.apache.org/jira/browse/HBASE-19267) | Eclipse project import issues on 2.0 | Major | build |<br/>| [HBASE-19512](https://issues.apache.org/jira/browse/HBASE-19512) | Move EventType and ExecutorType from hbase-client to hbase-server | Major | regionserver |<br/>| [HBASE-19485](https://issues.apache.org/jira/browse/HBASE-19485) | Minor improvement to TestCompactedHFilesDischarger | Trivial | . |<br/>| [HBASE-18988](https://issues.apache.org/jira/browse/HBASE-18988) | Add release managers to reference guide | Trivial | documentation |<br/>| [HBASE-19410](https://issues.apache.org/jira/browse/HBASE-19410) | Move zookeeper related UTs to hbase-zookeeper and mark them as ZKTests | Major | test, Zookeeper |<br/>| [HBASE-19323](https://issues.apache.org/jira/browse/HBASE-19323) | Make netty engine default in hbase2 | Major | rpc |<br/>| [HBASE-19416](https://issues.apache.org/jira/browse/HBASE-19416) | Document dynamic configurations currently support | Minor | documentation |<br/>| [HBASE-19298](https://issues.apache.org/jira/browse/HBASE-19298) | CellScanner and CellScannable should be declared as IA.Public | Major | . |<br/>| [HBASE-19408](https://issues.apache.org/jira/browse/HBASE-19408) | Remove WALActionsListener.Base | Trivial | . |<br/>| [HBASE-19407](https://issues.apache.org/jira/browse/HBASE-19407) | [branch-2] Remove backup/restore | Blocker | . |<br/>| [HBASE-19328](https://issues.apache.org/jira/browse/HBASE-19328) | Remove asked if splittable log messages | Minor | proc-v2 |<br/>| [HBASE-19200](https://issues.apache.org/jira/browse/HBASE-19200) | make hbase-client only depend on ZKAsyncRegistry and ZNodePaths | Major | Client, Zookeeper |<br/>| [HBASE-19123](https://issues.apache.org/jira/browse/HBASE-19123) | Purge 'complete' support from Coprocesor Observers | Major | Coprocessors |<br/>| [HBASE-19241](https://issues.apache.org/jira/browse/HBASE-19241) | Improve javadoc for AsyncAdmin and cleanup warnings for the implementation classes | Major | documentation |<br/>| [HBASE-14350](https://issues.apache.org/jira/browse/HBASE-14350) | Procedure V2 Phase 2: Assignment Manager | Blocker | master, proc-v2 |<br/>| [HBASE-19224](https://issues.apache.org/jira/browse/HBASE-19224) | LICENSE failure for Hadoop 3.1 on dnsjava | Major | build |<br/>| [HBASE-18817](https://issues.apache.org/jira/browse/HBASE-18817) | Pull hbase-spark module out of branch-2 | Blocker | spark |<br/>| [HBASE-19217](https://issues.apache.org/jira/browse/HBASE-19217) | Update supplemental-models.xml for jetty-sslengine | Major | . |<br/>| [HBASE-19179](https://issues.apache.org/jira/browse/HBASE-19179) | Remove hbase-prefix-tree | Critical | . |<br/>| [HBASE-19176](https://issues.apache.org/jira/browse/HBASE-19176) | Remove hbase-native-client from branch-2 | Major | . |<br/>| [HBASE-19097](https://issues.apache.org/jira/browse/HBASE-19097) | update testing to use Apache Yetus Test Patch version 0.6.0 | Major | build |<br/>| [HBASE-19049](https://issues.apache.org/jira/browse/HBASE-19049) | Update kerby to 1.0.1 GA release | Major | dependencies |<br/>| [HBASE-16338](https://issues.apache.org/jira/browse/HBASE-16338) | update jackson to 2.y | Major | dependencies |<br/>| [HBASE-19007](https://issues.apache.org/jira/browse/HBASE-19007) | Align Services Interfaces in Master and RegionServer | Blocker | . |<br/>| [HBASE-19043](https://issues.apache.org/jira/browse/HBASE-19043) | Purge TableWrapper and CoprocessorHConnnection | Major | Coprocessors |<br/>| [HBASE-18991](https://issues.apache.org/jira/browse/HBASE-18991) | Remove RegionMergeRequest | Trivial | . |<br/>| [HBASE-18927](https://issues.apache.org/jira/browse/HBASE-18927) | Add the DataType which is subset of KeyValue#Type to CellBuilder for building cell | Major | . |<br/>| [HBASE-18833](https://issues.apache.org/jira/browse/HBASE-18833) | Ensure precommit personality is up to date on all active branches | Critical | test |<br/>| [HBASE-10504](https://issues.apache.org/jira/browse/HBASE-10504) | Define Replication Interface | Blocker | Replication |<br/>| [HBASE-18767](https://issues.apache.org/jira/browse/HBASE-18767) | Release hbase-2.0.0-alpha-3; Theme "Scrubbed API" | Major | . |<br/>| [HBASE-18835](https://issues.apache.org/jira/browse/HBASE-18835) | The return type of ExtendedCell#deepClone should be ExtendedCell rather than Cell | Major | . |<br/>| [HBASE-18766](https://issues.apache.org/jira/browse/HBASE-18766) | Make TableSnapshotScanner Audience Private | Major | . |<br/>| [HBASE-18782](https://issues.apache.org/jira/browse/HBASE-18782) | Module untangling work | Major | . |<br/>| [HBASE-18421](https://issues.apache.org/jira/browse/HBASE-18421) | update hadoop prerequisites docs to call out 2.8.1 | Major | community, dependencies, documentation |<br/>| [HBASE-13868](https://issues.apache.org/jira/browse/HBASE-13868) | Correct "Disable automatic splitting" section in HBase book | Trivial | documentation |<br/>| [HBASE-17972](https://issues.apache.org/jira/browse/HBASE-17972) | Remove mergePool from CompactSplitThread | Minor | regionserver |<br/>| [HBASE-18768](https://issues.apache.org/jira/browse/HBASE-18768) | Move TestTableName to hbase-common from hbase-server | Major | . |<br/>| [HBASE-17967](https://issues.apache.org/jira/browse/HBASE-17967) | clean up documentation references to -ROOT- table. | Minor | documentation |<br/>| [HBASE-18710](https://issues.apache.org/jira/browse/HBASE-18710) | Move on to hbase-thirdparty 1.0.1 (it was just released). | Major | hbase-thirdparty |<br/>| [HBASE-18705](https://issues.apache.org/jira/browse/HBASE-18705) | bin/hbase does not find cached\_classpath.txt | Major | . |<br/>| [HBASE-18611](https://issues.apache.org/jira/browse/HBASE-18611) | Copy all tests from o.a.h.h.p.TestProtobufUtil to o.a.h.h.s.p.TestProtobufUtil | Minor | Protobufs, test |<br/>| [HBASE-18670](https://issues.apache.org/jira/browse/HBASE-18670) | Add .DS\_Store to .gitignore | Minor | community |<br/>| [HBASE-17614](https://issues.apache.org/jira/browse/HBASE-17614) | Move Backup/Restore into separate module | Blocker | . |<br/>| [HBASE-18660](https://issues.apache.org/jira/browse/HBASE-18660) | Remove duplicate code from the checkAndPut method in HTable | Trivial | . |<br/>| [HBASE-18653](https://issues.apache.org/jira/browse/HBASE-18653) | Undo hbase2 check against \< hadoop2.6.x; i.e. implement agreed drop of hadoop 2.4 and 2.5 support in hbase2 | Major | build |<br/>| [HBASE-18630](https://issues.apache.org/jira/browse/HBASE-18630) | Prune dependencies; as is branch-2 has duplicates | Major | dependencies |<br/>| [HBASE-18594](https://issues.apache.org/jira/browse/HBASE-18594) | Release hbase-2.0.0-alpha2 | Major | . |<br/>| [HBASE-18623](https://issues.apache.org/jira/browse/HBASE-18623) | Frequent failed to parse at EOF warnings from WALEntryStream | Minor | . |<br/>| [HBASE-18518](https://issues.apache.org/jira/browse/HBASE-18518) | Remove jersey1\* dependencies from project and jersey1\* jars from lib dir | Major | dependencies, pom, REST |<br/>| [HBASE-18544](https://issues.apache.org/jira/browse/HBASE-18544) | Move the HRegion#addRegionToMETA to TestDefaultMemStore | Minor | regionserver |<br/>| [HBASE-18582](https://issues.apache.org/jira/browse/HBASE-18582) | Correct the docs for Mutation#setCellVisibility | Minor | documentation |<br/>| [HBASE-18588](https://issues.apache.org/jira/browse/HBASE-18588) | Verify we're using netty .so epolling on linux post HBASE-18271 | Major | test |<br/>| [HBASE-18514](https://issues.apache.org/jira/browse/HBASE-18514) | Backport space quota "phase2" work to branch-2 | Blocker | . |<br/>| [HBASE-18527](https://issues.apache.org/jira/browse/HBASE-18527) | update nightly builds to compensate for jenkins plugin upgrades | Blocker | community, test |<br/>| [HBASE-18515](https://issues.apache.org/jira/browse/HBASE-18515) | Introduce Delete.add as a replacement for Delete#addDeleteMarker | Major | Client |<br/>| [HBASE-16100](https://issues.apache.org/jira/browse/HBASE-16100) | Procedure V2 - Tools | Minor | proc-v2, tooling |<br/>| [HBASE-15141](https://issues.apache.org/jira/browse/HBASE-15141) | Procedure V2 - Web UI | Blocker | proc-v2, UI |<br/>| [HBASE-18465](https://issues.apache.org/jira/browse/HBASE-18465) | [AMv2] remove old split region code that is no longer needed | Major | Admin, rpc |<br/>| [HBASE-16728](https://issues.apache.org/jira/browse/HBASE-16728) | Add hadoop.profile=3.0 pass to precommit checks. | Major | build, hadoop3 |<br/>| [HBASE-18384](https://issues.apache.org/jira/browse/HBASE-18384) | Add link to refguide schema section on apache blog on hbase application archetypes | Minor | documentation |<br/>| [HBASE-18344](https://issues.apache.org/jira/browse/HBASE-18344) | Introduce Append.addColumn as a replacement for Append.add | Trivial | . |<br/>| [HBASE-18364](https://issues.apache.org/jira/browse/HBASE-18364) | Downgrade surefire | Major | . |<br/>| [HBASE-18291](https://issues.apache.org/jira/browse/HBASE-18291) | Regenerate thrift2 python examples | Minor | . |<br/>| [HBASE-18288](https://issues.apache.org/jira/browse/HBASE-18288) | Declared dependency on specific javax.ws.rs | Major | dependencies, REST |<br/>| [HBASE-18284](https://issues.apache.org/jira/browse/HBASE-18284) | Update hbasecon asia logo on home page of hbase.apache.org | Major | . |<br/>| [HBASE-12794](https://issues.apache.org/jira/browse/HBASE-12794) | Guidelines for filing JIRA issues | Major | documentation |<br/>| [HBASE-18258](https://issues.apache.org/jira/browse/HBASE-18258) | Take down hbasecon2017 logo from hbase.apache.org and put up hbaseconasia2017 instead. | Major | . |<br/>| [HBASE-17954](https://issues.apache.org/jira/browse/HBASE-17954) | Switch findbugs implementation to spotbugs | Major | build, community, test |<br/>| [HBASE-17898](https://issues.apache.org/jira/browse/HBASE-17898) | Update dependencies | Critical | . |<br/>| [HBASE-18187](https://issues.apache.org/jira/browse/HBASE-18187) | Release hbase-2.0.0-alpha1 | Major | . |<br/>| [HBASE-18096](https://issues.apache.org/jira/browse/HBASE-18096) | Limit HFileUtil visibility and add missing annotations | Trivial | . |<br/>| [HBASE-13074](https://issues.apache.org/jira/browse/HBASE-13074) | Cleaned up usage of hbase.master.lease.thread.wakefrequency | Trivial | wal |<br/>| [HBASE-17968](https://issues.apache.org/jira/browse/HBASE-17968) | Update copyright year in NOTICE file | Trivial | build |<br/>| [HBASE-17965](https://issues.apache.org/jira/browse/HBASE-17965) | Canary tool should print the regionserver name on failure | Minor | . |<br/>| [HBASE-17828](https://issues.apache.org/jira/browse/HBASE-17828) | Revisit the IS annotation and the documentation | Critical | API |<br/>| [HBASE-16215](https://issues.apache.org/jira/browse/HBASE-16215) | clean up references for EOM release lines | Major | community, website |<br/>| [HBASE-17847](https://issues.apache.org/jira/browse/HBASE-17847) | update documentation to include positions on recent Hadoop releases | Critical | community, documentation |<br/>| [HBASE-17834](https://issues.apache.org/jira/browse/HBASE-17834) | close stale github PRs | Minor | community |<br/>| [HBASE-17802](https://issues.apache.org/jira/browse/HBASE-17802) | Add note that minor versions can add methods to Interfaces | Major | documentation |<br/>| [HBASE-17782](https://issues.apache.org/jira/browse/HBASE-17782) | Extend IdReadWriteLock to support using both weak and soft reference | Major | . |<br/>| [HBASE-17618](https://issues.apache.org/jira/browse/HBASE-17618) | Refactor the implementation of modify table and delete column in MOB | Major | mob |<br/>| [HBASE-17609](https://issues.apache.org/jira/browse/HBASE-17609) | Allow for region merging in the UI | Major | . |<br/>| [HBASE-16812](https://issues.apache.org/jira/browse/HBASE-16812) | Clean up the locks in MOB | Minor | mob |<br/>| [HBASE-17502](https://issues.apache.org/jira/browse/HBASE-17502) | Document hadoop pre-2.6.1 and Java 1.8 Kerberos problem in our hadoop support matrix | Major | . |<br/>| [HBASE-16710](https://issues.apache.org/jira/browse/HBASE-16710) | Add ZStandard Codec to Compression.java | Minor | . |<br/>| [HBASE-17401](https://issues.apache.org/jira/browse/HBASE-17401) | Remove unnecessary semicolons in hbase-annotations | Trivial | . |<br/>| [HBASE-17397](https://issues.apache.org/jira/browse/HBASE-17397) | AggregationClient cleanup | Minor | . |<br/>| [HBASE-16869](https://issues.apache.org/jira/browse/HBASE-16869) | Typo in "Disabling Blockcache" doc | Trivial | documentation |<br/>| [HBASE-17272](https://issues.apache.org/jira/browse/HBASE-17272) | Doc how to run Standalone HBase over an HDFS instance; all daemons in one JVM but persisting to an HDFS instance | Major | documentation |<br/>| [HBASE-17121](https://issues.apache.org/jira/browse/HBASE-17121) | Undo the building of xref as part of site build | Major | . |<br/>| [HBASE-16335](https://issues.apache.org/jira/browse/HBASE-16335) | update to latest apache parent pom | Major | build, dependencies |<br/>| [HBASE-17046](https://issues.apache.org/jira/browse/HBASE-17046) | Add 1.1 doc to hbase.apache.org | Major | website |<br/>| [HBASE-16955](https://issues.apache.org/jira/browse/HBASE-16955) | Fixup precommit protoc check to do new distributed protos and pb 3.1.0 build | Major | build, Protobufs |<br/>| [HBASE-16413](https://issues.apache.org/jira/browse/HBASE-16413) | Add apache-hbase.slack.com #users channel to ref guide | Minor | documentation |<br/>| [HBASE-16952](https://issues.apache.org/jira/browse/HBASE-16952) | Replace hadoop-maven-plugins with protobuf-maven-plugin for building protos | Major | build |<br/>| [HBASE-16811](https://issues.apache.org/jira/browse/HBASE-16811) | Remove mob sweep job | Minor | . |<br/>| [HBASE-16591](https://issues.apache.org/jira/browse/HBASE-16591) | Add a docker file only contains java 8 for running pre commit on master | Blocker | build |<br/>| [HBASE-16518](https://issues.apache.org/jira/browse/HBASE-16518) | Remove old .arcconfig file | Trivial | tooling |<br/>| [HBASE-16376](https://issues.apache.org/jira/browse/HBASE-16376) | Document implicit side-effects on partial results when calling Scan#setBatch(int) | Minor | API, documentation |<br/>| [HBASE-16467](https://issues.apache.org/jira/browse/HBASE-16467) | Move AbstractHBaseTool to hbase-common | Trivial | . |<br/>| [HBASE-16260](https://issues.apache.org/jira/browse/HBASE-16260) | Audit dependencies for Category-X | Critical | community, dependencies |<br/>| [HBASE-16426](https://issues.apache.org/jira/browse/HBASE-16426) | Remove company affiliations from committer list | Major | documentation, website |<br/>| [HBASE-16354](https://issues.apache.org/jira/browse/HBASE-16354) | Clean up defunct GitHub PRs | Major | community |<br/>| [HBASE-15656](https://issues.apache.org/jira/browse/HBASE-15656) | Fix unused protobuf warning in Admin.proto | Minor | . |<br/>| [HBASE-16073](https://issues.apache.org/jira/browse/HBASE-16073) | update compatibility\_checker for jacc dropping comma sep args | Critical | build, documentation |<br/>| [HBASE-15989](https://issues.apache.org/jira/browse/HBASE-15989) | Remove hbase.online.schema.update.enable | Major | . |<br/>| [HBASE-15888](https://issues.apache.org/jira/browse/HBASE-15888) | Extend HBASE-12769 for bulk load data replication | Major | Replication |<br/>| [HBASE-15895](https://issues.apache.org/jira/browse/HBASE-15895) | remove unmaintained jenkins build analysis tool. | Minor | build |<br/>| [HBASE-14635](https://issues.apache.org/jira/browse/HBASE-14635) | Fix flaky test TestSnapshotCloneIndependence | Major | test |<br/>| [HBASE-4368](https://issues.apache.org/jira/browse/HBASE-4368) | Expose processlist in shell (per regionserver and perhaps by cluster) | Major | shell |<br/>| [HBASE-15646](https://issues.apache.org/jira/browse/HBASE-15646) | Add some docs about exporting and importing snapshots using S3 | Major | documentation, snapshots |<br/>| [HBASE-15729](https://issues.apache.org/jira/browse/HBASE-15729) | Remove old JDiff wrapper scripts in dev-support | Minor | build, community |<br/>| [HBASE-15644](https://issues.apache.org/jira/browse/HBASE-15644) | Add maven-scala-plugin for scaladoc | Major | build |<br/>| [HBASE-15494](https://issues.apache.org/jira/browse/HBASE-15494) | Close obviated PRs on github | Major | community |<br/>| [HBASE-14678](https://issues.apache.org/jira/browse/HBASE-14678) | Experiment: Temporarily disable balancer and a few others to see if root of crashed/timedout JVMs | Critical | test |<br/>| [HBASE-15502](https://issues.apache.org/jira/browse/HBASE-15502) | Skeleton unit test to copy/paste | Major | documentation |<br/>| [HBASE-15220](https://issues.apache.org/jira/browse/HBASE-15220) | Change two logs in SimpleRegionNormalizer to INFO level | Minor | . |<br/>| [HBASE-15017](https://issues.apache.org/jira/browse/HBASE-15017) | Close out GitHub pull requests that aren't likely to update into a usable patch | Trivial | community |<br/>| [HBASE-14526](https://issues.apache.org/jira/browse/HBASE-14526) | Remove delayed rpc | Major | . |<br/>| [HBASE-15099](https://issues.apache.org/jira/browse/HBASE-15099) | Move RegionStateListener class out of quotas package | Minor | . |<br/>| [HBASE-15007](https://issues.apache.org/jira/browse/HBASE-15007) | update Hadoop support matrix to list 2.6.1+ as supported | Major | documentation, Operability |<br/>| [HBASE-15003](https://issues.apache.org/jira/browse/HBASE-15003) | Remove BoundedConcurrentLinkedQueue and associated test | Minor | util |<br/>| [HBASE-11985](https://issues.apache.org/jira/browse/HBASE-11985) | Document sizing rules of thumb | Major | documentation |<br/>| [HBASE-14994](https://issues.apache.org/jira/browse/HBASE-14994) | Clean up some broken links and references to old APIs | Major | documentation |<br/>| [HBASE-14534](https://issues.apache.org/jira/browse/HBASE-14534) | Bump yammer/coda/dropwizard metrics dependency version | Minor | . |<br/>| [HBASE-14851](https://issues.apache.org/jira/browse/HBASE-14851) | Add test showing how to use TTL from thrift | Major | test, Thrift |<br/>| [HBASE-14516](https://issues.apache.org/jira/browse/HBASE-14516) | categorize hadoop-compat tests | Critical | build, hadoop2, test |<br/>| [HBASE-14308](https://issues.apache.org/jira/browse/HBASE-14308) | HTableDescriptor WARN is not actionable | Minor | Usability |<br/>| [HBASE-14732](https://issues.apache.org/jira/browse/HBASE-14732) | Update HBase website skin and CSS | Major | documentation |<br/>| [HBASE-14764](https://issues.apache.org/jira/browse/HBASE-14764) | Stop using post-site target | Major | documentation |<br/>| [HBASE-14713](https://issues.apache.org/jira/browse/HBASE-14713) | Remove simple deprecated-since-1.0 code in hbase-server from hbase 2.0 | Major | . |<br/>| [HBASE-14762](https://issues.apache.org/jira/browse/HBASE-14762) | Update docs about publishing website to show gitsubpub method instead of svnsubpub | Critical | documentation |<br/>| [HBASE-14481](https://issues.apache.org/jira/browse/HBASE-14481) | Decommission HBase wiki | Blocker | documentation |<br/>| [HBASE-11720](https://issues.apache.org/jira/browse/HBASE-11720) | Set up jenkins job to build site documentation | Minor | build, documentation |<br/>| [HBASE-14026](https://issues.apache.org/jira/browse/HBASE-14026) | Clarify "Web API" in version and compatibility docs | Critical | documentation |<br/>| [HBASE-13867](https://issues.apache.org/jira/browse/HBASE-13867) | Add endpoint coprocessor guide to HBase book | Major | Coprocessors, documentation |<br/>| [HBASE-14652](https://issues.apache.org/jira/browse/HBASE-14652) | Improve / update publish-website script in dev-support | Major | scripts |<br/>| [HBASE-14493](https://issues.apache.org/jira/browse/HBASE-14493) | Upgrade the jamon-runtime dependency | Minor | . |<br/>| [HBASE-14502](https://issues.apache.org/jira/browse/HBASE-14502) | Purge use of jmock and remove as dependency | Major | test |<br/>| [HBASE-14271](https://issues.apache.org/jira/browse/HBASE-14271) | Improve Nexus staging instructions | Minor | build, documentation |<br/>| [HBASE-14424](https://issues.apache.org/jira/browse/HBASE-14424) | Document that DisabledRegionSplitPolicy blocks manual splits | Minor | documentation |<br/>| [HBASE-14482](https://issues.apache.org/jira/browse/HBASE-14482) | Add hadoop 2.6.1 to the test-patch build list | Minor | build |<br/>| [HBASE-14227](https://issues.apache.org/jira/browse/HBASE-14227) | Fold special cased MOB APIs into existing APIs | Blocker | mob |<br/>| [HBASE-14361](https://issues.apache.org/jira/browse/HBASE-14361) | ReplicationSink should create Connection instances lazily | Major | Replication |<br/>| [HBASE-14253](https://issues.apache.org/jira/browse/HBASE-14253) | update docs + build for maven 3.0.4+ | Major | build, documentation |<br/>| [HBASE-14318](https://issues.apache.org/jira/browse/HBASE-14318) | make\_rc.sh should purge/re-resolve dependencies from local repository | Major | build |<br/>| [HBASE-14290](https://issues.apache.org/jira/browse/HBASE-14290) | Spin up less threads in tests | Major | test |<br/>| [HBASE-14091](https://issues.apache.org/jira/browse/HBASE-14091) | Update site documentation with code of conduct and project policy for transgressions | Major | documentation, website |<br/>| [HBASE-14288](https://issues.apache.org/jira/browse/HBASE-14288) | Upgrade asciidoctor plugin to v1.5.2.1 | Minor | build |<br/>| [HBASE-14085](https://issues.apache.org/jira/browse/HBASE-14085) | Correct LICENSE and NOTICE files in artifacts | Blocker | build |<br/>| [HBASE-13089](https://issues.apache.org/jira/browse/HBASE-13089) | Fix test compilation error on building against htrace-3.2.0-incubating | Minor | . |<br/>| [HBASE-14081](https://issues.apache.org/jira/browse/HBASE-14081) | (outdated) references to SVN/trunk in documentation | Minor | documentation, website |<br/>| [HBASE-14071](https://issues.apache.org/jira/browse/HBASE-14071) | Document troubleshooting unexpected filesystem usage by snapshots and WALs | Major | . |<br/>| [HBASE-13446](https://issues.apache.org/jira/browse/HBASE-13446) | Add docs warning about missing data for downstream on versions prior to HBASE-13262 | Critical | documentation |<br/>| [HBASE-14057](https://issues.apache.org/jira/browse/HBASE-14057) | HBase shell user\_permission should list super users defined on hbase-site.xml | Minor | shell |<br/>| [HBASE-11276](https://issues.apache.org/jira/browse/HBASE-11276) | Add back support for running ChaosMonkey as standalone tool | Minor | . |<br/>| [HBASE-14052](https://issues.apache.org/jira/browse/HBASE-14052) | Mark a few methods in CellUtil audience private since only make sense internally to hbase | Trivial | API |<br/>| [HBASE-14053](https://issues.apache.org/jira/browse/HBASE-14053) | Disable DLR in branch-1+ | Major | Recovery |<br/>| [HBASE-13869](https://issues.apache.org/jira/browse/HBASE-13869) | Fix typo in HBase book | Trivial | documentation |<br/>| [HBASE-13964](https://issues.apache.org/jira/browse/HBASE-13964) | Skip region normalization for tables under namespace quota | Major | Balancer, Usability |<br/>| [HBASE-13948](https://issues.apache.org/jira/browse/HBASE-13948) | Expand hadoop2 versions built on the pre-commit | Major | build |<br/>| [HBASE-13956](https://issues.apache.org/jira/browse/HBASE-13956) | Add myself as 1.1 release manager | Trivial | website |<br/>| [HBASE-13915](https://issues.apache.org/jira/browse/HBASE-13915) | Remove EOL HBase versions from java and hadoop prereq tables | Major | documentation |<br/>| [HBASE-13929](https://issues.apache.org/jira/browse/HBASE-13929) | make\_rc.sh publishes empty shaded artifacts | Minor | build |<br/>| [HBASE-13666](https://issues.apache.org/jira/browse/HBASE-13666) | book.pdf is not renamed during site build | Major | website |<br/>| [HBASE-13660](https://issues.apache.org/jira/browse/HBASE-13660) | Add link to cloud bigtable schema modeling guide into our refguide | Major | documentation |<br/>| [HBASE-13799](https://issues.apache.org/jira/browse/HBASE-13799) | javadoc how Scan gets polluted when used; if you set attributes or ask for scan metrics | Minor | documentation |<br/>| [HBASE-13726](https://issues.apache.org/jira/browse/HBASE-13726) | stop using Hadoop's IOUtils | Major | dependencies |<br/>| [HBASE-13716](https://issues.apache.org/jira/browse/HBASE-13716) | Stop using Hadoop's FSConstants | Blocker | Filesystem Integration |<br/>| [HBASE-13582](https://issues.apache.org/jira/browse/HBASE-13582) | Update docs for HTrace | Minor | documentation |<br/>| [HBASE-13713](https://issues.apache.org/jira/browse/HBASE-13713) | See about dropping ClassLoaderBase#getClassLoadingLock | Minor | . |<br/>| [HBASE-13586](https://issues.apache.org/jira/browse/HBASE-13586) | Update book on Hadoop and Java supported versions for 1.1.x | Major | documentation |<br/>| [HBASE-11677](https://issues.apache.org/jira/browse/HBASE-11677) | Make Logger instance modifiers consistent | Minor | util |<br/>| [HBASE-13554](https://issues.apache.org/jira/browse/HBASE-13554) | Update book clarifying API stability guarantees | Major | documentation |<br/>| [HBASE-13487](https://issues.apache.org/jira/browse/HBASE-13487) | Doc KEEP\_DELETED\_CELLS | Major | documentation |<br/>| [HBASE-13187](https://issues.apache.org/jira/browse/HBASE-13187) | Add ITBLL that exercises per CF flush | Critical | integration tests |<br/>| [HBASE-13361](https://issues.apache.org/jira/browse/HBASE-13361) | Remove or undeprecate {get\|set}ScannerCaching in HTable | Minor | Client |<br/>| [HBASE-13310](https://issues.apache.org/jira/browse/HBASE-13310) | Fix high priority findbugs warnings | Major | . |<br/>| [HBASE-13257](https://issues.apache.org/jira/browse/HBASE-13257) | Show coverage report on jenkins | Minor | . |<br/>| [HBASE-13233](https://issues.apache.org/jira/browse/HBASE-13233) | add hbase-11339 branch to the patch testing script | Minor | . |<br/>| [HBASE-13237](https://issues.apache.org/jira/browse/HBASE-13237) | Improve trademark marks on the hbase.apache.org homepage | Minor | documentation |<br/>| [HBASE-13234](https://issues.apache.org/jira/browse/HBASE-13234) | Improve the obviousness of the download link on hbase.apache.org | Minor | documentation |<br/>| [HBASE-7126](https://issues.apache.org/jira/browse/HBASE-7126) | Update website with info on how to report security bugs | Critical | documentation |<br/>| [HBASE-12466](https://issues.apache.org/jira/browse/HBASE-12466) | Document visibility scan label generator usage and behavior | Major | documentation, security |<br/>| [HBASE-13177](https://issues.apache.org/jira/browse/HBASE-13177) | Document HBASE-13012 | Major | documentation, mob |<br/>| [HBASE-11670](https://issues.apache.org/jira/browse/HBASE-11670) | Build PDF of Ref Guide | Minor | documentation |<br/>| [HBASE-12180](https://issues.apache.org/jira/browse/HBASE-12180) | Fix and reenable TestRegionReplicaReplicationEndpoint | Major | test |<br/>| [HBASE-12995](https://issues.apache.org/jira/browse/HBASE-12995) | Document that HConnection#getTable methods do not check table existence since 0.98.1 | Trivial | . |<br/>| [HBASE-13079](https://issues.apache.org/jira/browse/HBASE-13079) | Add an admonition to Scans example that the results scanner should be closed | Major | documentation |<br/>| [HBASE-12168](https://issues.apache.org/jira/browse/HBASE-12168) | Document Rest gateway SPNEGO-based authentication for client | Major | documentation, REST, security |<br/>| [HBASE-12701](https://issues.apache.org/jira/browse/HBASE-12701) | Document how to set the split policy on a given table | Major | documentation |<br/>| [HBASE-12783](https://issues.apache.org/jira/browse/HBASE-12783) | Create efficient RegionLocator implementation | Major | . |<br/>| [HBASE-12785](https://issues.apache.org/jira/browse/HBASE-12785) | Use FutureTask to timeout the attempt to get the lock for hbck | Minor | . |<br/>| [HBASE-12623](https://issues.apache.org/jira/browse/HBASE-12623) | Remove pre-0.96 to 0.96 upgrade code | Major | . |<br/>| [HBASE-12589](https://issues.apache.org/jira/browse/HBASE-12589) | Forward-port fix for TestFromClientSideWithCoprocessor.testMaxKeyValueSize | Major | test |<br/>| [HBASE-12515](https://issues.apache.org/jira/browse/HBASE-12515) | update test-patch to use git | Minor | build |<br/>| [HBASE-12438](https://issues.apache.org/jira/browse/HBASE-12438) | Add -Dsurefire.rerunFailingTestsCount=2 to patch build runs so flakies get rerun | Major | test |<br/>| [HBASE-12362](https://issues.apache.org/jira/browse/HBASE-12362) | Interim documentation of important master and regionserver metrics | Major | documentation |<br/>| [HBASE-12239](https://issues.apache.org/jira/browse/HBASE-12239) | Document hedged reads | Major | documentation |<br/>| [HBASE-11791](https://issues.apache.org/jira/browse/HBASE-11791) | Update docs on visibility tags and ACLs, transparent encryption, secure bulk upload | Major | documentation |<br/>| [HBASE-11961](https://issues.apache.org/jira/browse/HBASE-11961) | Document region state transitions | Minor | . |<br/>| [HBASE-11619](https://issues.apache.org/jira/browse/HBASE-11619) | Remove unused test class from TestHLogSplit | Trivial | wal |<br/>| [HBASE-4593](https://issues.apache.org/jira/browse/HBASE-4593) | Design and document the official procedure for posting patches, commits, commit messages, etc. to smooth process and make integration with tools easier | Major | documentation |<br/>| [HBASE-11729](https://issues.apache.org/jira/browse/HBASE-11729) | Document HFile v3 | Trivial | documentation, HFile |<br/>| [HBASE-11606](https://issues.apache.org/jira/browse/HBASE-11606) | Enable ZK-less region assignment by default | Minor | . |<br/>| [HBASE-10398](https://issues.apache.org/jira/browse/HBASE-10398) | HBase book updates for Replication after HBASE-10322 | Major | documentation |<br/>| [HBASE-11459](https://issues.apache.org/jira/browse/HBASE-11459) | Add more doc on compression codecs, how to hook up native lib, lz4, etc. | Minor | documentation |<br/>| [HBASE-8450](https://issues.apache.org/jira/browse/HBASE-8450) | Update hbase-default.xml and general recommendations to better suit current hw, h2, experience, etc. | Critical | Usability |<br/><br/><br/>> NOTE: Below pre-2.0.0 changes were generated otherwise. Imported as-is, unaltered.<br/><br/>```<br/>Release Notes - HBase - Version 1.0.0 02/20/2015<br/><br/>** Sub-task<br/> * [HBASE-11852] - Still see "UnsupportedOperationException: CollectionUsage threshold is not supported"<br/> * [HBASE-12485] - Maintain SeqId monotonically increasing<br/> * [HBASE-12511] - namespace permissions - add support from table creation privilege in a namespace 'C'<br/> * [HBASE-12568] - Adopt Semantic Versioning and document it in the book<br/> * [HBASE-12575] - Sanity check table coprocessor classes are loadable<br/> * [HBASE-12606] - Sanity check encryption configuration before opening WAL or onlining regions<br/> * [HBASE-12679] - Add HBaseInterfaceAudience.TOOLS and move some of the Public classes to LimitedPrivate<br/> * [HBASE-12704] - Add demo client which uses doAs functionality on Thrift-over-HTTPS.<br/> * [HBASE-12730] - Backport HBASE-5162 (Basic client pushback mechanism) to branch-1<br/> * [HBASE-12735] - Refactor TAG so it can live as unit test and as an integration test<br/> * [HBASE-12763] - Make it so there must be WALs for a server to be marked dead<br/> * [HBASE-12776] - SpliTransaction: Log number of files to be split<br/> * [HBASE-12779] - SplitTransaction: Add metrics<br/> * [HBASE-12793] - [hbck] closeRegionSilentlyAndWait() should log cause of IOException and retry until hbase.hbck.close.timeout expires<br/> * [HBASE-12802] - Remove unnecessary Table.flushCommits()<br/> * [HBASE-12926] - Backport HBASE-12688 (Update site with a bootstrap-based UI) for HBASE-12918<br/> * [HBASE-12980] - Delete of a table may not clean all rows from hbase:meta<br/><br/>** Bug<br/> * [HBASE-8026] - HBase Shell docs for scan command does not reference VERSIONS<br/> * [HBASE-9431] - Set 'hbase.bulkload.retries.number' to 10 as HBASE-8450 claims<br/> * [HBASE-9910] - TestHFilePerformance and HFilePerformanceEvaluation should be merged in a single HFile performance test class.<br/> * [HBASE-10499] - In write heavy scenario one of the regions does not get flushed causing RegionTooBusyException<br/> * [HBASE-10528] - DefaultBalancer selects plans to move regions onto draining nodes<br/> * [HBASE-11979] - Compaction progress reporting is wrong<br/> * [HBASE-12028] - Abort the RegionServer, when it's handler threads die<br/> * [HBASE-12070] - Add an option to hbck to fix ZK inconsistencies<br/> * [HBASE-12108] - HBaseConfiguration: set classloader before loading xml files<br/> * [HBASE-12267] - Replace HTable constructor in mapreduce.* classes with ConnectionFactory<br/> * [HBASE-12270] - A bug in the bucket cache, with cache blocks on write enabled<br/> * [HBASE-12339] - WAL performance evaluation tool doesn't roll logs<br/> * [HBASE-12348] - preModifyColumn and preDeleteColumn in AC denies user to perform its operation though it has required rights<br/> * [HBASE-12393] - The regionserver web will throw exception if we disable block cache<br/> * [HBASE-12422] - Use ConnectionFactory in HTable constructors<br/> * [HBASE-12431] - Use of getColumnLatestCell(byte[], int, int, byte[], int, int) is Not Thread Safe<br/> * [HBASE-12454] - Setting didPerformCompaction early in HRegion#compact<br/> * [HBASE-12467] - Master joins cluster but never completes initialization<br/> * [HBASE-12480] - Regions in FAILED_OPEN/FAILED_CLOSE should be processed on master failover<br/> * [HBASE-12564] - consolidate the getTableDescriptors() semantic<br/> * [HBASE-12565] - Race condition in HRegion.batchMutate() causes partial data to be written when region closes<br/> * [HBASE-12574] - Update replication metrics to not do so many map look ups.<br/> * [HBASE-12585] - Fix refguide so it does hbase 1.0 style API everywhere with callout on how we used to do it in pre-1.0<br/> * [HBASE-12607] - TestHBaseFsck#testParallelHbck fails running against hadoop 2.6.0<br/> * [HBASE-12611] - Create autoCommit() method and remove clearBufferOnFail<br/> * [HBASE-12617] - Running IntegrationTestBigLinkedList against cluster getting not an instance of org.apache.hadoop.hbase.MiniHBaseCluster<br/> * [HBASE-12618] - Add 'Namespace' to headers while displaying user permissions.<br/> * [HBASE-12622] - user_permission should require global admin to display global and ns permissions<br/> * [HBASE-12632] - ThrottledInputStream/ExportSnapshot does not throttle<br/> * [HBASE-12634] - Fix the AccessController#requireGlobalPermission(ns) with NS<br/> * [HBASE-12635] - Delete acl notify znode of table after the table is deleted<br/> * [HBASE-12637] - Compilation with Hadoop-2.4- is broken<br/> * [HBASE-12642] - LoadIncrementalHFiles does not throw exception after hitting hbase.bulkload.retries.number setting<br/> * [HBASE-12644] - Visibility Labels: issue with storing super users in labels table<br/> * [HBASE-12647] - Truncate table should work with C as well<br/> * [HBASE-12652] - Allow unmanaged connections in MetaTableAccessor<br/> * [HBASE-12655] - WALPerformanceEvaluation miscalculates append/sync statistics for multiple regions<br/> * [HBASE-12661] - rat check fails for several files<br/> * [HBASE-12662] - region_status.rb is failing with NoMethodError<br/> * [HBASE-12663] - unify getTableDescriptors() and listTableDescriptorsByNamespace()<br/> * [HBASE-12664] - TestDefaultLoadBalancer.testBalanceCluster fails in CachedDNSToSwitchMapping<br/> * [HBASE-12665] - When aborting, dump metrics<br/> * [HBASE-12666] - TestAssignmentManager hanging; add timeouts<br/> * [HBASE-12671] - HBASE-12652 broke branch-1 builds (TestAssignmentManager fails)<br/> * [HBASE-12674] - Add permission check to getNamespaceDescriptor()<br/> * [HBASE-12675] - Use interface methods in shell scripts<br/> * [HBASE-12681] - truncate_preserve command fails with undefined method `getTable' error<br/> * [HBASE-12683] - Compilation with hadoop-2.7.0-SNAPSHOT is broken<br/> * [HBASE-12686] - Failures in split before PONR not clearing the daughter regions from regions in transition during rollback<br/> * [HBASE-12692] - NPE from SnapshotManager#stop<br/> * [HBASE-12694] - testTableExistsIfTheSpecifiedTableRegionIsSplitParent in TestSplitTransactionOnCluster class leaves regions in transition<br/> * [HBASE-12696] - Possible NPE in HRegionFileSystem#splitStoreFile when skipStoreFileRangeCheck in splitPolicy return true<br/> * [HBASE-12697] - Don't use RegionLocationFinder if localityCost == 0<br/> * [HBASE-12699] - undefined method `setAsyncLogFlush' exception thrown when setting DEFERRED_LOG_FLUSH=>true<br/> * [HBASE-12711] - Fix new findbugs warnings in hbase-thrift module<br/> * [HBASE-12715] - getLastSequenceId always returns -1<br/> * [HBASE-12716] - A bug in RegionSplitter.UniformSplit algorithm<br/> * [HBASE-12718] - Convert TestAcidGuarantees from a unit test to an integration test<br/> * [HBASE-12728] - buffered writes substantially less useful after removal of HTablePool<br/> * [HBASE-12732] - Log messages in FileLink$FileLinkInputStream#tryOpen are reversed<br/> * [HBASE-12739] - Avoid too large identifier of ZooKeeperWatcher<br/> * [HBASE-12740] - Improve performance of TestHBaseFsck<br/> * [HBASE-12741] - AccessController contains a javadoc issue<br/> * [HBASE-12742] - ClusterStatusPublisher crashes with a IPv6 network interface.<br/> * [HBASE-12744] - hbase-default.xml lists hbase.regionserver.global.memstore.size twice<br/> * [HBASE-12746] - [1.0.0RC0] Distributed Log Replay is on (HBASE-12577 was insufficient)<br/> * [HBASE-12747] - IntegrationTestMTTR will OOME if launched with mvn verify<br/> * [HBASE-12750] - getRequestsCount() in ClusterStatus returns total number of request<br/> * [HBASE-12767] - Fix a StoreFileScanner NPE in reverse scan flow<br/> * [HBASE-12771] - TestFailFast#testFastFail failing<br/> * [HBASE-12774] - Fix the inconsistent permission checks for bulkloading.<br/> * [HBASE-12781] - thrift2 listen port will bind always to the passed command line address<br/> * [HBASE-12782] - ITBLL fails for me if generator does anything but 5M per maptask<br/> * [HBASE-12791] - HBase does not attempt to clean up an aborted split when the regionserver shutting down<br/> * [HBASE-12798] - Map Reduce jobs should not create Tables in setConf()<br/> * [HBASE-12801] - Failed to truncate a table while maintaing binary region boundaries<br/> * [HBASE-12804] - ImportTsv fails to delete partition files created by it<br/> * [HBASE-12810] - Update to htrace-incubating<br/> * [HBASE-12811] - [AccessController] NPE while scanning a table with user not having READ permission on the namespace<br/> * [HBASE-12817] - Data missing while scanning using PREFIX_TREE data block encoding<br/> * [HBASE-12819] - ExportSnapshot doesn't close FileSystem instances<br/> * [HBASE-12824] - CompressionTest fails with org.apache.hadoop.hbase.io.hfile.AbstractHFileReader$NotSeekedException: Not seeked to a key/value<br/> * [HBASE-12831] - Changing the set of vis labels a user has access to doesn't generate an audit log event<br/> * [HBASE-12832] - Describe table from shell no longer shows Table's attributes, only CF attributes<br/> * [HBASE-12833] - [shell] table.rb leaks connections<br/> * [HBASE-12835] - HBASE-12422 changed new HTable(Configuration) to not use managed Connections anymore<br/> * [HBASE-12837] - ReplicationAdmin leaks zk connections<br/> * [HBASE-12844] - ServerManager.isServerReacable() should sleep between retries<br/> * [HBASE-12847] - TestZKLessSplitOnCluster frequently times out in 0.98 builds<br/> * [HBASE-12862] - Uppercase "wals" in RegionServer webUI<br/> * [HBASE-12863] - Master info port on RS UI is always 0<br/> * [HBASE-12864] - IntegrationTestTableSnapshotInputFormat fails<br/> * [HBASE-12874] - LoadIncrementalHFiles should use unmanaged connection<br/> * [HBASE-12878] - Incorrect HFile path in TestHFilePerformance print output (fix for easier debugging)<br/> * [HBASE-12881] - TestFastFail is not compatible with surefire.rerunFailingTestsCount<br/> * [HBASE-12886] - Correct tag option name in PerformanceEvaluation<br/> * [HBASE-12892] - Add a class to allow taking a snapshot from the command line<br/> * [HBASE-12897] - Minimum memstore size is a percentage<br/> * [HBASE-12898] - Add in used undeclared dependencies<br/> * [HBASE-12901] - Possible deadlock while onlining a region and get region plan for other region run parallel<br/> * [HBASE-12904] - Threading issues in region_mover.rb<br/> * [HBASE-12915] - Disallow small scan with batching<br/> * [HBASE-12916] - No access control for replicating WAL entries<br/> * [HBASE-12917] - HFilePerformanceEvaluation Scan tests fail with StackOverflowError due to recursive call in createCell function<br/> * [HBASE-12918] - Backport asciidoc changes<br/> * [HBASE-12919] - Compilation with Hadoop-2.4- is broken again<br/> * [HBASE-12925] - Use acl cache for doing access control checks in prepare and clean phases of Bulkloading.<br/> * [HBASE-12942] - After disabling the hfile block cache, Regionserver UI is throwing java.lang.NullPointerException<br/> * [HBASE-12956] - Binding to 0.0.0.0 is broken after HBASE-10569<br/> * [HBASE-12958] - SSH doing hbase:meta get but hbase:meta not assigned<br/> * [HBASE-12962] - TestHFileBlockIndex.testBlockIndex() commented out during HBASE-10531<br/> * [HBASE-12966] - NPE in HMaster while recovering tables in Enabling state<br/> * [HBASE-12971] - Replication stuck due to large default value for replication.source.maxretriesmultiplier<br/> * [HBASE-12976] - Set default value for hbase.client.scanner.max.result.size<br/> * [HBASE-12978] - Region goes permanently offline (WAS: hbase:meta has a row missing hregioninfo and it causes my long-running job to fail)<br/> * [HBASE-12984] - SSL cannot be used by the InfoPort after removing deprecated code in HBASE-10336<br/> * [HBASE-12985] - Javadoc warning and findbugs fixes to get us green again<br/> * [HBASE-12989] - region_mover.rb unloadRegions method uses ArrayList concurrently resulting in errors<br/> * [HBASE-12991] - Use HBase 1.0 interfaces in hbase-rest<br/> * [HBASE-12996] - Reversed field on Filter should be transient<br/> * [HBASE-12998] - Compilation with Hdfs-2.7.0-SNAPSHOT is broken after HDFS-7647<br/> * [HBASE-13003] - Get tests in TestHFileBlockIndex back<br/> * [HBASE-13009] - HBase REST UI inaccessible<br/> * [HBASE-13010] - HFileOutputFormat2 partitioner's path is hard-coded as '/tmp'<br/> * [HBASE-13026] - Wrong error message in case incorrect snapshot name OR Incorrect table name<br/> * [HBASE-13027] - mapreduce.TableInputFormatBase should create its own Connection if needed<br/> * [HBASE-13028] - Cleanup mapreduce API changes<br/> * [HBASE-13030] - [1.0.0 polish] Make ScanMetrics public again and align Put 'add' with Get, Delete, etc., addColumn<br/> * [HBASE-13037] - LoadIncrementalHFile should try to verify the content of unmatched families<br/> * [HBASE-13038] - Fix the java doc warning continuously reported by Hadoop QA<br/> * [HBASE-13039] - Add patchprocess/* to .gitignore to fix builds of branches<br/><br/>** Improvement<br/> * [HBASE-5699] - Run with > 1 WAL in HRegionServer<br/> * [HBASE-11195] - Potentially improve block locality during major compaction for old regions<br/> * [HBASE-11412] - Minimize a number of hbase-client transitive dependencies<br/> * [HBASE-11639] - [Visibility controller] Replicate the visibility of Cells as strings<br/> * [HBASE-12071] - Separate out thread pool for Master RegionServer communication<br/> * [HBASE-12121] - maven release plugin does not allow for customized goals<br/> * [HBASE-12204] - Backport HBASE-12016 'Reduce number of versions in Meta table. Make it configurable' to branch-1<br/> * [HBASE-12373] - Provide a command to list visibility labels<br/> * [HBASE-12583] - Allow creating reference files even the split row not lies in the storefile range if required<br/> * [HBASE-12597] - Add RpcClient interface and enable changing of RpcClient implementation<br/> * [HBASE-12608] - region_mover.rb does not log moving region count correctly when loading regions<br/> * [HBASE-12630] - Provide capability for dropping malfunctioning ConfigurationObserver automatically<br/> * [HBASE-12640] - Add Thrift-over-HTTPS and doAs support for Thrift Server<br/> * [HBASE-12641] - Grant all permissions of hbase zookeeper node to hbase superuser in a secure cluster<br/> * [HBASE-12651] - Backport HBASE-12559 'Provide LoadBalancer with online configuration capability' to branch-1<br/> * [HBASE-12653] - Move TestRegionServerOnlineConfigChange & TestConfigurationManager to Junit4 tests<br/> * [HBASE-12659] - Replace the method calls to grant and revoke in shell scripts with AccessControlClient<br/> * [HBASE-12668] - Adapt PayloadCarryingRpcController so it can also be used in async way<br/> * [HBASE-12676] - Fix the misleading ASCII art in IntegrationTestBigLinkedList<br/> * [HBASE-12678] - HBCK should print command line arguments<br/> * [HBASE-12680] - Refactor base ClusterManager in HBase to not have the notion of sending a signal.<br/> * [HBASE-12719] - Add test WAL provider to quantify FSHLog overhead in the absence of HDFS.<br/> * [HBASE-12720] - Make InternalScan LimitedPrivate<br/> * [HBASE-12736] - Let MetaScanner recycle a given Connection<br/> * [HBASE-12745] - Visibility Labels: support visibility labels for user groups.<br/> * [HBASE-12762] - Region with no hfiles will have the highest locality cost in LocalityCostFunction<br/> * [HBASE-12768] - Support enable cache_data_on_write in Shell while creating table<br/> * [HBASE-12773] - Add warning message when user is trying to bulkload a large HFile.<br/> * [HBASE-12825] - CallRunner exception messages should include destination host:port<br/> * [HBASE-12893] - IntegrationTestBigLinkedListWithVisibility should use buffered writes<br/> * [HBASE-12899] - HBase should prefix htrace configuration keys with "hbase.htrace" rather than just "hbase."<br/> * [HBASE-12929] - TableMapReduceUtil.initTableMapperJob unnecessarily limits the types of outputKeyClass and outputValueClass<br/> * [HBASE-12973] - RegionCoprocessorEnvironment should provide HRegionInfo directly<br/> * [HBASE-12979] - Use setters instead of return values for handing back statistics from HRegion methods<br/> * [HBASE-12997] - FSHLog should print pipeline on low replication<br/> * [HBASE-13008] - Better default for hbase.regionserver.regionSplitLimit parameter.<br/><br/>** New Feature<br/> * [HBASE-9531] - a command line (hbase shell) interface to retreive the replication metrics and show replication lag<br/> * [HBASE-10560] - Per cell TTLs<br/> * [HBASE-12709] - [mvn] Add unit test excludes command line flag to the build.<br/> * [HBASE-12731] - Heap occupancy based client pushback<br/><br/>** Task<br/> * [HBASE-12493] - User class should provide a way to re-use existing token<br/> * [HBASE-12567] - Track remaining issues for HBase-1.0<br/> * [HBASE-12624] - Remove rename_snapshot.rb from code as there is no equivalent renameSnapshot api in Admin class<br/> * [HBASE-12625] - Deprecate certain methods in classes annotated with InterfaceAudience.Public in branch-1<br/> * [HBASE-12689] - Move version on from 0.99.2 to HBASE-1.0.0-SNAPSHOT<br/> * [HBASE-12724] - Upgrade the interface audience of RegionScanner from Private to LimitedPrivate<br/> * [HBASE-12726] - Backport to branch-1.0 addendum for "Minimize a number of hbase-client transitive dependencies"<br/> * [HBASE-12788] - Promote Abortable to LimitedPrivate<br/> * [HBASE-12834] - Promote ScanType to LimitedPrivate<br/><br/>** Test<br/> * [HBASE-12163] - Move test annotation classes to the same package as in master<br/> * [HBASE-12645] - HBaseTestingUtility is using ${$HOME} for rootDir<br/> * [HBASE-12685] - TestSplitLogManager#testLogFilesAreArchived sometimes times out due to race condition<br/> * [HBASE-12799] - ITAG fails with java.lang.RuntimeException if table does not exist<br/> * [HBASE-12885] - Unit test for RAW / VERSIONS scanner specifications<br/><br/>Release Notes - HBase - Version 0.99.2 12/07/2014<br/><br/>** Sub-task<br/> * [HBASE-10671] - Add missing InterfaceAudience annotations for classes in hbase-common and hbase-client modules<br/> * [HBASE-11164] - Document and test rolling updates from 0.98 -> 1.0<br/> * [HBASE-11915] - Document and test 0.94 -> 1.0.0 update<br/> * [HBASE-11964] - Improve spreading replication load from failed regionservers<br/> * [HBASE-12075] - Preemptive Fast Fail<br/> * [HBASE-12128] - Cache configuration and RpcController selection for Table in Connection<br/> * [HBASE-12147] - Porting Online Config Change from 89-fb<br/> * [HBASE-12202] - Support DirectByteBuffer usage in HFileBlock<br/> * [HBASE-12214] - Visibility Controller in the peer cluster should be able to extract visibility tags from the replicated cells<br/> * [HBASE-12288] - Support DirectByteBuffer usage in DataBlock Encoding area<br/> * [HBASE-12297] - Support DBB usage in Bloom and HFileIndex area<br/> * [HBASE-12313] - Redo the hfile index length optimization so cell-based rather than serialized KV key<br/> * [HBASE-12353] - Turn down logging on some spewing unit tests<br/> * [HBASE-12354] - Update dependencies in time for 1.0 release<br/> * [HBASE-12355] - Update maven plugins<br/> * [HBASE-12363] - Improve how KEEP_DELETED_CELLS works with MIN_VERSIONS<br/> * [HBASE-12379] - Try surefire 2.18-SNAPSHOT<br/> * [HBASE-12400] - Fix refguide so it does connection#getTable rather than new HTable everywhere: first cut!<br/> * [HBASE-12404] - Task 5 from parent: Replace internal HTable constructor use with HConnection#getTable (0.98, 0.99)<br/> * [HBASE-12471] - Task 4. replace internal ConnectionManager#{delete,get}Connection use with #close, #createConnection (0.98, 0.99) under src/main/java<br/> * [HBASE-12517] - Several HConstant members are assignable<br/> * [HBASE-12518] - Task 4 polish. Remove CM#{get,delete}Connection<br/> * [HBASE-12519] - Remove tabs used as whitespace<br/> * [HBASE-12526] - Remove unused imports<br/> * [HBASE-12577] - Disable distributed log replay by default<br/><br/><br/><br/>** Bug<br/> * [HBASE-7211] - Improve hbase ref guide for the testing part.<br/> * [HBASE-9003] - TableMapReduceUtil should not rely on org.apache.hadoop.util.JarFinder#getJar<br/> * [HBASE-9117] - Remove HTablePool and all HConnection pooling related APIs<br/> * [HBASE-9157] - ZKUtil.blockUntilAvailable loops forever with non-recoverable errors<br/> * [HBASE-9527] - Review all old api that takes a table name as a byte array and ensure none can pass ns + tablename<br/> * [HBASE-10536] - ImportTsv should fail fast if any of the column family passed to the job is not present in the table<br/> * [HBASE-10780] - HFilePrettyPrinter#processFile should return immediately if file does not exist<br/> * [HBASE-11099] - Two situations where we could open a region with smaller sequence number<br/> * [HBASE-11562] - CopyTable should provide an option to shuffle the mapper tasks<br/> * [HBASE-11835] - Wrong managenement of non expected calls in the client<br/> * [HBASE-12017] - Use Connection.createTable() instead of HTable constructors.<br/> * [HBASE-12029] - Use Table and RegionLocator in HTable.getRegionLocations()<br/> * [HBASE-12053] - SecurityBulkLoadEndPoint set 777 permission on input data files<br/> * [HBASE-12072] - Standardize retry handling for master operations<br/> * [HBASE-12083] - Deprecate new HBaseAdmin() in favor of Connection.getAdmin()<br/> * [HBASE-12142] - Truncate command does not preserve ACLs table<br/> * [HBASE-12194] - Make TestEncodedSeekers faster<br/> * [HBASE-12219] - Cache more efficiently getAll() and get() in FSTableDescriptors<br/> * [HBASE-12226] - TestAccessController#testPermissionList failing on master<br/> * [HBASE-12229] - NullPointerException in SnapshotTestingUtils<br/> * [HBASE-12234] - Make TestMultithreadedTableMapper a little more stable.<br/> * [HBASE-12237] - HBaseZeroCopyByteString#wrap() should not be called in hbase-client code<br/> * [HBASE-12238] - A few ugly exceptions on startup<br/> * [HBASE-12240] - hbase-daemon.sh should remove pid file if process not found running<br/> * [HBASE-12241] - The crash of regionServer when taking deadserver's replication queue breaks replication<br/> * [HBASE-12242] - Fix new javadoc warnings in Admin, etc.<br/> * [HBASE-12246] - Compilation with hadoop-2.3.x and 2.2.x is broken<br/> * [HBASE-12247] - Replace setHTable() with initializeTable() in TableInputFormat.<br/> * [HBASE-12248] - broken link in hbase shell help<br/> * [HBASE-12252] - IntegrationTestBulkLoad fails with illegal partition error<br/> * [HBASE-12257] - TestAssignmentManager unsynchronized access to regionPlans<br/> * [HBASE-12258] - Make TestHBaseFsck less flaky<br/> * [HBASE-12261] - Add checkstyle to HBase build process<br/> * [HBASE-12263] - RegionServer listens on localhost in distributed cluster when DNS is unavailable<br/> * [HBASE-12265] - HBase shell 'show_filters' points to internal Facebook URL<br/> * [HBASE-12274] - Race between RegionScannerImpl#nextInternal() and RegionScannerImpl#close() may produce null pointer exception<br/> * [HBASE-12277] - Refactor bulkLoad methods in AccessController to its own interface<br/> * [HBASE-12278] - Race condition in TestSecureLoadIncrementalHFilesSplitRecovery<br/> * [HBASE-12279] - Generated thrift files were generated with the wrong parameters<br/> * [HBASE-12281] - ClonedPrefixTreeCell should implement HeapSize<br/> * [HBASE-12285] - Builds are failing, possibly because of SUREFIRE-1091<br/> * [HBASE-12294] - Can't build the docs after the hbase-checkstyle module was added<br/> * [HBASE-12301] - user_permission command does not show global permissions<br/> * [HBASE-12302] - VisibilityClient getAuths does not propagate remote service exception correctly<br/> * [HBASE-12304] - CellCounter will throw AIOBE when output directory is not specified<br/> * [HBASE-12306] - CellCounter output's wrong value for Total Families Across all Rows in output file<br/> * [HBASE-12308] - Fix typo in hbase-rest profile name<br/> * [HBASE-12312] - Another couple of createTable race conditions<br/> * [HBASE-12314] - Add chaos monkey policy to execute two actions concurrently<br/> * [HBASE-12315] - Fix 0.98 Tests after checkstyle got parented<br/> * [HBASE-12316] - test-patch.sh (Hadoop-QA) outputs the wrong release audit warnings URL<br/> * [HBASE-12318] - Add license header to checkstyle xml files<br/> * [HBASE-12319] - Inconsistencies during region recovery due to close/open of a region during recovery<br/> * [HBASE-12322] - Add clean up command to ITBLL<br/> * [HBASE-12327] - MetricsHBaseServerSourceFactory#createContextName has wrong conditions<br/> * [HBASE-12329] - Table create with duplicate column family names quietly succeeds<br/> * [HBASE-12334] - Handling of DeserializationException causes needless retry on failure<br/> * [HBASE-12336] - RegionServer failed to shutdown for NodeFailoverWorker thread<br/> * [HBASE-12337] - Import tool fails with NullPointerException if clusterIds is not initialized<br/> * [HBASE-12346] - Scan's default auths behavior under Visibility labels<br/> * [HBASE-12352] - Add hbase-annotation-tests to runtime classpath so can run hbase it tests.<br/> * [HBASE-12356] - Rpc with region replica does not propagate tracing spans<br/> * [HBASE-12359] - MulticastPublisher should specify IPv4/v6 protocol family when creating multicast channel<br/> * [HBASE-12366] - Add login code to HBase Canary tool.<br/> * [HBASE-12372] - [WINDOWS] Enable log4j configuration in hbase.cmd<br/> * [HBASE-12375] - LoadIncrementalHFiles fails to load data in table when CF name starts with '_'<br/> * [HBASE-12377] - HBaseAdmin#deleteTable fails when META region is moved around the same timeframe<br/> * [HBASE-12384] - TestTags can hang on fast test hosts<br/> * [HBASE-12386] - Replication gets stuck following a transient zookeeper error to remote peer cluster<br/> * [HBASE-12398] - Region isn't assigned in an extreme race condition<br/> * [HBASE-12399] - Master startup race between metrics and RpcServer<br/> * [HBASE-12402] - ZKPermissionWatcher race condition in refreshing the cache leaving stale ACLs and causing AccessDenied<br/> * [HBASE-12407] - HConnectionKey doesn't contain CUSTOM_CONTROLLER_CONF_KEY in CONNECTION_PROPERTIES<br/> * [HBASE-12414] - Move HFileLink.exists() to base class<br/> * [HBASE-12417] - Scan copy constructor does not retain small attribute<br/> * [HBASE-12419] - "Partial cell read caused by EOF" ERRORs on replication source during replication<br/> * [HBASE-12420] - BucketCache logged startup message is egregiously large<br/> * [HBASE-12423] - Use a non-managed Table in TableOutputFormat<br/> * [HBASE-12428] - region_mover.rb script is broken if port is not specified<br/> * [HBASE-12440] - Region may remain offline on clean startup under certain race condition<br/> * [HBASE-12445] - hbase is removing all remaining cells immediately after the cell marked with marker = KeyValue.Type.DeleteColumn via PUT<br/> * [HBASE-12448] - Fix rate reporting in compaction progress DEBUG logging<br/> * [HBASE-12449] - Use the max timestamp of current or old cell's timestamp in HRegion.append()<br/> * [HBASE-12450] - Unbalance chaos monkey might kill all region servers without starting them back<br/> * [HBASE-12459] - Use a non-managed Table in mapred.TableOutputFormat<br/> * [HBASE-12460] - Moving Chore to hbase-common module.<br/> * [HBASE-12461] - FSVisitor logging is excessive<br/> * [HBASE-12464] - meta table region assignment stuck in the FAILED_OPEN state due to region server not fully ready to serve<br/> * [HBASE-12478] - HBASE-10141 and MIN_VERSIONS are not compatible<br/> * [HBASE-12479] - Backport HBASE-11689 (Track meta in transition) to 0.98 and branch-1<br/> * [HBASE-12490] - Replace uses of setAutoFlush(boolean, boolean)<br/> * [HBASE-12491] - TableMapReduceUtil.findContainingJar() NPE<br/> * [HBASE-12495] - Use interfaces in the shell scripts<br/> * [HBASE-12513] - Graceful stop script does not restore the balancer state<br/> * [HBASE-12514] - Cleanup HFileOutputFormat legacy code<br/> * [HBASE-12520] - Add protected getters on TableInputFormatBase<br/> * [HBASE-12533] - staging directories are not deleted after secure bulk load<br/> * [HBASE-12536] - Reduce the effective scope of GLOBAL CREATE and ADMIN permission<br/> * [HBASE-12537] - HBase should log the remote host on replication error<br/> * [HBASE-12539] - HFileLinkCleaner logs are uselessly noisy<br/> * [HBASE-12541] - Add misc debug logging to hanging tests in TestHCM and TestBaseLoadBalancer<br/> * [HBASE-12544] - ops_mgt.xml missing in branch-1<br/> * [HBASE-12550] - Check all storefiles are referenced before splitting<br/> * [HBASE-12560] - [WINDOWS] Append the classpath from Hadoop to HBase classpath in bin/hbase.cmd<br/> * [HBASE-12576] - Add metrics for rolling the HLog if there are too few DN's in the write pipeline<br/> * [HBASE-12580] - Zookeeper instantiated even though we might not need it in the shell<br/> * [HBASE-12581] - TestCellACLWithMultipleVersions failing since task 5 HBASE-12404 (HBASE-12404 addendum)<br/> * [HBASE-12584] - Fix branch-1 failing since task 5 HBASE-12404 (HBASE-12404 addendum)<br/> * [HBASE-12595] - Use Connection.getTable() in table.rb<br/> * [HBASE-12600] - Remove REPLAY tag dependency in Distributed Replay Mode<br/> * [HBASE-12610] - Close connection in TableInputFormatBase<br/> * [HBASE-12611] - Create autoCommit() method and remove clearBufferOnFail<br/> * [HBASE-12614] - Potentially unclosed StoreFile(s) in DefaultCompactor#compact()<br/> * [HBASE-12616] - We lost the IntegrationTestBigLinkedList COMMANDS in recent usage refactoring<br/><br/><br/><br/><br/>** Improvement<br/> * [HBASE-2609] - Harmonize the Get and Delete operations<br/> * [HBASE-4955] - Use the official versions of surefire & junit<br/> * [HBASE-8361] - Bulk load and other utilities should not create tables for user<br/> * [HBASE-8572] - Enhance delete_snapshot.rb to call snapshot deletion API with regex<br/> * [HBASE-10082] - Describe 'table' output is all on one line, could use better formatting<br/> * [HBASE-10483] - Provide API for retrieving info port when hbase.master.info.port is set to 0<br/> * [HBASE-11639] - [Visibility controller] Replicate the visibility of Cells as strings<br/> * [HBASE-11870] - Optimization : Avoid copy of key and value for tags addition in AC and VC<br/> * [HBASE-12161] - Add support for grant/revoke on namespaces in AccessControlClient<br/> * [HBASE-12243] - HBaseFsck should auto set ignorePreCheckPermission to true if no fix option is set.<br/> * [HBASE-12249] - Script to help you adhere to the patch-naming guidelines<br/> * [HBASE-12264] - ImportTsv should fail fast if output is not specified and table does not exist<br/> * [HBASE-12271] - Add counters for files skipped during snapshot export<br/> * [HBASE-12272] - Generate Thrift code through maven<br/> * [HBASE-12328] - Need to separate JvmMetrics for Master and RegionServer<br/> * [HBASE-12389] - Reduce the number of versions configured for the ACL table<br/> * [HBASE-12390] - Change revision style from svn to git<br/> * [HBASE-12411] - Optionally enable p-reads and private readers for compactions<br/> * [HBASE-12416] - RegionServerCallable should report what host it was communicating with<br/> * [HBASE-12424] - Finer grained logging and metrics for split transactions<br/> * [HBASE-12432] - RpcRetryingCaller should log after fixed number of retries like AsyncProcess<br/> * [HBASE-12434] - Add a command to compact all the regions in a regionserver<br/> * [HBASE-12447] - Add support for setTimeRange for RowCounter and CellCounter<br/> * [HBASE-12455] - Add 'description' to bean and attribute output when you do /jmx?description=true<br/> * [HBASE-12529] - Use ThreadLocalRandom for RandomQueueBalancer<br/> * [HBASE-12569] - Control MaxDirectMemorySize in the same manner as heap size<br/><br/>** New Feature<br/> * [HBASE-8707] - Add LongComparator for filter<br/> * [HBASE-12286] - [shell] Add server/cluster online load of configuration changes<br/> * [HBASE-12361] - Show data locality of region in table page<br/> * [HBASE-12496] - A blockedRequestsCount metric<br/><br/><br/><br/><br/><br/><br/><br/><br/>** Task<br/> * [HBASE-10200] - Better error message when HttpServer fails to start due to java.net.BindException<br/> * [HBASE-10870] - Deprecate and replace HCD methods that have a 'should' prefix with a 'get' instead<br/> * [HBASE-12250] - Adding an endpoint for updating the regionserver config<br/> * [HBASE-12344] - Split up TestAdmin<br/> * [HBASE-12381] - Add maven enforcer rules for build assumptions<br/> * [HBASE-12388] - Document that WALObservers don't get empty edits.<br/> * [HBASE-12427] - Change branch-1 version from 0.99.2-SNAPSHOT to 0.99.3-SNAPSHOT<br/> * [HBASE-12442] - Bring KeyValue#createFirstOnRow() back to branch-1 as deprecated methods<br/> * [HBASE-12456] - Update surefire from 2.18-SNAPSHOT to 2.18<br/> * [HBASE-12516] - Clean up master so QA Bot is in known good state<br/> * [HBASE-12522] - Backport WAL refactoring to branch-1<br/><br/><br/>** Test<br/> * [HBASE-12317] - Run IntegrationTestRegionReplicaPerf w.o mapred<br/> * [HBASE-12335] - IntegrationTestRegionReplicaPerf is flaky<br/> * [HBASE-12367] - Integration tests should not restore the cluster if the CM is not destructive<br/> * [HBASE-12378] - Add a test to verify that the read-replica is able to read after a compaction<br/> * [HBASE-12401] - Add some timestamp signposts in IntegrationTestMTTR<br/> * [HBASE-12403] - IntegrationTestMTTR flaky due to aggressive RS restart timeout<br/> * [HBASE-12472] - Improve debuggability of IntegrationTestBulkLoad<br/> * [HBASE-12549] - Fix TestAssignmentManagerOnCluster#testAssignRacingWithSSH() flaky test<br/> * [HBASE-12554] - TestBaseLoadBalancer may timeout due to lengthy rack lookup<br/><br/>** Umbrella<br/> * [HBASE-10602] - Cleanup HTable public interface<br/> * [HBASE-10856] - Prep for 1.0<br/><br/><br/><br/>Release Notes - HBase - Version 0.99.1 10/15/2014<br/><br/>** Sub-task<br/> * [HBASE-11160] - Undo append waiting on region edit/sequence id update<br/> * [HBASE-11178] - Remove deprecation annotations from mapred namespace<br/> * [HBASE-11738] - Document improvements to LoadTestTool and PerformanceEvaluation<br/> * [HBASE-11872] - Avoid usage of KeyValueUtil#ensureKeyValue from Compactor<br/> * [HBASE-11874] - Support Cell to be passed to StoreFile.Writer rather than KeyValue<br/> * [HBASE-11917] - Deprecate / Remove HTableUtil<br/> * [HBASE-11920] - Add CP hooks for ReplicationEndPoint<br/> * [HBASE-11930] - Document new permission check to roll WAL writer<br/> * [HBASE-11980] - Change sync to hsync, remove unused InfoServer, and reference our httpserver instead of hadoops<br/> * [HBASE-11997] - CopyTable with bulkload<br/> * [HBASE-12023] - HRegion.applyFamilyMapToMemstore creates too many iterator objects.<br/> * [HBASE-12046] - HTD/HCD setters should be builder-style<br/> * [HBASE-12047] - Avoid usage of KeyValueUtil#ensureKeyValue in simple cases<br/> * [HBASE-12050] - Avoid KeyValueUtil#ensureKeyValue from DefaultMemStore<br/> * [HBASE-12051] - Avoid KeyValueUtil#ensureKeyValue from DefaultMemStore<br/> * [HBASE-12059] - Create hbase-annotations module<br/> * [HBASE-12062] - Fix usage of Collections.toArray<br/> * [HBASE-12068] - [Branch-1] Avoid need to always do KeyValueUtil#ensureKeyValue for Filter transformCell<br/> * [HBASE-12069] - Finish making HFile.Writer Cell-centric; undo APIs that expect KV serializations.<br/> * [HBASE-12076] - Move InterfaceAudience imports to hbase-annotations<br/> * [HBASE-12077] - FilterLists create many ArrayList$Itr objects per row.<br/> * [HBASE-12079] - Deprecate KeyValueUtil#ensureKeyValue(s)<br/> * [HBASE-12082] - Find a way to set timestamp on Cells on the server<br/> * [HBASE-12086] - Fix bugs in HTableMultiplexer<br/> * [HBASE-12096] - In ZKSplitLog Coordination and AggregateImplementation replace enhaced for statements with basic for statement to avoid unnecessary object allocation<br/> * [HBASE-12104] - Some optimization and bugfix for HTableMultiplexer<br/> * [HBASE-12110] - Fix .arcconfig<br/> * [HBASE-12112] - Avoid KeyValueUtil#ensureKeyValue some more simple cases<br/> * [HBASE-12115] - Fix NumberFormat Exception in TableInputFormatBase.<br/> * [HBASE-12189] - Fix new issues found by coverity static analysis<br/> * [HBASE-12210] - Avoid KeyValue in Prefix Tree<br/><br/>** Bug<br/> * [HBASE-6994] - minor doc update about DEFAULT_ACCEPTABLE_FACTOR<br/> * [HBASE-8808] - Use Jacoco to generate Unit Test coverage reports<br/> * [HBASE-8936] - Fixing TestSplitLogWorker while running Jacoco tests.<br/> * [HBASE-9005] - Improve documentation around KEEP_DELETED_CELLS, time range scans, and delete markers<br/> * [HBASE-9513] - Why is PE#RandomSeekScanTest way slower in 0.96 than in 0.94?<br/> * [HBASE-10314] - Add Chaos Monkey that doesn't touch the master<br/> * [HBASE-10748] - hbase-daemon.sh fails to execute with 'sh' command<br/> * [HBASE-10757] - Change HTable class doc so it sends people to HCM getting instances<br/> * [HBASE-11145] - UNEXPECTED!!! when HLog sync: Queue full<br/> * [HBASE-11266] - Remove shaded references to logger<br/> * [HBASE-11394] - Replication can have data loss if peer id contains hyphen "-"<br/> * [HBASE-11401] - Late-binding sequenceid presumes a particular KeyValue mvcc format hampering experiment<br/> * [HBASE-11405] - Multiple invocations of hbck in parallel disables balancer permanently<br/> * [HBASE-11804] - Raise default heap size if unspecified<br/> * [HBASE-11815] - Flush and compaction could just close the tmp writer if there is an exception<br/> * [HBASE-11890] - HBase REST Client is hard coded to http protocol<br/> * [HBASE-11906] - Meta data loss with distributed log replay<br/> * [HBASE-11967] - HMaster in standalone won't go down if it gets 'Unhandled exception'<br/> * [HBASE-11974] - When a disabled table is scanned, NotServingRegionException is thrown instead of TableNotEnabledException<br/> * [HBASE-11982] - Bootstraping hbase:meta table creates a WAL file in region dir<br/> * [HBASE-11988] - AC/VC system table create on postStartMaster fails too often in test<br/> * [HBASE-11991] - Region states may be out of sync<br/> * [HBASE-11994] - PutCombiner floods the M/R log with repeated log messages.<br/> * [HBASE-12007] - StochasticBalancer should avoid putting user regions on master<br/> * [HBASE-12019] - hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables<br/> * [HBASE-12024] - Fix javadoc warning<br/> * [HBASE-12025] - TestHttpServerLifecycle.testStartedServerWithRequestLog hangs frequently<br/> * [HBASE-12034] - If I kill single RS in branch-1, all regions end up on Master!<br/> * [HBASE-12038] - Replace internal uses of signatures with byte[] and String tableNames to use the TableName equivalents.<br/> * [HBASE-12041] - AssertionError in HFilePerformanceEvaluation.UniformRandomReadBenchmark<br/> * [HBASE-12042] - Replace internal uses of HTable(Configuration, String) with HTable(Configuration, TableName)<br/> * [HBASE-12043] - REST server should respond with FORBIDDEN(403) code on AccessDeniedException<br/> * [HBASE-12044] - REST delete operation should not retry disableTable for DoNotRetryIOException<br/> * [HBASE-12045] - REST proxy users configuration in hbase-site.xml is ignored<br/> * [HBASE-12052] - BulkLoad Failed due to no write permission on input files<br/> * [HBASE-12054] - bad state after NamespaceUpgrade with reserved table names<br/> * [HBASE-12056] - RPC logging too much in DEBUG mode<br/> * [HBASE-12064] - hbase.master.balancer.stochastic.numRegionLoadsToRemember is not used<br/> * [HBASE-12065] - Import tool is not restoring multiple DeleteFamily markers of a row<br/> * [HBASE-12067] - Remove deprecated metrics classes.<br/> * [HBASE-12078] - Missing Data when scanning using PREFIX_TREE DATA-BLOCK-ENCODING<br/> * [HBASE-12095] - SecureWALCellCodec should handle the case where encryption is disabled<br/> * [HBASE-12098] - User granted namespace table create permissions can't create a table<br/> * [HBASE-12099] - TestScannerModel fails if using jackson 1.9.13<br/> * [HBASE-12106] - Move test annotations to test artifact<br/> * [HBASE-12109] - user_permission command for namespace does not return correct result<br/> * [HBASE-12119] - Master regionserver web UI NOT_FOUND<br/> * [HBASE-12120] - HBase shell doesn't allow deleting of a cell by user with W-only permissions to it<br/> * [HBASE-12122] - Try not to assign user regions to master all the time<br/> * [HBASE-12123] - Failed assertion in BucketCache after 11331<br/> * [HBASE-12124] - Closed region could stay closed if master stops at bad time<br/> * [HBASE-12126] - Region server coprocessor endpoint<br/> * [HBASE-12130] - HBASE-11980 calls hflush and hsync doing near double the syncing work<br/> * [HBASE-12134] - publish_website.sh script is too optimistic<br/> * [HBASE-12135] - Website is broken<br/> * [HBASE-12136] - Race condition between client adding tableCF replication znode and server triggering TableCFsTracker<br/> * [HBASE-12137] - Alter table add cf doesn't do compression test<br/> * [HBASE-12139] - StochasticLoadBalancer doesn't work on large lightly loaded clusters<br/> * [HBASE-12140] - Add ConnectionFactory.createConnection() to create using default HBaseConfiguration.<br/> * [HBASE-12145] - Fix javadoc and findbugs so new folks aren't freaked when they see them<br/> * [HBASE-12146] - RegionServerTracker should escape data in log messages<br/> * [HBASE-12149] - TestRegionPlacement is failing undeterministically<br/> * [HBASE-12151] - Make dev scripts executable<br/> * [HBASE-12153] - Fixing TestReplicaWithCluster<br/> * [HBASE-12156] - TableName cache isn't used for one of valueOf methods.<br/> * [HBASE-12158] - TestHttpServerLifecycle.testStartedServerWithRequestLog goes zombie on occasion<br/> * [HBASE-12160] - Make Surefire's argLine configurable in the command line<br/> * [HBASE-12164] - Check for presence of user Id in SecureBulkLoadEndpoint#secureBulkLoadHFiles() is inaccurate<br/> * [HBASE-12165] - TestEndToEndSplitTransaction.testFromClientSideWhileSplitting fails<br/> * [HBASE-12166] - TestDistributedLogSplitting.testMasterStartsUpWithLogReplayWork<br/> * [HBASE-12167] - NPE in AssignmentManager<br/> * [HBASE-12170] - TestReplicaWithCluster.testReplicaAndReplication timeouts<br/> * [HBASE-12181] - Some tests create a table and try to use it before regions get assigned<br/> * [HBASE-12183] - FuzzyRowFilter doesn't support reverse scans<br/> * [HBASE-12184] - ServerShutdownHandler throws NPE<br/> * [HBASE-12191] - Make TestCacheOnWrite faster.<br/> * [HBASE-12196] - SSH should retry in case failed to assign regions<br/> * [HBASE-12197] - Move REST<br/> * [HBASE-12198] - Fix the bug of not updating location cache<br/> * [HBASE-12199] - Make TestAtomicOperation and TestEncodedSeekers faster<br/> * [HBASE-12200] - When an RPC server handler thread dies, throw exception<br/> * [HBASE-12206] - NPE in RSRpcServices<br/> * [HBASE-12209] - NPE in HRegionServer#getLastSequenceId<br/> * [HBASE-12218] - Make HBaseCommonTestingUtil#deleteDir try harder<br/><br/>** Improvement<br/> * [HBASE-10153] - improve VerifyReplication to compute BADROWS more accurately<br/> * [HBASE-10411] - [Book] Add a kerberos 'request is a replay (34)' issue at troubleshooting section<br/> * [HBASE-11796] - Add client support for atomic checkAndMutate<br/> * [HBASE-11879] - Change TableInputFormatBase to take interface arguments<br/> * [HBASE-11907] - Use the joni byte[] regex engine in place of j.u.regex in RegexStringComparator<br/> * [HBASE-11948] - graceful_stop.sh should use hbase-daemon.sh when executed on the decomissioned node<br/> * [HBASE-12010] - Use TableName.META_TABLE_NAME instead of indirectly from HTableDescriptor<br/> * [HBASE-12011] - Add namespace column during display of user tables<br/> * [HBASE-12013] - Make region_mover.rb support multiple regionservers per host<br/> * [HBASE-12021] - Hbase shell does not respect the HBASE_OPTS set by the user in console<br/> * [HBASE-12032] - Script to stop regionservers via RPC<br/> * [HBASE-12049] - Help for alter command is a bit confusing<br/> * [HBASE-12090] - Bytes: more Unsafe, more Faster<br/> * [HBASE-12118] - Explain how to grant permission to a namespace in grant command usage<br/> * [HBASE-12176] - WALCellCodec Encoders support for non-KeyValue Cells<br/> * [HBASE-12212] - HBaseTestingUtility#waitUntilAllRegionsAssigned should wait for RegionStates<br/> * [HBASE-12220] - Add hedgedReads and hedgedReadWins metrics<br/><br/>** New Feature<br/> * [HBASE-11990] - Make setting the start and stop row for a specific prefix easier<br/> * [HBASE-11995] - Use Connection and ConnectionFactory where possible<br/> * [HBASE-12127] - Move the core Connection creation functionality into ConnectionFactory<br/> * [HBASE-12133] - Add FastLongHistogram for metric computation<br/> * [HBASE-12143] - Minor fix for Table code<br/><br/>** Task<br/> * [HBASE-9004] - Fix Documentation around Minor compaction and ttl<br/> * [HBASE-11692] - Document how and why to do a manual region split<br/> * [HBASE-11730] - Document release managers for non-deprecated branches<br/> * [HBASE-11761] - Add a FAQ item for updating a maven-managed application from 0.94 -> 0.96+<br/> * [HBASE-11960] - Provide a sample to show how to use Thrift client authentication<br/> * [HBASE-11978] - Backport 'HBASE-7767 Get rid of ZKTable, and table enable/disable state in ZK' to 1.0<br/> * [HBASE-11981] - Document how to find the units of measure for a given HBase metric<br/><br/>** Test<br/> * [HBASE-11798] - TestBucketWriterThread may hang due to WriterThread stopping prematurely<br/> * [HBASE-11838] - Enable PREFIX_TREE in integration tests<br/> * [HBASE-12008] - Remove IntegrationTestImportTsv#testRunFromOutputCommitter<br/> * [HBASE-12055] - TestBucketWriterThread hangs flakily based on timing<br/><br/><br/>Release Notes - HBase - Version 0.99.0 9/22/2014<br/><br/>** Sub-task<br/> * [HBASE-2251] - PE defaults to 1k rows - uncommon use case, and easy to hit benchmarks<br/> * [HBASE-5175] - Add DoubleColumnInterpreter<br/> * [HBASE-6873] - Clean up Coprocessor loading failure handling<br/> * [HBASE-8541] - implement flush-into-stripes in stripe compactions<br/> * [HBASE-9149] - javadoc cleanup of to reflect .META. rename to hbase:meta<br/> * [HBASE-9261] - Add cp hooks after {start|close}RegionOperation<br/> * [HBASE-9489] - Add cp hooks in online merge before and after setting PONR<br/> * [HBASE-9846] - Integration test and LoadTestTool support for cell ACLs<br/> * [HBASE-9858] - Integration test and LoadTestTool support for cell Visibility<br/> * [HBASE-9889] - Make sure we clean up scannerReadPoints upon any exceptions<br/> * [HBASE-9941] - The context ClassLoader isn't set while calling into a coprocessor<br/> * [HBASE-9966] - Create IntegrationTest for Online Bloom Filter Change<br/> * [HBASE-9977] - Define C interface of HBase Client Asynchronous APIs<br/> * [HBASE-10043] - Fix Potential Resouce Leak in MultiTableInputFormatBase<br/> * [HBASE-10094] - Add batching to HLogPerformanceEvaluation<br/> * [HBASE-10110] - Fix Potential Resource Leak in StoreFlusher<br/> * [HBASE-10124] - Make Sub Classes Static When Possible<br/> * [HBASE-10143] - Clean up dead local stores in FSUtils<br/> * [HBASE-10150] - Write attachment Id of tested patch into JIRA comment<br/> * [HBASE-10156] - FSHLog Refactor (WAS -> Fix up the HBASE-8755 slowdown when low contention)<br/> * [HBASE-10158] - Add sync rate histogram to HLogPE<br/> * [HBASE-10169] - Batch coprocessor<br/> * [HBASE-10297] - LoadAndVerify Integration Test for cell visibility<br/> * [HBASE-10347] - HRegionInfo changes for adding replicaId and MetaEditor/MetaReader changes for region replicas<br/> * [HBASE-10348] - HTableDescriptor changes for region replicas<br/> * [HBASE-10350] - Master/AM/RegionStates changes to create and assign region replicas<br/> * [HBASE-10351] - LoadBalancer changes for supporting region replicas<br/> * [HBASE-10352] - Region and RegionServer changes for opening region replicas, and refreshing store files<br/> * [HBASE-10354] - Add an API for defining consistency per request<br/> * [HBASE-10355] - Failover RPC's from client using region replicas<br/> * [HBASE-10356] - Failover RPC's for multi-get<br/> * [HBASE-10357] - Failover RPC's for scans<br/> * [HBASE-10359] - Master/RS WebUI changes for region replicas<br/> * [HBASE-10361] - Enable/AlterTable support for region replicas<br/> * [HBASE-10362] - HBCK changes for supporting region replicas<br/> * [HBASE-10391] - Deprecate KeyValue#getBuffer<br/> * [HBASE-10420] - Replace KV.getBuffer with KV.get{Row|Family|Qualifier|Value|Tags}Array<br/> * [HBASE-10513] - Provide user documentation for region replicas<br/> * [HBASE-10517] - NPE in MetaCache.clearCache()<br/> * [HBASE-10519] - Add handling for swallowed InterruptedException thrown by Thread.sleep in rest related files<br/> * [HBASE-10520] - Add handling for swallowed InterruptedException thrown by Thread.sleep in MiniZooKeeperCluster<br/> * [HBASE-10521] - Add handling for swallowed InterruptedException thrown by Thread.sleep in RpcServer<br/> * [HBASE-10522] - Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in client<br/> * [HBASE-10523] - Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in util<br/> * [HBASE-10524] - Correct wrong handling and add proper handling for swallowed InterruptedException thrown by Thread.sleep in regionserver<br/> * [HBASE-10526] - Using Cell instead of KeyValue in HFileOutputFormat<br/> * [HBASE-10529] - Make Cell extend Cloneable<br/> * [HBASE-10530] - Add util methods in CellUtil<br/> * [HBASE-10531] - Revisit how the key byte[] is passed to HFileScanner.seekTo and reseekTo<br/> * [HBASE-10532] - Make KeyValueComparator in KeyValue to accept Cell instead of KeyValue.<br/> * [HBASE-10550] - Register HBase tokens with ServiceLoader<br/> * [HBASE-10561] - Forward port: HBASE-10212 New rpc metric: number of active handler<br/> * [HBASE-10572] - Create an IntegrationTest for region replicas<br/> * [HBASE-10573] - Use Netty 4<br/> * [HBASE-10616] - Integration test for multi-get calls<br/> * [HBASE-10620] - LoadBalancer.needsBalance() should check for co-located region replicas as well<br/> * [HBASE-10630] - NullPointerException in ConnectionManager$HConnectionImplementation.locateRegionInMeta() due to missing region info<br/> * [HBASE-10633] - StoreFileRefresherChore throws ConcurrentModificationException sometimes<br/> * [HBASE-10634] - Multiget doesn't fully work<br/> * [HBASE-10648] - Pluggable Memstore<br/> * [HBASE-10650] - Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in RegionServer<br/> * [HBASE-10651] - Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in Replication<br/> * [HBASE-10652] - Fix incorrect handling of IE that restores current thread's interrupt status within while/for loops in rpc<br/> * [HBASE-10661] - TestStochasticLoadBalancer.testRegionReplicationOnMidClusterWithRacks() is flaky<br/> * [HBASE-10672] - Table snapshot should handle tables whose REGION_REPLICATION is greater than one<br/> * [HBASE-10680] - Check if the block keys, index keys can be used as Cells instead of byte[]<br/> * [HBASE-10688] - Add a draining_node script to manage nodes in draining mode<br/> * [HBASE-10691] - test-patch.sh should continue even if compilation against hadoop 1.0 / 1.1 fails<br/> * [HBASE-10697] - Convert TestSimpleTotalOrderPartitioner to junit4 test<br/> * [HBASE-10701] - Cache invalidation improvements from client side<br/> * [HBASE-10704] - BaseLoadBalancer#roundRobinAssignment() may add same region to assignment plan multiple times<br/> * [HBASE-10717] - TestFSHDFSUtils#testIsSameHdfs fails with IllegalArgumentException running against hadoop 2.3<br/> * [HBASE-10723] - Convert TestExplicitColumnTracker to junit4 test<br/> * [HBASE-10729] - Enable table doesn't balance out replicas evenly if the replicas were unassigned earlier<br/> * [HBASE-10734] - Fix RegionStates.getRegionAssignments to not add duplicate regions<br/> * [HBASE-10741] - Deprecate HTablePool and HTableFactory<br/> * [HBASE-10743] - Replica map update is problematic in RegionStates<br/> * [HBASE-10750] - Pluggable MemStoreLAB<br/> * [HBASE-10778] - Unique keys accounting in MultiThreadedReader is incorrect<br/> * [HBASE-10779] - Doc hadoop1 deprecated in 0.98 and NOT supported in hbase 1.0<br/> * [HBASE-10781] - Remove hadoop-one-compat module and all references to hadoop1<br/> * [HBASE-10791] - Add integration test to demonstrate performance improvement<br/> * [HBASE-10794] - multi-get should handle replica location missing from cache<br/> * [HBASE-10796] - Set default log level as INFO<br/> * [HBASE-10801] - Ensure DBE interfaces can work with Cell<br/> * [HBASE-10810] - LoadTestTool should share the connection and connection pool<br/> * [HBASE-10815] - Master regionserver should be rolling-upgradable<br/> * [HBASE-10817] - Add some tests on a real cluster for replica: multi master, replication<br/> * [HBASE-10818] - Add integration test for bulkload with replicas<br/> * [HBASE-10822] - Thread local addendum to HBASE-10656 Counter<br/> * [HBASE-10841] - Scan,Get,Put,Delete,etc setters should consistently return this<br/> * [HBASE-10855] - Enable hfilev3 by default<br/> * [HBASE-10858] - TestRegionRebalancing is failing<br/> * [HBASE-10859] - Use HFileLink in opening region files from secondaries<br/> * [HBASE-10888] - Enable distributed log replay as default<br/> * [HBASE-10915] - Decouple region closing (HM and HRS) from ZK<br/> * [HBASE-10918] - [VisibilityController] System table backed ScanLabelGenerator<br/> * [HBASE-10929] - Change ScanQueryMatcher to use Cells instead of KeyValue.<br/> * [HBASE-10930] - Change Filters and GetClosestRowBeforeTracker to work with Cells<br/> * [HBASE-10957] - HBASE-10070: HMaster can abort with NPE in #rebuildUserRegions<br/> * [HBASE-10962] - Decouple region opening (HM and HRS) from ZK<br/> * [HBASE-10963] - Refactor cell ACL tests<br/> * [HBASE-10972] - OOBE in prefix key encoding<br/> * [HBASE-10985] - Decouple Split Transaction from Zookeeper<br/> * [HBASE-10993] - Deprioritize long-running scanners<br/> * [HBASE-11025] - Infrastructure for pluggable consensus service<br/> * [HBASE-11027] - Remove kv.isDeleteXX() and related methods and use CellUtil apis.<br/> * [HBASE-11053] - Change DeleteTracker APIs to work with Cell<br/> * [HBASE-11054] - Create new hook in StoreScanner to help user creating his own delete tracker<br/> * [HBASE-11059] - ZK-less region assignment<br/> * [HBASE-11069] - Decouple region merging from ZooKeeper<br/> * [HBASE-11072] - Abstract WAL splitting from ZK<br/> * [HBASE-11077] - [AccessController] Restore compatible early-out access denial<br/> * [HBASE-11088] - Support Visibility Expression Deletes in Shell<br/> * [HBASE-11092] - Server interface should have method getConsensusProvider()<br/> * [HBASE-11094] - Distributed log replay is incompatible for rolling restarts<br/> * [HBASE-11098] - Improve documentation around our blockcache options<br/> * [HBASE-11101] - Documentation review<br/> * [HBASE-11102] - Document JDK versions supported by each release<br/> * [HBASE-11108] - Split ZKTable into interface and implementation<br/> * [HBASE-11109] - flush region sequence id may not be larger than all edits flushed<br/> * [HBASE-11135] - Change region sequenceid generation so happens earlier in the append cycle rather than just before added to file<br/> * [HBASE-11140] - LocalHBaseCluster should create ConsensusProvider per each server<br/> * [HBASE-11161] - Provide example of POJO encoding with protobuf<br/> * [HBASE-11171] - More doc improvements on block cache options<br/> * [HBASE-11214] - Fixes for scans on a replicated table<br/> * [HBASE-11229] - Change block cache percentage metrics to be doubles rather than ints<br/> * [HBASE-11280] - Document distributed log replay and distributed log splitting<br/> * [HBASE-11307] - Deprecate SlabCache<br/> * [HBASE-11318] - Classes in security subpackages missing @InterfaceAudience annotations.<br/> * [HBASE-11332] - Fix for metas location cache from HBASE-10785<br/> * [HBASE-11367] - Pluggable replication endpoint<br/> * [HBASE-11372] - Remove SlabCache<br/> * [HBASE-11384] - [Visibility Controller]Check for users covering authorizations for every mutation<br/> * [HBASE-11395] - Add logging for HBase table operations<br/> * [HBASE-11471] - Move TableStateManager and ZkTableStateManager and Server to hbase-server<br/> * [HBASE-11483] - Check the rest of the book for new XML validity errors and fix<br/> * [HBASE-11508] - Document changes to IPC config parameters from HBASE-11492<br/> * [HBASE-11511] - Write flush events to WAL<br/> * [HBASE-11512] - Write region open/close events to WAL<br/> * [HBASE-11520] - Simplify offheap cache config by removing the confusing "hbase.bucketcache.percentage.in.combinedcache"<br/> * [HBASE-11559] - Add dumping of DATA block usage to the BlockCache JSON report.<br/> * [HBASE-11572] - Add support for doing get/scans against a particular replica_id<br/> * [HBASE-11573] - Report age on eviction<br/> * [HBASE-11610] - Enhance remote meta updates<br/> * [HBASE-11651] - Add conf which disables MetaMigrationConvertingToPB check (for experts only)<br/> * [HBASE-11722] - Document new shortcut commands introduced by HBASE-11649<br/> * [HBASE-11734] - Document changed behavior of hbase.hstore.time.to.purge.deletes<br/> * [HBASE-11736] - Document SKIP_FLUSH snapshot option<br/> * [HBASE-11737] - Document callQueue improvements from HBASE-11355 and HBASE-11724<br/> * [HBASE-11739] - Document blockCache contents report in the UI<br/> * [HBASE-11740] - RegionStates.getRegionAssignments() gets stuck on clone<br/> * [HBASE-11752] - Document blockcache prefetch option<br/> * [HBASE-11753] - Document HBASE_SHELL_OPTS environment variable<br/> * [HBASE-11781] - Document new TableMapReduceUtil scanning options<br/> * [HBASE-11784] - Document global configuration for maxVersion<br/> * [HBASE-11822] - Convert EnvironmentEdge#getCurrentTimeMillis to getCurrentTime<br/> * [HBASE-11919] - Remove the deprecated pre/postGet CP hook<br/> * [HBASE-11923] - Potential race condition in RecoverableZookeeper.checkZk()<br/> * [HBASE-11934] - Support KeyValueCodec to encode non KeyValue cells.<br/> * [HBASE-11941] - Rebuild site because of major structural changes to HTML<br/> * [HBASE-11963] - Synchronize peer cluster replication connection attempts<br/><br/>** Brainstorming<br/> * [HBASE-9507] - Promote methods of WALActionsListener to WALObserver<br/> * [HBASE-11209] - Increase the default value for hbase.hregion.memstore.block.multipler from 2 to 4<br/><br/>** Bug<br/> * [HBASE-3787] - Increment is non-idempotent but client retries RPC<br/> * [HBASE-4931] - CopyTable instructions could be improved.<br/> * [HBASE-5356] - region_mover.rb can hang if table region it belongs to is deleted.<br/> * [HBASE-6506] - Setting CACHE_BLOCKS to false in an hbase shell scan doesn't work<br/> * [HBASE-6642] - enable_all,disable_all,drop_all can call "list" command with regex directly.<br/> * [HBASE-6701] - Revisit thrust of paragraph on splitting<br/> * [HBASE-7226] - HRegion.checkAndMutate uses incorrect comparison result for =<br/> * [HBASE-7963] - HBase VerifyReplication not working when security enabled<br/> * [HBASE-8112] - Deprecate HTable#batch(final List0.96 Upgrade: ACL can't be repopulated when ACL table contains row for table '-ROOT' or '.META.'<br/> * [HBASE-10585] - Avoid early creation of Node objects in LRUDictionary.BidirectionalLRUMap<br/> * [HBASE-10586] - hadoop2-compat IPC metric registred twice<br/> * [HBASE-10587] - Master metrics clusterRequests is wrong<br/> * [HBASE-10593] - FileInputStream in JenkinsHash#main() is never closed<br/> * [HBASE-10594] - Speed up TestRestoreSnapshotFromClient<br/> * [HBASE-10598] - Written data can not be read out because MemStore#timeRangeTracker might be updated concurrently<br/> * [HBASE-10600] - HTable#batch() should perform validation on empty Put<br/> * [HBASE-10604] - Fix parseArgs javadoc<br/> * [HBASE-10606] - Bad timeout in RpcRetryingCaller#callWithRetries w/o parameters<br/> * [HBASE-10608] - Acquire the FS Delegation Token for Secure ExportSnapshot<br/> * [HBASE-10611] - Description for hbase:acl table is wrong on master-status#catalogTables<br/> * [HBASE-10614] - Master could not be stopped<br/> * [HBASE-10618] - User should not be allowed to disable/drop visibility labels table<br/> * [HBASE-10621] - Unable to grant user permission to namespace<br/> * [HBASE-10622] - Improve log and Exceptions in Export Snapshot<br/> * [HBASE-10624] - Fix 2 new findbugs warnings introduced by HBASE-10598<br/> * [HBASE-10627] - A logic mistake in HRegionServer isHealthy<br/> * [HBASE-10631] - Avoid extra seek on FileLink open<br/> * [HBASE-10632] - Region lost in limbo after ArrayIndexOutOfBoundsException during assignment<br/> * [HBASE-10637] - rpcClient: Setup the iostreams when writing<br/> * [HBASE-10639] - Unload script displays wrong counts (off by one) when unloading regions<br/> * [HBASE-10644] - TestSecureExportSnapshot#testExportFileSystemState fails on hadoop-1<br/> * [HBASE-10656] - high-scale-lib's Counter depends on Oracle (Sun) JRE, and also has some bug<br/> * [HBASE-10660] - MR over snapshots can OOM when alternative blockcache is enabled<br/> * [HBASE-10662] - RegionScanner is never closed if the region has been moved-out or re-opened when performing scan request<br/> * [HBASE-10665] - TestCompaction and TestCompactionWithCoprocessor run too long<br/> * [HBASE-10666] - TestMasterCoprocessorExceptionWithAbort hangs at shutdown<br/> * [HBASE-10668] - TestExportSnapshot runs too long<br/> * [HBASE-10669] - [hbck tool] Usage is wrong for hbck tool for -sidelineCorruptHfiles option<br/> * [HBASE-10675] - IntegrationTestIngestWithACL should allow User to be passed as Parameter<br/> * [HBASE-10677] - boundaries check in hbck throwing IllegalArgumentException<br/> * [HBASE-10679] - Both clients get wrong scan results if the first scanner expires and the second scanner is created with the same scannerId on the same region<br/> * [HBASE-10682] - region_mover.rb throws "can't convert nil into String" for regions moved<br/> * [HBASE-10685] - [WINDOWS] TestKeyStoreKeyProvider fails on windows<br/> * [HBASE-10686] - [WINDOWS] TestStripeStoreFileManager fails on windows<br/> * [HBASE-10687] - Fix description about HBaseLocalFileSpanReceiver in reference manual<br/> * [HBASE-10692] - The Multi TableMap job don't support the security HBase cluster<br/> * [HBASE-10694] - TableSkewCostFunction#cost() casts integral division result to double<br/> * [HBASE-10705] - CompactionRequest#toString() may throw NullPointerException<br/> * [HBASE-10706] - Disable writeToWal in tests where possible<br/> * [HBASE-10714] - SyncFuture hangs when sequence is 0<br/> * [HBASE-10715] - TimeRange has a poorly formatted error message<br/> * [HBASE-10716] - [Configuration]: hbase.regionserver.region.split.policy should be part of hbase-default.xml<br/> * [HBASE-10718] - TestHLogSplit fails when it sets a KV size to be negative<br/> * [HBASE-10720] - rpcClient: Wrong log level when closing the connection<br/> * [HBASE-10726] - Fix java.lang.ArrayIndexOutOfBoundsException in StochasticLoadBalancer$LocalityBasedCandidateGenerator<br/> * [HBASE-10731] - Fix environment variables typos in scripts<br/> * [HBASE-10735] - [WINDOWS] Set -XX:MaxPermSize for unit tests<br/> * [HBASE-10736] - Fix Javadoc warnings introduced in HBASE-10169<br/> * [HBASE-10737] - HConnectionImplementation should stop RpcClient on close<br/> * [HBASE-10738] - AssignmentManager should shut down executors on stop<br/> * [HBASE-10739] - RS web UI NPE if master shuts down sooner<br/> * [HBASE-10745] - Access ShutdownHook#fsShutdownHooks should be synchronized<br/> * [HBASE-10749] - CellComparator.compareStatic() compares type wrongly<br/> * [HBASE-10751] - TestHRegion testWritesWhileScanning occasional fail since HBASE-10514 went in<br/> * [HBASE-10755] - MetricsRegionSourceImpl creates metrics that start with a lower case<br/> * [HBASE-10760] - Wrong methods' names in ClusterLoadState class<br/> * [HBASE-10762] - clone_snapshot doesn't check for missing namespace<br/> * [HBASE-10766] - SnapshotCleaner allows to delete referenced files<br/> * [HBASE-10770] - Don't exit from the Canary daemon mode if no regions are present<br/> * [HBASE-10792] - RingBufferTruck does not release its payload<br/> * [HBASE-10793] - AuthFailed as a valid zookeeper state<br/> * [HBASE-10799] - [WINDOWS] TestImportTSVWithVisibilityLabels.testBulkOutputWithTsvImporterTextMapper fails on windows<br/> * [HBASE-10802] - CellComparator.compareStaticIgnoreMvccVersion compares type wrongly<br/> * [HBASE-10804] - Add a validations step to ExportSnapshot<br/> * [HBASE-10805] - Speed up KeyValueHeap.next() a bit<br/> * [HBASE-10806] - Two protos missing in hbase-protocol/pom.xml<br/> * [HBASE-10809] - HBaseAdmin#deleteTable fails when META region happen to move around same time<br/> * [HBASE-10814] - RpcClient: some calls can get stuck when connection is closing<br/> * [HBASE-10825] - Add copy-from option to ExportSnapshot<br/> * [HBASE-10829] - Flush is skipped after log replay if the last recovered edits file is skipped<br/> * [HBASE-10830] - Integration test MR jobs attempt to load htrace jars from the wrong location<br/> * [HBASE-10831] - IntegrationTestIngestWithACL is not setting up LoadTestTool correctly<br/> * [HBASE-10833] - Region assignment may fail during cluster start up<br/> * [HBASE-10838] - Insufficient AccessController covering permission check<br/> * [HBASE-10839] - NullPointerException in construction of RegionServer in Security Cluster<br/> * [HBASE-10840] - Fix findbug warn induced by HBASE-10569<br/> * [HBASE-10845] - Memstore snapshot size isn't updated in DefaultMemStore#rollback()<br/> * [HBASE-10846] - Links between active and backup masters are broken<br/> * [HBASE-10848] - Filter SingleColumnValueFilter combined with NullComparator does not work<br/> * [HBASE-10849] - Fix increased javadoc warns<br/> * [HBASE-10850] - essential column family optimization is broken<br/> * [HBASE-10851] - Wait for regionservers to join the cluster<br/> * [HBASE-10853] - NPE in RSRpcServices.get on trunk<br/> * [HBASE-10854] - [VisibilityController] Apply MAX_VERSIONS from schema or request when scanning<br/> * [HBASE-10860] - Insufficient AccessController covering permission check<br/> * [HBASE-10862] - Update config field names in hbase-default.xml description for hbase.hregion.memstore.block.multiplier<br/> * [HBASE-10863] - Scan doesn't return rows for user who has authorization by visibility label in secure deployment<br/> * [HBASE-10864] - Spelling nit<br/> * [HBASE-10890] - ExportSnapshot needs to add acquired token to job<br/> * [HBASE-10895] - unassign a region fails due to the hosting region server is in FailedServerList<br/> * [HBASE-10897] - On master start, deadlock if refresh UI<br/> * [HBASE-10899] - [AccessController] Apply MAX_VERSIONS from schema or request when scanning<br/> * [HBASE-10903] - HBASE-10740 regression; cannot pass commands for zk to run<br/> * [HBASE-10917] - Fix hbase book "Tests" page<br/> * [HBASE-10922] - Log splitting status should always be closed<br/> * [HBASE-10931] - Enhance logs<br/> * [HBASE-10941] - default for max version isn't updated in doc after change on 0.96<br/> * [HBASE-10948] - Fix hbase table file 'x' mode<br/> * [HBASE-10949] - Reversed scan could hang<br/> * [HBASE-10954] - Fix TestCloseRegionHandler.testFailedFlushAborts<br/> * [HBASE-10955] - HBCK leaves the region in masters in-memory RegionStates if region hdfs dir is lost<br/> * [HBASE-10958] - [dataloss] Bulk loading with seqids can prevent some log entries from being replayed<br/> * [HBASE-10964] - Delete mutation is not consistent with Put wrt timestamp<br/> * [HBASE-10966] - RowCounter misinterprets column names that have colons in their qualifier<br/> * [HBASE-10967] - CatalogTracker.waitForMeta should not wait indefinitely silently<br/> * [HBASE-10968] - Null check in TableSnapshotInputFormat#TableSnapshotRegionRecordReader#initialize() is redundant<br/> * [HBASE-10970] - [AccessController] Issues with covering cell permission checks<br/> * [HBASE-10976] - Start CatalogTracker after cluster ID is available<br/> * [HBASE-10979] - Fix AnnotationReadingPriorityFunction "scan" handling<br/> * [HBASE-10995] - Fix resource leak related to unclosed HBaseAdmin<br/> * [HBASE-11005] - Remove dead code in HalfStoreFileReader#getScanner#seekBefore()<br/> * [HBASE-11009] - We sync every hbase:meta table write twice<br/> * [HBASE-11011] - Avoid extra getFileStatus() calls on Region startup<br/> * [HBASE-11012] - InputStream is not properly closed in two methods of JarFinder<br/> * [HBASE-11018] - ZKUtil.getChildDataAndWatchForNewChildren() will not return null as indicated<br/> * [HBASE-11028] - FSLog: Avoid an extra sync if the current transaction is already sync'd<br/> * [HBASE-11030] - HBaseTestingUtility.getMiniHBaseCluster should be able to return null<br/> * [HBASE-11036] - Online schema change with region merge may cause data loss<br/> * [HBASE-11038] - Filtered scans can bypass metrics collection<br/> * [HBASE-11049] - HBase WALPlayer needs to add credentials to job to play to table<br/> * [HBASE-11052] - Sending random data crashes thrift service<br/> * [HBASE-11055] - Extends the sampling size<br/> * [HBASE-11064] - Odd behaviors of TableName for empty namespace<br/> * [HBASE-11081] - Trunk Master won't start; looking for Constructor that takes conf only<br/> * [HBASE-11082] - Potential unclosed TraceScope in FSHLog#replaceWriter()<br/> * [HBASE-11096] - stop method of Master and RegionServer coprocessor is not invoked<br/> * [HBASE-11112] - PerformanceEvaluation should document --multiGet option on its printUsage.<br/> * [HBASE-11117] - [AccessController] checkAndPut/Delete hook should check only Read permission<br/> * [HBASE-11118] - non environment variable solution for "IllegalAccessError: class com.google.protobuf.ZeroCopyLiteralByteString cannot access its superclass com.google.protobuf.LiteralByteString"<br/> * [HBASE-11120] - Update documentation about major compaction algorithm<br/> * [HBASE-11133] - Add an option to skip snapshot verification after Export<br/> * [HBASE-11139] - BoundedPriorityBlockingQueue#poll() should check the return value from awaitNanos()<br/> * [HBASE-11143] - Improve replication metrics<br/> * [HBASE-11149] - Wire encryption is broken<br/> * [HBASE-11150] - Images in website are broken<br/> * [HBASE-11155] - Fix Validation Errors in Ref Guide<br/> * [HBASE-11162] - RegionServer webui uses the default master info port irrespective of the user configuration.<br/> * [HBASE-11168] - [docs] Remove references to RowLocks in post 0.96 docs.<br/> * [HBASE-11169] - nit: fix incorrect javadoc in OrderedBytes about BlobVar and BlobCopy<br/> * [HBASE-11176] - Make /src/main/xslt/configuration_to_docbook_section.xsl produce better Docbook<br/> * [HBASE-11177] - 'hbase.rest.filter.classes' exists in hbase-default.xml twice<br/> * [HBASE-11185] - Parallelize Snapshot operations<br/> * [HBASE-11186] - Improve TestExportSnapshot verifications<br/> * [HBASE-11189] - Subprocedure should be marked as complete upon failure<br/> * [HBASE-11190] - Fix easy typos in documentation<br/> * [HBASE-11194] - [AccessController] issue with covering permission check in case of concurrent op on same row<br/> * [HBASE-11196] - Update description of -ROOT- in ref guide<br/> * [HBASE-11202] - Cleanup on HRegion class<br/> * [HBASE-11212] - Fix increment index in KeyValueSortReducer<br/> * [HBASE-11215] - Deprecate void setAutoFlush(boolean autoFlush, boolean clearBufferOnFail)<br/> * [HBASE-11217] - Race between SplitLogManager task creation + TimeoutMonitor<br/> * [HBASE-11218] - Data loss in HBase standalone mode<br/> * [HBASE-11226] - Document and increase the default value for hbase.hstore.flusher.count<br/> * [HBASE-11234] - FastDiffDeltaEncoder#getFirstKeyInBlock returns wrong result<br/> * [HBASE-11237] - Bulk load initiated by user other than hbase fails<br/> * [HBASE-11238] - Add info about SlabCache and BucketCache to Ref Guide<br/> * [HBASE-11239] - Forgot to svn add test that was part of HBASE-11171, TestCacheConfig<br/> * [HBASE-11248] - KeyOnlyKeyValue#toString() passes wrong offset to keyToString()<br/> * [HBASE-11251] - LoadTestTool should grant READ permission for the users that are given READ access for specific cells<br/> * [HBASE-11252] - Fixing new javadoc warnings in master branch<br/> * [HBASE-11253] - IntegrationTestWithCellVisibilityLoadAndVerify failing since HBASE-10326<br/> * [HBASE-11255] - Negative request num in region load<br/> * [HBASE-11260] - hbase-default.xml refers to hbase.regionserver.global.memstore.upperLimit which is deprecated<br/> * [HBASE-11267] - Dynamic metrics2 metrics may consume large amount of heap memory<br/> * [HBASE-11268] - HTablePool is now a deprecated class, should update docs to reflect this<br/> * [HBASE-11273] - Fix jersey and slf4j deps<br/> * [HBASE-11275] - [AccessController] postCreateTable hook fails when another CP creates table on their startup<br/> * [HBASE-11277] - RPCServer threads can wedge under high load<br/> * [HBASE-11279] - Block cache could be disabled by mistake<br/> * [HBASE-11285] - Expand coprocs info in Ref Guide<br/> * [HBASE-11297] - Remove some synchros in the rpcServer responder<br/> * [HBASE-11298] - Simplification in RpcServer code<br/> * [HBASE-11302] - ReplicationSourceManager#sources is not thread safe<br/> * [HBASE-11310] - Delete's copy constructor should copy the attributes also<br/> * [HBASE-11311] - Secure Bulk Load does not execute chmod 777 on the files<br/> * [HBASE-11312] - Minor refactoring of TestVisibilityLabels class<br/> * [HBASE-11320] - Reenable bucket cache logging<br/> * [HBASE-11324] - Update 2.5.2.8. Managed Compactions<br/> * [HBASE-11327] - ExportSnapshot hit stackoverflow error when target snapshotDir doesn't contain uri<br/> * [HBASE-11329] - Minor fixup of new blockcache tab number formatting<br/> * [HBASE-11335] - Fix the TABLE_DIR param in TableSnapshotInputFormat<br/> * [HBASE-11337] - Document how to create, modify, delete a table using Java<br/> * [HBASE-11338] - Expand documentation on bloom filters<br/> * [HBASE-11340] - Remove references to xcievers in documentation<br/> * [HBASE-11341] - ZKProcedureCoordinatorRpcs should respond only to members<br/> * [HBASE-11342] - The method isChildReadLock in class ZKInterProcessLockBase is wrong<br/> * [HBASE-11347] - For some errors, the client can retry infinitely<br/> * [HBASE-11353] - Wrong Write Request Count<br/> * [HBASE-11363] - Access checks in preCompact and preCompactSelection are out of sync<br/> * [HBASE-11371] - Typo in Thrift2 docs<br/> * [HBASE-11373] - hbase-protocol compile failed for name conflict of RegionTransition<br/> * [HBASE-11374] - RpcRetryingCaller#callWithoutRetries has a timeout of zero<br/> * [HBASE-11378] - TableMapReduceUtil overwrites user supplied options for multiple tables/scaners job<br/> * [HBASE-11380] - HRegion lock object is not being released properly, leading to snapshot failure<br/> * [HBASE-11382] - Adding unit test for HBASE-10964 (Delete mutation is not consistent with Put wrt timestamp)<br/> * [HBASE-11387] - metrics: wrong totalRequestCount<br/> * [HBASE-11391] - Thrift table creation will fail with default TTL with sanity checks<br/> * [HBASE-11396] - Invalid meta entries can lead to unstartable master<br/> * [HBASE-11397] - When merging expired stripes, we need to create an empty file to preserve metadata.<br/> * [HBASE-11399] - Improve Quickstart chapter and move Pseudo-distributed and distributed to it<br/> * [HBASE-11403] - Fix race conditions around Object#notify<br/> * [HBASE-11413] - [findbugs] RV: Negating the result of compareTo()/compare()<br/> * [HBASE-11418] - build target "site" doesn't respect hadoop-two.version property<br/> * [HBASE-11422] - Specification of scope is missing for certain Hadoop dependencies<br/> * [HBASE-11423] - Visibility label and per cell ACL feature not working with HTable#mutateRow() and MultiRowMutationEndpoint<br/> * [HBASE-11424] - Avoid usage of CellUtil#getTagArray(Cell cell) within server<br/> * [HBASE-11430] - lastFlushSeqId has been updated wrongly during region open<br/> * [HBASE-11432] - [AccessController] Remove cell first strategy<br/> * [HBASE-11433] - LruBlockCache does not respect its configurable parameters<br/> * [HBASE-11435] - Visibility labelled cells fail to getting replicated<br/> * [HBASE-11439] - StripeCompaction may not obey the OffPeak rule to compaction<br/> * [HBASE-11442] - ReplicationSourceManager doesn't cleanup the queues for recovered sources<br/> * [HBASE-11445] - TestZKProcedure#testMultiCohortWithMemberTimeoutDuringPrepare is flaky<br/> * [HBASE-11448] - Fix javadoc warnings<br/> * [HBASE-11449] - IntegrationTestIngestWithACL fails to use different users after HBASE-10810<br/> * [HBASE-11457] - Increment HFile block encoding IVs accounting for ciper's internal use<br/> * [HBASE-11458] - NPEs if RegionServer cannot initialize<br/> * [HBASE-11460] - Deadlock in HMaster on masterAndZKLock in HConnectionManager<br/> * [HBASE-11463] - (findbugs) HE: Class defines equals() and uses Object.hashCode()<br/> * [HBASE-11465] - [VisibilityController] Reserved tags check not happening for Append/Increment<br/> * [HBASE-11475] - Distributed log replay should also replay compaction events<br/> * [HBASE-11476] - Expand 'Conceptual View' section of Data Model chapter<br/> * [HBASE-11477] - book.xml has Docbook validity issues (again)<br/> * [HBASE-11481] - TableSnapshotInputFormat javadoc wrongly claims HBase "enforces security"<br/> * [HBASE-11487] - ScanResponse carries non-zero cellblock for CloseScanRequest (ScanRequest with close_scanner = true)<br/> * [HBASE-11488] - cancelTasks in SubprocedurePool can hang during task error<br/> * [HBASE-11489] - ClassNotFoundException while running IT tests in trunk using 'mvn verify'<br/> * [HBASE-11492] - Hadoop configuration overrides some ipc parameters including tcpNoDelay<br/> * [HBASE-11493] - Autorestart option is not working because of stale znode "shutdown"<br/> * [HBASE-11496] - HBASE-9745 broke cygwin CLASSPATH translation<br/> * [HBASE-11502] - Track down broken images in Ref Guide<br/> * [HBASE-11505] - 'snapshot' shell command shadows 'snapshot' shell when 'help' is invoked<br/> * [HBASE-11506] - IntegrationTestWithCellVisibilityLoadAndVerify allow User to be passed as arg<br/> * [HBASE-11509] - Forward port HBASE-11039 to trunk and branch-1 after HBASE-11489<br/> * [HBASE-11510] - Visibility serialization format tag gets duplicated in Append/Increment'ed cells<br/> * [HBASE-11514] - Fix findbugs warnings in blockcache<br/> * [HBASE-11517] - TestReplicaWithCluster turns zombie<br/> * [HBASE-11518] - doc update for how to create non-shared HConnection<br/> * [HBASE-11523] - JSON serialization of PE Options is broke<br/> * [HBASE-11525] - Region server holding in region states is out of sync with meta<br/> * [HBASE-11527] - Cluster free memory limit check should consider L2 block cache size also when L2 cache is onheap.<br/> * [HBASE-11530] - RegionStates adds regions to wrong servers<br/> * [HBASE-11531] - RegionStates for regions under region-in-transition znode are not updated on startup<br/> * [HBASE-11534] - Remove broken JAVA_HOME autodetection in hbase-config.sh<br/> * [HBASE-11535] - ReplicationPeer map is not thread safe<br/> * [HBASE-11536] - Puts of region location to Meta may be out of order which causes inconsistent of region location<br/> * [HBASE-11537] - Avoid synchronization on instances of ConcurrentMap<br/> * [HBASE-11540] - Document HBASE-11474<br/> * [HBASE-11541] - Wrong result when scaning meta with startRow<br/> * [HBASE-11545] - mapred.TableSnapshotInputFormat is missing InterfaceAudience annotation<br/> * [HBASE-11550] - Custom value for BUCKET_CACHE_BUCKETS_KEY should be sorted<br/> * [HBASE-11551] - BucketCache$WriterThread.run() doesn't handle exceptions correctly<br/> * [HBASE-11554] - Remove Reusable poolmap Rpc client type.<br/> * [HBASE-11555] - TableSnapshotRegionSplit should be public<br/> * [HBASE-11558] - Caching set on Scan object gets lost when using TableMapReduceUtil in 0.95+<br/> * [HBASE-11561] - deprecate ImmutableBytesWritable.getSize and replace with getLength<br/> * [HBASE-11564] - Improve cancellation management in the rpc layer<br/> * [HBASE-11565] - Stale connection could stay for a while<br/> * [HBASE-11575] - Pseudo distributed mode does not work as documented<br/> * [HBASE-11579] - CopyTable should check endtime value only if != 0<br/> * [HBASE-11582] - Fix Javadoc warning in DataInputInputStream and CacheConfig<br/> * [HBASE-11586] - HFile's HDFS op latency sampling code is not used<br/> * [HBASE-11588] - RegionServerMetricsWrapperRunnable misused the 'period' parameter<br/> * [HBASE-11589] - AccessControlException should be a not retriable exception<br/> * [HBASE-11591] - Scanner fails to retrieve KV from bulk loaded file with highest sequence id than the cell's mvcc in a non-bulk loaded file<br/> * [HBASE-11593] - TestCacheConfig failing consistently in precommit builds<br/> * [HBASE-11594] - Unhandled NoNodeException in distributed log replay mode<br/> * [HBASE-11603] - Apply version of HADOOP-8027 to our JMXJsonServlet<br/> * [HBASE-11609] - LoadIncrementalHFiles fails if the namespace is specified<br/> * [HBASE-11617] - incorrect AgeOfLastAppliedOp and AgeOfLastShippedOp in replication Metrics when no new replication OP<br/> * [HBASE-11620] - Record the class name of Writer in WAL header so that only proper Reader can open the WAL file<br/> * [HBASE-11627] - RegionSplitter's rollingSplit terminated with "/ by zero", and the _balancedSplit file was not deleted properly<br/> * [HBASE-11632] - Region split needs to clear force split flag at the end of SplitRequest run<br/> * [HBASE-11659] - Region state RPC call is not idempotent<br/> * [HBASE-11662] - Launching shell with long-form --debug fails<br/> * [HBASE-11668] - Re-add HBASE_LIBRARY_PATH to bin/hbase<br/> * [HBASE-11671] - TestEndToEndSplitTransaction fails on master<br/> * [HBASE-11678] - BucketCache ramCache fills heap after running a few hours<br/> * [HBASE-11687] - No need to abort on postOpenDeployTasks exception if region opening is cancelled<br/> * [HBASE-11703] - Meta region state could be corrupted<br/> * [HBASE-11705] - callQueueSize should be decremented in a fail-fast scenario<br/> * [HBASE-11708] - RegionSplitter incorrectly calculates splitcount<br/> * [HBASE-11709] - TestMasterShutdown can fail sometime<br/> * [HBASE-11716] - LoadTestDataGeneratorWithVisibilityLabels should handle Delete mutations<br/> * [HBASE-11717] - Remove unused config 'hbase.offheapcache.percentage' from hbase-default.xml and book<br/> * [HBASE-11718] - Remove some logs in RpcClient.java<br/> * [HBASE-11719] - Remove some unused paths in AsyncClient<br/> * [HBASE-11725] - Backport failover checking change to 1.0<br/> * [HBASE-11726] - Master should fail-safe if starting with a pre 0.96 layout<br/> * [HBASE-11727] - Assignment wait time error in case of ServerNotRunningYetException<br/> * [HBASE-11728] - Data loss while scanning using PREFIX_TREE DATA-BLOCK-ENCODING<br/> * [HBASE-11733] - Avoid copy-paste in Master/Region CoprocessorHost<br/> * [HBASE-11744] - RpcServer code should not use a collection from netty internal<br/> * [HBASE-11745] - FilterAllFilter should return ReturnCode.SKIP<br/> * [HBASE-11755] - VisibilityController returns the wrong value for preBalanceSwitch()<br/> * [HBASE-11766] - Backdoor CoprocessorHConnection is no longer being used for local writes<br/> * [HBASE-11770] - TestBlockCacheReporting.testBucketCache is not stable<br/> * [HBASE-11772] - Bulk load mvcc and seqId issues with native hfiles<br/> * [HBASE-11773] - Wrong field used for protobuf construction in RegionStates.<br/> * [HBASE-11782] - Document that hbase.MetaMigrationConvertingToPB needs to be set to true for migrations pre 0.96<br/> * [HBASE-11787] - TestRegionLocations is not categorized<br/> * [HBASE-11788] - hbase is not deleting the cell when a Put with a KeyValue, KeyValue.Type.Delete is submitted<br/> * [HBASE-11789] - LoadIncrementalHFiles is not picking up the -D option<br/> * [HBASE-11794] - StripeStoreFlusher causes NullPointerException<br/> * [HBASE-11797] - Create Table interface to replace HTableInterface<br/> * [HBASE-11802] - Scan copy constructor doesn't copy reversed member variable<br/> * [HBASE-11813] - CellScanner#advance may overflow stack<br/> * [HBASE-11814] - TestAssignmentManager.testCloseFailed() and testOpenCloseRacing() is flaky<br/> * [HBASE-11816] - Initializing custom Metrics implementation failed in Mapper or Reducer<br/> * [HBASE-11820] - ReplicationSource : Set replication codec class as RPC codec class on a clonned Configuration<br/> * [HBASE-11823] - Cleanup javadoc warnings.<br/> * [HBASE-11832] - maven release plugin overrides command line arguments<br/> * [HBASE-11836] - IntegrationTestTimeBoundedMultiGetRequestsWithRegionReplicas tests simple get by default<br/> * [HBASE-11839] - TestRegionRebalance is flakey<br/> * [HBASE-11844] - region_mover.rb load enters an infinite loop if region already present on target server<br/> * [HBASE-11851] - RpcClient can try to close a connection not ready to close<br/> * [HBASE-11856] - hbase-common needs a log4j.properties resource for handling unit test logging output<br/> * [HBASE-11857] - Restore ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration, CompressionContext)<br/> * [HBASE-11859] - 'hadoop jar' references in documentation should mention hbase-server.jar, not hbase.jar<br/> * [HBASE-11863] - WAL files are not archived and stays in the WAL directory after splitting<br/> * [HBASE-11876] - RegionScanner.nextRaw(...) should not update metrics<br/> * [HBASE-11878] - TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController not yet initialized<br/> * [HBASE-11880] - NPE in MasterStatusServlet<br/> * [HBASE-11882] - Row level consistency may not be maintained with bulk load and compaction<br/> * [HBASE-11886] - The creator of the table should have all permissions on the table<br/> * [HBASE-11887] - Memory retention in branch-1; millions of instances of LiteralByteString for column qualifier and value<br/> * [HBASE-11892] - configs contain stale entries<br/> * [HBASE-11893] - RowTooBigException should be in hbase-client module<br/> * [HBASE-11896] - LoadIncrementalHFiles fails in secure mode if the namespace is specified<br/> * [HBASE-11898] - CoprocessorHost.Environment should cache class loader instance<br/> * [HBASE-11905] - Add orca to server UIs and update logo.<br/> * [HBASE-11921] - Minor fixups that come of testing branch-1<br/> * [HBASE-11932] - Stop the html-single from building a html-single of every chapter and cluttering the docbkx directory<br/> * [HBASE-11936] - IsolationLevel must be attribute of a Query not a Scan<br/> * [HBASE-11946] - Get xref and API docs to build properly again<br/> * [HBASE-11947] - NoSuchElementException in balancer for master regions<br/> * [HBASE-11949] - Setting hfile.block.cache.size=0 doesn't actually disable blockcache<br/> * [HBASE-11959] - TestAssignmentManagerOnCluster is flaky<br/> * [HBASE-11972] - The "doAs user" used in the update to hbase:acl table RPC is incorrect<br/> * [HBASE-11976] - Server startcode is not checked for bulk region assignment<br/> * [HBASE-11984] - TestClassFinder failing on occasion<br/> * [HBASE-11989] - IntegrationTestLoadAndVerify cannot be configured anymore on distributed mode<br/><br/>** Improvement<br/> * [HBASE-2217] - VM OPTS for shell only<br/> * [HBASE-3270] - When we create the .version file, we should create it in a tmp location and then move it into place<br/> * [HBASE-4163] - Create Split Strategy for YCSB Benchmark<br/> * [HBASE-4495] - CatalogTracker has an identity crisis; needs to be cut-back in scope<br/> * [HBASE-5349] - Automagically tweak global memstore and block cache sizes based on workload<br/> * [HBASE-5923] - Cleanup checkAndXXX logic<br/> * [HBASE-6626] - Add a chapter on HDFS in the troubleshooting section of the HBase reference guide.<br/> * [HBASE-6990] - Pretty print TTL<br/> * [HBASE-7088] - Duplicate code in RowCounter<br/> * [HBASE-7849] - Provide administrative limits around bulkloads of files into a single region<br/> * [HBASE-7910] - Dont use reflection for security<br/> * [HBASE-7987] - Snapshot Manifest file instead of multiple empty files<br/> * [HBASE-8076] - add better doc for HBaseAdmin#offline API.<br/> * [HBASE-8298] - In shell, provide alias of 'desc' for 'describe'<br/> * [HBASE-8315] - Documentation should have more information of LRU Stats<br/> * [HBASE-8332] - Add truncate as HMaster method<br/> * [HBASE-8495] - Change ownership of the directory to bulk load<br/> * [HBASE-8604] - improve reporting of incorrect peer address in replication<br/> * [HBASE-8755] - A new write thread model for HLog to improve the overall HBase write throughput<br/> * [HBASE-8763] - Combine MVCC and SeqId<br/> * [HBASE-8807] - HBase MapReduce Job-Launch Documentation Misplaced<br/> * [HBASE-8970] - [book] Filter language documentation is hidden<br/> * [HBASE-9343] - Implement stateless scanner for Stargate<br/> * [HBASE-9345] - Add support for specifying filters in scan<br/> * [HBASE-9426] - Make custom distributed barrier procedure pluggable<br/> * [HBASE-9501] - Provide throttling for replication<br/> * [HBASE-9524] - Multi row get does not return any results even if any one of the rows specified in the query is missing and improve exception handling<br/> * [HBASE-9542] - Have Get and MultiGet do cellblocks, currently they are pb all the time<br/> * [HBASE-9829] - make the compaction logging less confusing<br/> * [HBASE-9857] - Blockcache prefetch option<br/> * [HBASE-9866] - Support the mode where REST server authorizes proxy users<br/> * [HBASE-9892] - Add info port to ServerName to support multi instances in a node<br/> * [HBASE-9999] - Add support for small reverse scan<br/> * [HBASE-10010] - eliminate the put latency spike on the new log file beginning<br/> * [HBASE-10048] - Add hlog number metric in regionserver<br/> * [HBASE-10074] - consolidate and improve capacity/sizing documentation<br/> * [HBASE-10086] - [book] document the HBase canary tool usage in the HBase Book<br/> * [HBASE-10116] - SlabCache metrics improvements<br/> * [HBASE-10128] - Improve the copy table doc to include information about versions<br/> * [HBASE-10141] - instead of putting expired store files thru compaction, just archive them<br/> * [HBASE-10157] - Provide CP hook post log replay<br/> * [HBASE-10164] - Allow heapsize of different units to be passed as HBASE_HEAPSIZE<br/> * [HBASE-10173] - Need HFile version check in security coprocessors<br/> * [HBASE-10175] - 2-thread ChaosMonkey steps on its own toes<br/> * [HBASE-10202] - Documentation is lacking information about rolling-restart.sh script.<br/> * [HBASE-10211] - Improve AccessControl documentation in hbase book<br/> * [HBASE-10213] - Add read log size per second metrics for replication source<br/> * [HBASE-10228] - Support setCellVisibility and setAuthorizations in Shell<br/> * [HBASE-10229] - Support OperationAttributes in Increment and Append in Shell<br/> * [HBASE-10239] - Improve determinism and debugability of TestAccessController<br/> * [HBASE-10252] - Don't write back to WAL/memstore when Increment amount is zero (mostly for query rather than update intention)<br/> * [HBASE-10263] - make LruBlockCache single/multi/in-memory ratio user-configurable and provide preemptive mode for in-memory type block<br/> * [HBASE-10265] - Upgrade to commons-logging 1.1.3<br/> * [HBASE-10277] - refactor AsyncProcess<br/> * [HBASE-10289] - Avoid random port usage by default JMX Server. Create Custome JMX server<br/> * [HBASE-10323] - Auto detect data block encoding in HFileOutputFormat<br/> * [HBASE-10324] - refactor deferred-log-flush/Durability related interface/code/naming to align with changed semantic of the new write thread model<br/> * [HBASE-10331] - Insure security tests use SecureTestUtil methods for grants<br/> * [HBASE-10344] - Improve write performance by ignoring sync to hdfs when an asyncer's writes have been synced by other asyncer<br/> * [HBASE-10346] - Add Documentation for stateless scanner<br/> * [HBASE-10368] - Add Mutation.setWriteToWAL() back to 0.98<br/> * [HBASE-10373] - Add more details info for ACL group in HBase book<br/> * [HBASE-10389] - Add namespace help info in table related shell commands<br/> * [HBASE-10395] - endTime won't be set in VerifyReplication if startTime is not set<br/> * [HBASE-10419] - Add multiget support to PerformanceEvaluation<br/> * [HBASE-10423] - Report back the message of split or rollback failure to the master<br/> * [HBASE-10427] - clean up HRegionLocation/ServerName usage<br/> * [HBASE-10430] - Support compressTags in shell for enabling tag encoding<br/> * [HBASE-10471] - Remove HTD.isAsyncLogFlush() from trunk<br/> * [HBASE-10479] - HConnection interface is public but is used internally, and contains a bunch of methods<br/> * [HBASE-10487] - Avoid allocating new KeyValue and according bytes-copying for appended kvs which don't have existing values<br/> * [HBASE-10498] - Add new APIs to load balancer interface<br/> * [HBASE-10511] - Add latency percentiles on PerformanceEvaluation<br/> * [HBASE-10518] - DirectMemoryUtils.getDirectMemoryUsage spams when none is configured<br/> * [HBASE-10569] - Co-locate meta and master<br/> * [HBASE-10570] - Allow overrides of Surefire secondPartForkMode and testFailureIgnore<br/> * [HBASE-10589] - Reduce unnecessary TestRowProcessorEndpoint resource usage<br/> * [HBASE-10590] - Update contents about tracing in the Reference Guide<br/> * [HBASE-10591] - Sanity check table configuration in createTable<br/> * [HBASE-10592] - Refactor PerformanceEvaluation tool<br/> * [HBASE-10597] - IOEngine#read() should return the number of bytes transferred<br/> * [HBASE-10599] - Replace System.currentMillis() with EnvironmentEdge.currentTimeMillis in memstore flusher and related places<br/> * [HBASE-10603] - Deprecate RegionSplitter CLI tool<br/> * [HBASE-10615] - Make LoadIncrementalHFiles skip reference files<br/> * [HBASE-10638] - Improve error message when there is no region server available for move<br/> * [HBASE-10641] - Configurable Bucket Sizes in bucketCache<br/> * [HBASE-10663] - Some code cleanup of class Leases and ScannerListener.leaseExpired<br/> * [HBASE-10678] - Make verifyrep tool implement toolrunner<br/> * [HBASE-10690] - Drop Hadoop-1 support<br/> * [HBASE-10693] - Correct declarations of Atomic* fields from 'volatile' to 'final'<br/> * [HBASE-10744] - AM#CloseRegion no need to retry on FailedServerException<br/> * [HBASE-10746] - Bump the version of HTrace to 3.0<br/> * [HBASE-10752] - Port HBASE-10270 'Remove DataBlockEncoding from BlockCacheKey' to trunk<br/> * [HBASE-10769] - hbase/bin/hbase-cleanup.sh has wrong usage string<br/> * [HBASE-10771] - Primitive type put/get APIs in ByteRange<br/> * [HBASE-10785] - Metas own location should be cached<br/> * [HBASE-10788] - Add 99th percentile of latency in PE<br/> * [HBASE-10797] - Add support for -h and --help to rolling_restart.sh and fix the usage string output<br/> * [HBASE-10813] - Possible over-catch of exceptions<br/> * [HBASE-10823] - Resolve LATEST_TIMESTAMP to current server time before scanning for ACLs<br/> * [HBASE-10835] - DBE encode path improvements<br/> * [HBASE-10842] - Some loggers not declared static final<br/> * [HBASE-10861] - Extend ByteRange to create Mutable and Immutable ByteRange<br/> * [HBASE-10871] - Indefinite OPEN/CLOSE wait on busy RegionServers<br/> * [HBASE-10873] - Control number of regions assigned to backup masters<br/> * [HBASE-10883] - Restrict the universe of labels and authorizations<br/> * [HBASE-10884] - [REST] Do not disable block caching when scanning<br/> * [HBASE-10885] - Support visibility expressions on Deletes<br/> * [HBASE-10887] - tidy ThriftUtilities format<br/> * [HBASE-10892] - [Shell] Add support for globs in user_permission<br/> * [HBASE-10902] - Make Secure Bulk Load work across remote secure clusters<br/> * [HBASE-10911] - ServerShutdownHandler#toString shows meaningless message<br/> * [HBASE-10916] - [VisibilityController] Stackable ScanLabelGenerators<br/> * [HBASE-10923] - Control where to put meta region<br/> * [HBASE-10925] - Do not OOME, throw RowTooBigException instead<br/> * [HBASE-10926] - Use global procedure to flush table memstore cache<br/> * [HBASE-10934] - Provide Admin interface to abstract HBaseAdmin<br/> * [HBASE-10950] - Add a configuration point for MaxVersion of Column Family<br/> * [HBASE-10951] - Use PBKDF2 to generate test encryption keys in the shell<br/> * [HBASE-10952] - [REST] Let the user turn off block caching if desired<br/> * [HBASE-10960] - Enhance HBase Thrift 1 to include "append" and "checkAndPut" operations<br/> * [HBASE-10984] - Add description about setting up htrace-zipkin to documentation<br/> * [HBASE-11000] - Add autoflush option to PerformanceEvaluation<br/> * [HBASE-11001] - Shell support for granting cell permissions for testing<br/> * [HBASE-11002] - Shell support for changing cell visibility for testing<br/> * [HBASE-11004] - Extend traces through FSHLog#sync<br/> * [HBASE-11007] - BLOCKCACHE in schema descriptor seems not aptly named<br/> * [HBASE-11008] - Align bulk load, flush, and compact to require Action.CREATE<br/> * [HBASE-11026] - Provide option to filter out all rows in PerformanceEvaluation tool<br/> * [HBASE-11044] - [Shell] Show groups for user in 'whoami' output<br/> * [HBASE-11047] - Remove TimeoutMontior<br/> * [HBASE-11048] - Support setting custom priority per client RPC<br/> * [HBASE-11068] - Update code to use Admin factory method instead of constructor<br/> * [HBASE-11074] - Have PE emit histogram stats as it runs rather than dump once at end of test<br/> * [HBASE-11083] - ExportSnapshot should provide capability to limit bandwidth consumption<br/> * [HBASE-11086] - Add htrace support for PerfEval<br/> * [HBASE-11119] - Update ExportSnapShot to optionally not use a tmp file on external file system<br/> * [HBASE-11123] - Upgrade instructions from 0.94 to 0.98<br/> * [HBASE-11126] - Add RegionObserver pre hooks that operate under row lock<br/> * [HBASE-11128] - Add -target option to ExportSnapshot to export with a different name<br/> * [HBASE-11134] - Add a -list-snapshots option to SnapshotInfo<br/> * [HBASE-11136] - Add permission check to roll WAL writer<br/> * [HBASE-11137] - Add mapred.TableSnapshotInputFormat<br/> * [HBASE-11151] - move tracing modules from hbase-server to hbase-common<br/> * [HBASE-11167] - Avoid usage of java.rmi package Exception in MemStore<br/> * [HBASE-11201] - Enable global procedure members to return values to procedure master<br/> * [HBASE-11211] - LoadTestTool option for specifying number of regions per server<br/> * [HBASE-11219] - HRegionServer#createRegionLoad() should reuse RegionLoad.Builder instance when called in a loop<br/> * [HBASE-11220] - Add listeners to ServerManager and AssignmentManager<br/> * [HBASE-11240] - Print hdfs pipeline when hlog's sync is slow<br/> * [HBASE-11259] - Compression.java different compressions load system classpath differently causing errors<br/> * [HBASE-11304] - Enable HBaseAdmin.execProcedure to return data from procedure execution<br/> * [HBASE-11305] - Remove bunch of unused imports in HConnectionManager<br/> * [HBASE-11315] - Keeping MVCC for configurable longer time<br/> * [HBASE-11319] - No need to use favored node mapping initialization to find all regions<br/> * [HBASE-11326] - Use an InputFormat for ExportSnapshot<br/> * [HBASE-11331] - [blockcache] lazy block decompression<br/> * [HBASE-11344] - Hide row keys and such from the web UIs<br/> * [HBASE-11348] - Make frequency and sleep times of chaos monkeys configurable<br/> * [HBASE-11349] - [Thrift] support authentication/impersonation<br/> * [HBASE-11350] - [PE] Allow random value size<br/> * [HBASE-11355] - a couple of callQueue related improvements<br/> * [HBASE-11362] - Minor improvements to LoadTestTool and PerformanceEvaluation<br/> * [HBASE-11370] - SSH doesn't need to scan meta if not using ZK for assignment<br/> * [HBASE-11376] - Presplit table in IntegrationTestBigLinkedList's Generator tool<br/> * [HBASE-11390] - PerformanceEvaluation: add an option to use a single connection<br/> * [HBASE-11398] - Print the stripes' state with file size info<br/> * [HBASE-11407] - hbase-client should not require Jackson for pure HBase queries be executed<br/> * [HBASE-11415] - [PE] Dump config before running test<br/> * [HBASE-11421] - HTableInterface javadoc correction<br/> * [HBASE-11434] - [AccessController] Disallow inbound cells with reserved tags<br/> * [HBASE-11436] - Support start Row and stop Row in HBase Export<br/> * [HBASE-11437] - Modify cell tag handling code to treat the length as unsigned<br/> * [HBASE-11438] - [Visibility Controller] Support UTF8 character as Visibility Labels<br/> * [HBASE-11440] - Make KeyValueCodecWithTags as the default codec for replication in trunk<br/> * [HBASE-11444] - Remove use of reflection for User#getShortName<br/> * [HBASE-11446] - Reduce the frequency of RNG calls in SecureWALCellCodec#EncryptedKvEncoder<br/> * [HBASE-11450] - Improve file size info in SnapshotInfo tool<br/> * [HBASE-11452] - add getUserPermission feature in AccessControlClient as client API<br/> * [HBASE-11473] - Add BaseWALObserver class<br/> * [HBASE-11474] - [Thrift2] support authentication/impersonation<br/> * [HBASE-11491] - Add an option to sleep randomly during the tests with the PE tool<br/> * [HBASE-11497] - Expose RpcScheduling implementations as LimitedPrivate interfaces<br/> * [HBASE-11513] - Combine SingleMultiple Queue RpcExecutor into a single class<br/> * [HBASE-11516] - Track time spent in executing coprocessors in each region.<br/> * [HBASE-11553] - Abstract visibility label related services into an interface<br/> * [HBASE-11566] - make ExportSnapshot extendable by removing 'final'<br/> * [HBASE-11583] - Refactoring out the configuration changes for enabling VisibilityLabels in the unit tests.<br/> * [HBASE-11623] - mutateRowsWithLocks might require updatesLock.readLock with waitTime=0<br/> * [HBASE-11630] - Refactor TestAdmin to use Admin interface instead of HBaseAdmin<br/> * [HBASE-11631] - Wait a little till server is online in assigning meta<br/> * [HBASE-11649] - Add shortcut commands to bin/hbase for test tools<br/> * [HBASE-11650] - Write hbase.id to a temporary location and move into place<br/> * [HBASE-11657] - Put HTable region methods in an interface<br/> * [HBASE-11664] - Build broken - TestVisibilityWithCheckAuths<br/> * [HBASE-11667] - Comment ClientScanner logic for NSREs.<br/> * [HBASE-11674] - LoadIncrementalHFiles should be more verbose after unrecoverable error<br/> * [HBASE-11679] - Replace "HTable" with "HTableInterface" where backwards-compatible<br/> * [HBASE-11696] - Make CombinedBlockCache resizable.<br/> * [HBASE-11697] - Improve the 'Too many blocks' message on UI blockcache status page<br/> * [HBASE-11701] - Start and end of memstore flush log should be on the same level<br/> * [HBASE-11702] - Better introspection of long running compactions<br/> * [HBASE-11706] - Set versions for VerifyReplication<br/> * [HBASE-11731] - Add option to only run a subset of the shell tests<br/> * [HBASE-11748] - Cleanup and add pool usage tracing to Compression<br/> * [HBASE-11749] - Better error logging when coprocessors loading has failed.<br/> * [HBASE-11754] - [Shell] Record table property SPLITS_FILE in descriptor<br/> * [HBASE-11757] - Provide a common base abstract class for both RegionObserver and MasterObserver<br/> * [HBASE-11774] - Avoid allocating unnecessary tag iterators<br/> * [HBASE-11777] - Find a way to set sequenceId on Cells on the server<br/> * [HBASE-11790] - Bulk load should use HFileOutputFormat2 in all cases<br/> * [HBASE-11805] - KeyValue to Cell Convert in WALEdit APIs<br/> * [HBASE-11810] - Access SSL Passwords through Credential Provider API<br/> * [HBASE-11821] - [ImportTSV] Abstract labels tags creation into pluggable Interface<br/> * [HBASE-11825] - Create Connection and ConnectionManager<br/> * [HBASE-11826] - Split each tableOrRegionName admin methods into two targetted methods<br/> * [HBASE-11828] - callers of SeverName.valueOf should use equals and not ==<br/> * [HBASE-11845] - HFile tool should implement Tool, disable blockcache by default<br/> * [HBASE-11846] - HStore#assertBulkLoadHFileOk should log if a full HFile verification will be performed during a bulkload<br/> * [HBASE-11847] - HFile tool should be able to print block headers<br/> * [HBASE-11865] - Result implements CellScannable; rather it should BE a CellScanner<br/> * [HBASE-11873] - Hbase Version CLI enhancement<br/> * [HBASE-11877] - Make TableSplit more readable<br/> * [HBASE-11891] - Introduce HBaseInterfaceAudience level to denote class names that appear in configs.<br/> * [HBASE-11897] - Add append and remove peer table-cfs cmds for replication<br/><br/>** New Feature<br/> * [HBASE-4089] - blockCache contents report<br/> * [HBASE-6104] - Require EXEC permission to call coprocessor endpoints<br/> * [HBASE-7667] - Support stripe compaction<br/> * [HBASE-7840] - Enhance the java it framework to start & stop a distributed hbase & hadoop cluster<br/> * [HBASE-8751] - Enable peer cluster to choose/change the ColumnFamilies/Tables it really want to replicate from a source cluster<br/> * [HBASE-9047] - Tool to handle finishing replication when the cluster is offline<br/> * [HBASE-10119] - Allow HBase coprocessors to clean up when they fail<br/> * [HBASE-10151] - No-op HeapMemoryTuner<br/> * [HBASE-10416] - Improvements to the import flow<br/> * [HBASE-10881] - Support reverse scan in thrift2<br/> * [HBASE-10935] - support snapshot policy where flush memstore can be skipped to prevent production cluster freeze<br/> * [HBASE-11724] - Add to RWQueueRpcExecutor the ability to split get and scan handlers<br/> * [HBASE-11885] - Provide a Dockerfile to easily build and run HBase from source<br/> * [HBASE-11909] - Region count listed by HMaster UI and hbck are different<br/><br/>** Task<br/> * [HBASE-4456] - [doc] Add a section about RS failover<br/> * [HBASE-4920] - We need a mascot, a totem<br/> * [HBASE-5697] - Audit HBase for usage of deprecated hadoop 0.20.x property names.<br/> * [HBASE-6139] - Add troubleshooting section for CentOS 6.2 page allocation failure issue<br/> * [HBASE-6192] - Document ACL matrix in the book<br/> * [HBASE-7394] - Document security config requirements from HBASE-7357<br/> * [HBASE-8035] - Add site target check to precommit tests<br/> * [HBASE-8844] - Document the removal of replication state AKA start/stop_replication<br/> * [HBASE-9580] - Document the meaning of @InterfaceAudience in hbase ref guide<br/> * [HBASE-9733] - Book should have individual Disqus comment per page<br/> * [HBASE-9875] - NamespaceJanitor chore is not used<br/> * [HBASE-10134] - Fix findbug warning in VisibilityController<br/> * [HBASE-10159] - Replaced deprecated interface Closeable<br/> * [HBASE-10206] - Explain tags in the hbase book<br/> * [HBASE-10246] - Wrap long lines in recently added source files<br/> * [HBASE-10364] - Allow configuration option for parent znode in LoadTestTool<br/> * [HBASE-10388] - Add export control notice in README<br/> * [HBASE-10439] - Document how to configure REST server impersonation<br/> * [HBASE-10473] - Add utility for adorning http Context<br/> * [HBASE-10601] - Upgrade hadoop dependency to 2.3.0 release<br/> * [HBASE-10609] - Remove filterKeyValue(Cell ignored) from FilterBase<br/> * [HBASE-10612] - Remove unnecessary dependency on org.eclipse.jdt:core<br/> * [HBASE-10670] - HBaseFsck#connect() should use new connection<br/> * [HBASE-10700] - IntegrationTestWithCellVisibilityLoadAndVerify should allow current user to be the admin<br/> * [HBASE-10740] - Upgrade zookeeper to 3.4.6 release<br/> * [HBASE-10786] - If snapshot verification fails with 'Regions moved', the message should contain the name of region causing the failure<br/> * [HBASE-10787] - TestHCM#testConnection* take too long<br/> * [HBASE-10821] - Make ColumnInterpreter#getValue() abstract<br/> * [HBASE-10824] - Enhance detection of protobuf generated code in line length check<br/> * [HBASE-10889] - test-patch.sh should exclude thrift generated code from long line detection<br/> * [HBASE-10906] - Change error log for NamingException in TableInputFormatBase to WARN level<br/> * [HBASE-10912] - setUp / tearDown in TestSCVFWithMiniCluster should be done once per run<br/> * [HBASE-10956] - Upgrade hadoop-2 dependency to 2.4.0<br/> * [HBASE-11016] - Remove Filter#filterRow(List)<br/> * [HBASE-11032] - Replace deprecated methods in FileSystem with their replacements<br/> * [HBASE-11050] - Replace empty catch block in TestHLog#testFailedToCreateHLogIfParentRenamed with @Test(expected=)<br/> * [HBASE-11076] - Update refguide on getting 0.94.x to run on hadoop 2.2.0+<br/> * [HBASE-11090] - Backport HBASE-11083 ExportSnapshot should provide capability to limit bandwidth consumption<br/> * [HBASE-11107] - Provide utility method equivalent to 0.92's Result.getBytes().getSize()<br/> * [HBASE-11154] - Document how to use Reverse Scan API<br/> * [HBASE-11199] - One-time effort to pretty-print the Docbook XML, to make further patch review easier<br/> * [HBASE-11203] - Clean up javadoc and findbugs warnings in trunk<br/> * [HBASE-11204] - Document bandwidth consumption limit feature for ExportSnapshot<br/> * [HBASE-11227] - Mention 8- and 16-bit fixed-with encodings in OrderedBytes docstring<br/> * [HBASE-11230] - Remove getRowOrBefore from HTableInterface and HTable<br/> * [HBASE-11317] - Expand unit testing to cover Mockito and MRUnit and give more examples<br/> * [HBASE-11364] - [BlockCache] Add a flag to cache data blocks in L1 if multi-tier cache<br/> * [HBASE-11600] - DataInputputStream and DoubleOutputStream are no longer being used<br/> * [HBASE-11604] - Disable co-locating meta/master by default<br/> * [HBASE-11621] - Make MiniDFSCluster run faster<br/> * [HBASE-11666] - Enforce JDK7 javac for builds on branch-1 and master<br/> * [HBASE-11682] - Explain hotspotting<br/> * [HBASE-11723] - Document all options of bin/hbase command<br/> * [HBASE-11735] - Document Configurable Bucket Sizes in bucketCache<br/> * [HBASE-11762] - Record the class name of Codec in WAL header<br/> * [HBASE-11800] - Coprocessor service methods in HTableInterface should be annotated public<br/> * [HBASE-11849] - Clean up orphaned private audience classes<br/> * [HBASE-11858] - Audit regionserver classes that are missing InterfaceAudience<br/><br/>** Test<br/> * [HBASE-8889] - TestIOFencing#testFencingAroundCompaction occasionally fails<br/> * [HBASE-9928] - TestHRegion should clean up test-data directory upon completion<br/> * [HBASE-9953] - PerformanceEvaluation: Decouple data size from client concurrency<br/> * [HBASE-10044] - test-patch.sh should accept documents by known file extensions<br/> * [HBASE-10130] - TestSplitLogManager#testTaskResigned fails sometimes<br/> * [HBASE-10180] - TestByteBufferIOEngine#testByteBufferIOEngine occasionally fails<br/> * [HBASE-10189] - Intermittent TestReplicationSyncUpTool failure<br/> * [HBASE-10301] - TestAssignmentManagerOnCluster#testOpenCloseRacing fails intermittently<br/> * [HBASE-10377] - Add test for HBASE-10370 Compaction in out-of-date Store causes region split failure<br/> * [HBASE-10394] - Test for Replication with tags<br/> * [HBASE-10406] - Column family option is not effective in IntegrationTestSendTraceRequests<br/> * [HBASE-10408] - Intermittent TestDistributedLogSplitting#testLogReplayForDisablingTable failure<br/> * [HBASE-10440] - integration tests fail due to nonce collisions<br/> * [HBASE-10465] - TestZKPermissionsWatcher.testPermissionsWatcher fails sometimes<br/> * [HBASE-10475] - TestRegionServerCoprocessorExceptionWithAbort may timeout due to concurrent lease removal<br/> * [HBASE-10480] - TestLogRollPeriod#testWithEdits may fail due to insufficient waiting<br/> * [HBASE-10543] - Two rare test failures with TestLogsCleaner and TestSplitLogWorker<br/> * [HBASE-10635] - thrift#TestThriftServer fails due to TTL validity check<br/> * [HBASE-10649] - TestMasterMetrics fails occasionally<br/> * [HBASE-10764] - TestLoadIncrementalHFilesSplitRecovery#testBulkLoadPhaseFailure takes too long<br/> * [HBASE-10767] - Load balancer may interfere with tests in TestHBaseFsck<br/> * [HBASE-10774] - Restore TestMultiTableInputFormat<br/> * [HBASE-10782] - Hadoop2 MR tests fail occasionally because of mapreduce.jobhistory.address is no set in job conf<br/> * [HBASE-10828] - TestRegionObserverInterface#testHBase3583 should wait for all regions to be assigned<br/> * [HBASE-10852] - TestDistributedLogSplitting#testDisallowWritesInRecovering occasionally fails<br/> * [HBASE-10867] - TestRegionPlacement#testRegionPlacement occasionally fails<br/> * [HBASE-10868] - TestAtomicOperation should close HRegion instance after each subtest<br/> * [HBASE-10988] - Properly wait for server in TestThriftServerCmdLine<br/> * [HBASE-11010] - TestChangingEncoding is unnecessarily slow<br/> * [HBASE-11019] - incCount() method should be properly stubbed in HConnectionTestingUtility#getMockedConnectionAndDecorate()<br/> * [HBASE-11037] - Race condition in TestZKBasedOpenCloseRegion<br/> * [HBASE-11051] - checkJavacWarnings in test-patch.sh should bail out early if there is compilation error<br/> * [HBASE-11057] - Improve TestShell coverage of grant and revoke comamnds<br/> * [HBASE-11104] - IntegrationTestImportTsv#testRunFromOutputCommitter misses credential initialization<br/> * [HBASE-11152] - test-patch.sh should be able to handle the case where $TERM is not defined<br/> * [HBASE-11166] - Categorize tests in hbase-prefix-tree module<br/> * [HBASE-11328] - testMoveRegion could fail<br/> * [HBASE-11345] - Add an option not to restore cluster after an IT test<br/> * [HBASE-11375] - Validate compile-protobuf profile in test-patch.sh<br/> * [HBASE-11404] - TestLogLevel should stop the server at the end<br/> * [HBASE-11443] - TestIOFencing#testFencingAroundCompactionAfterWALSync times out<br/> * [HBASE-11615] - TestZKLessAMOnCluster.testForceAssignWhileClosing failed on Jenkins<br/> * [HBASE-11713] - Adding hbase shell unit test coverage for visibility labels.<br/> * [HBASE-11918] - TestVisibilityLabelsWithDistributedLogReplay#testAddVisibilityLabelsOnRSRestart sometimes fails due to VisibilityController initialization not being recognized<br/> * [HBASE-11942] - Fix TestHRegionBusyWait<br/> * [HBASE-11966] - Minor error in TestHRegion.testCheckAndMutate_WithCorrectValue()<br/><br/>** Umbrella<br/> * [HBASE-7319] - Extend Cell usage through read path<br/> * [HBASE-9945] - Coprocessor loading and execution improvements<br/> * [HBASE-10909] - Abstract out ZooKeeper usage in HBase - phase 1<br/><br/>```<br/>
HBase是一个分布式、版本化、构建在Apache Hadoop和Apache ZooKeeper上的列数据库
<p><a target="_blank" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540">CVE-2019-14540</a></p><p><a target="_blank" href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16335">CVE-2019-16335</a></p>
暂无
暂无
https://downloads.apache.org/hbase/2.3.3/CHANGES.md