Li Chao created HBASE-28139:
-------------------------------
Summary: Disable table may hang when SCP create TRSP but DTP
didn't set tableState to disabling
Key: HBASE-28139
URL: https://issues.apache.org/jira/browse/HBASE-28139
Project: HBase
Issue Type: Bug
Components: amv2
Affects Versions: 2.4.17
Reporter: Li Chao
Consider the following case:
1. RegionServer stop or abort, ServerCrashProcedure start running;
2. Now, DisableTableProcedure start running but not set tableState to disabling;
3. ServerCrashProcedure create TransitStateProcedure with success, but can not
running because of xLock had hold by DisableTableProcedure ;
4. DisableTable Procedure UnassignProcedure RPC fails because server is down.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)