You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/08/30 20:19:01 UTC

[jira] [Created] (HBASE-18721) Cleanup unused config and private declaration

Chia-Ping Tsai created HBASE-18721:
--------------------------------------

             Summary: Cleanup unused config and private declaration
                 Key: HBASE-18721
                 URL: https://issues.apache.org/jira/browse/HBASE-18721
             Project: HBase
          Issue Type: Sub-task
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai
            Priority: Minor


Some patches cause the unused configs and private declaration.
--
*Remove the useless codes*
HBASE-17471
HRegion#HREGION_MVCC_PRE_ASSIGN
HRegion#DEFAULT_HREGION_MVCC_PRE_ASSIGN

HBASE-13194
NamespaceAuditor#NS_AUDITOR_INIT_TIMEOUT
NamespaceAuditor#DEFAULT_NS_AUDITOR_INIT_TIMEOUT

HBASE-16812
HRegionServer#REGION_LOCK_AWAIT_TIME_SEC
HRegionServer#DEFAULT_REGION_LOCK_AWAIT_TIME_SEC

HBASE-14614
DisableTableProcedure#MarkRegionOfflineOpResult

HBASE-17001
QuotaSnapshotStore#ViolationState

HBASE-9949
StoreScanner#StoreScannerCompactionRace

HBASE-2840
DeleteTracker#DeleteCompare

HBASE-13387
ByteBufferUtils#lessThanUnsignedLong

HBASE-17877
ByteBufferUtils#lessThanUnsignedInt
ByteBufferUtils#lessThanUnsignedShort

HBASE-13954
CellComparator#RowComparator

HBASE-17001
QuotaSnapshotStore#ViolationState

HBASE-17877
Bytes#lessThanUnsignedLong
Bytes#lessThanUnsignedInt
Bytes#lessThanUnsignedShort

HBASE-18516
RegionOpeningState
ResponseConverter#getRegionOpeningState
ResponseConverter#getRegionOpeningStateList

HBASE-17277
BufferedMutatorImpl#HBASE_BUFFEREDMUTATOR_CLASSNAME_KEY

HBASE-2692
HConstants#Modify

HBASE-15158
CellUtil.EMPTY_TAGS_ITR
--
*Deprecate the useless codes exposed as Public*
HBASE-3065
HConstants#ZOOKEEPER_RECOVERABLE_WAITTIME
HConstants#DEFAULT_ZOOKEPER_RECOVERABLE_WAITIME

HBASE-13636
HConstants#CLUSTER_IS_DISTRIBUTED

HBASE-7460
HConstants#HBASECLIENT_IMPL

HBASE-12054
HConstants#LIB_DIR

HBASE-2692
HConstants#WEEK_IN_SECONDS

HBASE-3789
HConstants#HBCK_CODE_NAME

HBASE-10569
HConstants#MASTER_HANDLER_COUNT
HConstants#DEFAULT_MASTER_HANLDER_COUNT

HBASE-13616
HConstants#LOG_REPLAY_WAIT_REGION_TIMEOUT



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)