Class RefreshMetaProcedure
java.lang.Object
org.apache.hadoop.hbase.procedure2.Procedure<TEnvironment>
org.apache.hadoop.hbase.procedure2.StateMachineProcedure<MasterProcedureEnv,TState>
org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState>
org.apache.hadoop.hbase.master.procedure.RefreshMetaProcedure
- All Implemented Interfaces:
Comparable<Procedure<MasterProcedureEnv>>,TableProcedureInterface
@Private
public class RefreshMetaProcedure
extends AbstractStateMachineTableProcedure<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.procedure2.StateMachineProcedure
StateMachineProcedure.FlowNested classes/interfaces inherited from class org.apache.hadoop.hbase.procedure2.Procedure
Procedure.LockStateNested classes/interfaces inherited from interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
TableProcedureInterface.TableOperationType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<RegionInfo>private static final Stringprivate List<RegionInfo>private static final org.slf4j.Loggerprivate static final intprivate List<RegionInfo>private RetryCounterFields inherited from class org.apache.hadoop.hbase.procedure2.StateMachineProcedure
stateCountFields inherited from class org.apache.hadoop.hbase.procedure2.Procedure
NO_PROC_ID, NO_TIMEOUTFields inherited from interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
DUMMY_NAMESPACE_TABLE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapplyMutations(Connection connection, List<Mutation> mutations) protected voiddeserializeStateData(ProcedureStateSerializer serializer) Called on store load to allow the user to decode the previously serialized state.private StateMachineProcedure.Flowprivate StateMachineProcedure.Flowprivate StateMachineProcedure.Flowprotected StateMachineProcedure.FlowexecuteFromState(MasterProcedureEnv env, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) called to perform a single step of the specified 'state' of the procedureprivate StateMachineProcedure.Flowprivate StateMachineProcedure.Flowprivate StateMachineProcedure.Flow(package private) List<RegionInfo>getCurrentRegions(Connection connection) Retrieves the current regions from the hbase:meta table.protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaStateReturn the initial state object that will be used for the first call to executeFromState().protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaStategetState(int stateId) Convert an ordinal (or state id) to an Enum (or more descriptive) state object.protected intgetStateId(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) Convert the Enum (or more descriptive) state object to an ordinal (or state id).Returns the name of the table the procedure is operating onGiven an operation type we can take decisions about what to do with pending operations.(package private) booleanhasBoundaryChanged(RegionInfo region1, RegionInfo region2) private voidprivate booleanisValidRegionInfo(RegionInfo regionInfo, String expectedEncodedName) prepareMutations(Map<String, RegionInfo> currentMap, Map<String, RegionInfo> latestMap) Prepares mutations by comparing the current regions in hbase:meta with the latest regions from backing storage.private RegionInforeadRegionInfo(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path regionInfoPath) protected voidrollbackState(MasterProcedureEnv env, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) called to perform the rollback of the specified state(package private) List<RegionInfo>scanBackingStorage(Connection connection) Scans the backing storage for all regions and returns a list of RegionInfo objects.private List<RegionInfo>scanRegionsInTable(org.apache.hadoop.fs.FileSystem fs, List<org.apache.hadoop.fs.Path> regionDirs) private List<RegionInfo>scanTablesInNamespace(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path namespacePath) protected voidserializeStateData(ProcedureStateSerializer serializer) The user-level code of the procedure may have some state to persist (e.g.protected booleanCalled by the ProcedureExecutor when the timeout set by setTimeout() is expired.Methods inherited from class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
acquireLock, checkOnline, checkTableModifiable, getUser, getWALRegionDir, isTableEnabled, isTableModificationInProgress, preflightChecks, releaseLock, releaseSyncLatch, setUser, toStringClassDetails, waitInitializedMethods inherited from class org.apache.hadoop.hbase.procedure2.StateMachineProcedure
abort, addChildProcedure, execute, failIfAborted, getCurrentState, getCurrentStateId, getCycles, isEofState, isRollbackSupported, isRollbackSupported, isYieldAfterExecutionStep, isYieldBeforeExecuteFromState, rollback, setNextState, toStringStateMethods inherited from class org.apache.hadoop.hbase.procedure2.Procedure
addStackIndex, afterExec, afterReplay, beforeExec, beforeReplay, bypass, compareTo, completionCleanup, doExecute, doRollback, elapsedTime, getChildrenLatch, getException, getLastUpdate, getNonceKey, getOwner, getParentProcId, getProcedureMetrics, getProcId, getProcIdHashCode, getProcName, getResult, getRootProcedureId, getRootProcId, getStackIndexes, getState, getSubmittedTime, getTimeout, getTimeoutTimestamp, hasChildren, hasException, hasLock, hasOwner, hasParent, hasTimeout, haveSameParent, holdLock, incChildrenLatch, isBypass, isCriticalSystemTable, isFailed, isFinished, isInitializing, isLockedWhenLoading, isRunnable, isSuccess, isWaiting, removeStackIndex, setAbortFailure, setChildrenLatch, setCriticalSystemTable, setExecuted, setFailure, setFailure, setLastUpdate, setNonceKey, setOwner, setOwner, setParentProcId, setProcId, setResult, setRootProcId, setStackIndexes, setState, setSubmittedTime, setTimeout, shouldWaitClientAck, skipPersistence, suspend, toString, toStringClass, toStringDetails, toStringSimpleSB, updateMetricsOnFinish, updateMetricsOnSubmit, updateTimestamp, wasExecuted
-
Field Details
-
LOG
-
HIDDEN_DIR_PATTERN
- See Also:
-
currentRegions
-
latestRegions
-
pendingMutations
-
retryCounter
-
MUTATION_BATCH_SIZE
- See Also:
-
newlyAddedRegions
-
deletedTables
-
-
Constructor Details
-
RefreshMetaProcedure
public RefreshMetaProcedure() -
RefreshMetaProcedure
-
-
Method Details
-
getTableName
Description copied from interface:TableProcedureInterfaceReturns the name of the table the procedure is operating on- Specified by:
getTableNamein interfaceTableProcedureInterface- Specified by:
getTableNamein classAbstractStateMachineTableProcedure<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState>
-
getTableOperationType
Description copied from interface:TableProcedureInterfaceGiven an operation type we can take decisions about what to do with pending operations. e.g. if we get a delete and we have some table operation pending (e.g. add column) we can abort those operations.- Specified by:
getTableOperationTypein interfaceTableProcedureInterface- Specified by:
getTableOperationTypein classAbstractStateMachineTableProcedure<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState>- Returns:
- the operation type that the procedure is executing.
-
executeFromState
protected StateMachineProcedure.Flow executeFromState(MasterProcedureEnv env, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) Description copied from class:StateMachineProcedurecalled to perform a single step of the specified 'state' of the procedure- Specified by:
executeFromStatein classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> refreshMetaState- state to execute- Returns:
- Flow.NO_MORE_STATE if the procedure is completed, Flow.HAS_MORE_STATE if there is another step.
-
executeInit
- Throws:
IOException
-
executeScanStorage
- Throws:
IOException
-
executePrepare
- Throws:
IOException
-
executeApply
private StateMachineProcedure.Flow executeApply(MasterProcedureEnv env) throws ProcedureSuspendedException - Throws:
ProcedureSuspendedException
-
executeFollowup
- Throws:
IOException
-
executeFinish
-
invalidateTableDescriptorCache
-
prepareMutations
private List<Mutation> prepareMutations(Map<String, RegionInfo> currentMap, Map<String, throws IOExceptionRegionInfo> latestMap) Prepares mutations by comparing the current regions in hbase:meta with the latest regions from backing storage. Also populates newlyAddedRegions and deletedTables lists for follow-up actions.- Parameters:
currentMap- Current regions from hbase:metalatestMap- Latest regions from backing storage- Returns:
- List of mutations to apply to the meta table
- Throws:
IOException- If there is an error creating mutations
-
applyMutations
- Throws:
IOException
-
hasBoundaryChanged
-
scanBackingStorage
Scans the backing storage for all regions and returns a list of RegionInfo objects. This method scans the filesystem for region directories and reads their .regioninfo files.- Parameters:
connection- The HBase connection to use.- Returns:
- List of RegionInfo objects found in the backing storage.
- Throws:
IOException- If there is an error accessing the filesystem or reading region info files.
-
scanTablesInNamespace
private List<RegionInfo> scanTablesInNamespace(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path namespacePath) throws IOException - Throws:
IOException
-
scanRegionsInTable
private List<RegionInfo> scanRegionsInTable(org.apache.hadoop.fs.FileSystem fs, List<org.apache.hadoop.fs.Path> regionDirs) throws IOException - Throws:
IOException
-
isValidRegionInfo
-
readRegionInfo
private RegionInfo readRegionInfo(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path regionInfoPath) -
getCurrentRegions
Retrieves the current regions from the hbase:meta table.- Parameters:
connection- The HBase connection to use.- Returns:
- List of RegionInfo objects representing the current regions in meta.
- Throws:
IOException- If there is an error accessing the meta table.
-
setTimeoutFailure
Description copied from class:ProcedureCalled by the ProcedureExecutor when the timeout set by setTimeout() is expired. Another usage for this method is to implement retrying. A procedure can set the state toWAITING_TIMEOUTby callingsetStatemethod, and throw aProcedureSuspendedExceptionto halt the execution of the procedure, and do not forget a callProcedure.setTimeout(int)method to set the timeout. And you should also override this method to wake up the procedure, and also return false to tell the ProcedureExecutor that the timeout event has been handled.- Overrides:
setTimeoutFailurein classProcedure<MasterProcedureEnv>- Returns:
- true to let the framework handle the timeout as abort, false in case the procedure handled the timeout itself.
-
rollbackState
protected void rollbackState(MasterProcedureEnv env, org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) throws IOException, InterruptedException Description copied from class:StateMachineProcedurecalled to perform the rollback of the specified state- Specified by:
rollbackStatein classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> refreshMetaState- state to rollback- Throws:
IOException- temporary failure, the rollback will retry laterInterruptedException
-
getState
protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState getState(int stateId) Description copied from class:StateMachineProcedureConvert an ordinal (or state id) to an Enum (or more descriptive) state object.- Specified by:
getStatein classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> - Parameters:
stateId- the ordinal() of the state enum (or state id)- Returns:
- the state enum object
-
getStateId
protected int getStateId(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState refreshMetaState) Description copied from class:StateMachineProcedureConvert the Enum (or more descriptive) state object to an ordinal (or state id).- Specified by:
getStateIdin classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> - Parameters:
refreshMetaState- the state enum object- Returns:
- stateId the ordinal() of the state enum (or state id)
-
getInitialState
protected org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState getInitialState()Description copied from class:StateMachineProcedureReturn the initial state object that will be used for the first call to executeFromState().- Specified by:
getInitialStatein classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> - Returns:
- the initial state enum object
-
serializeStateData
Description copied from class:ProcedureThe user-level code of the procedure may have some state to persist (e.g. input arguments or current position in the processing state) to be able to resume on failure.- Overrides:
serializeStateDatain classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> - Parameters:
serializer- stores the serializable state- Throws:
IOException
-
deserializeStateData
Description copied from class:ProcedureCalled on store load to allow the user to decode the previously serialized state.- Overrides:
deserializeStateDatain classStateMachineProcedure<MasterProcedureEnv,org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RefreshMetaState> - Parameters:
serializer- contains the serialized state- Throws:
IOException
-