[
https://issues.apache.org/jira/browse/HBASE-24292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17096835#comment-17096835
]
Nick Dimiduk commented on HBASE-24292:
--------------------------------------
Here's an example of the "holding pattern" message.
{noformat}
2020-04-30 17:46:31,649 WARN org.apache.hadoop.hbase.master.HMaster:
hbase:meta,,1.1588230740 is NOT online; state={1588230740 state=OPEN,
ts=1588268531929, server=host-a.example.com,16020,1588033841562};
ServerCrashProcedures=true. Master startup cannot progress, in holding-pattern
until region onlined.
{noformat}
> A "stuck" master should not idle as active without taking action
> ----------------------------------------------------------------
>
> Key: HBASE-24292
> URL: https://issues.apache.org/jira/browse/HBASE-24292
> Project: HBase
> Issue Type: Bug
> Components: master, Region Assignment
> Affects Versions: 2.3.0
> Reporter: Nick Dimiduk
> Priority: Major
>
> The master schedules a SCP for the region server hosting meta. However, due
> to a misconfiguration, the cluster cannot make progress. After fixing the
> configuration issue and restarting, the cluster still cannot make progress.
> After the configured period (15 minuets), the master enters a "holding
> pattern" where it retains Active master status, but isn't taking any action.
> This "brown-out" state is toxic. It should either keep trying to make
> progress, or it should abort. Staying up and not doing anything is the wrong
> thing to do.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)