Package | Description |
---|---|
org.apache.hadoop.hbase.procedure2 |
Modifier and Type | Field and Description |
---|---|
private TimeoutExecutorThread<TEnvironment> |
ProcedureExecutor.timeoutExecutor
Created in the
ProcedureExecutor.init(int, boolean) method. |
private TimeoutExecutorThread<TEnvironment> |
ProcedureExecutor.workerMonitorExecutor
WorkerMonitor check for stuck workers and new worker thread when necessary, for example if
there is no worker to assign meta, it will new worker thread for it, so it is very important.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.