[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-07-26 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17868893#comment-17868893 ] Duo Zhang commented on HBASE-28522: --- The PR for fixing this issue is ready for reviewing. PTAL if you

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-07-01 Thread chenglei (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17861140#comment-17861140 ] chenglei commented on HBASE-28522: -- Can we acquire the table shared lock before checking DISABLED or

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-06-16 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17855460#comment-17855460 ] Duo Zhang commented on HBASE-28522: --- I've added a UT, and verified that on master branch it will hang

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-06-16 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17855388#comment-17855388 ] Duo Zhang commented on HBASE-28522: --- I've opened a PR with a possible fix, PTAL. Let me think how to

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-06-03 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17851665#comment-17851665 ] Duo Zhang commented on HBASE-28522: --- When DisableTableProcedure is scheduled, actually we do not need

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-27 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849757#comment-17849757 ] Prathyusha commented on HBASE-28522: [~zhangduo] Even if we introduce a procedure like

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-16 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17847004#comment-17847004 ] Duo Zhang commented on HBASE-28522: --- The PR for HBASE-28582 is ready, I also created a test for it to

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845087#comment-17845087 ] Prathyusha commented on HBASE-28522: The problem is currently SCP interrupts only procedures which

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845085#comment-17845085 ] Prathyusha commented on HBASE-28522: [~zhangduo] yes, this is exactly the condition which I was

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17845000#comment-17845000 ] Duo Zhang commented on HBASE-28522: --- ModifyTableProcedure may have the same problem when reducing

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844884#comment-17844884 ] Duo Zhang commented on HBASE-28522: --- Oh, reuse seems impossible, as the old TRSP can not be executed

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844875#comment-17844875 ] Duo Zhang commented on HBASE-28522: --- After checking the code, I think a possible race is that, in SCP,

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-09 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844874#comment-17844874 ] Duo Zhang commented on HBASE-28522: --- Because we can not make sure it is closed normally... The region

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-05-08 Thread Viraj Jasani (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17844849#comment-17844849 ] Viraj Jasani commented on HBASE-28522: -- {code:java} if (

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-04-15 Thread Prathyusha (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837454#comment-17837454 ] Prathyusha commented on HBASE-28522: >The flow by design is SCP will interrupt the TRSP to assign

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-04-15 Thread Umesh Kumar Kumawat (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837159#comment-17837159 ] Umesh Kumar Kumawat commented on HBASE-28522: - I think the problem here might be that:-

[jira] [Commented] (HBASE-28522) UNASSIGN proc indefinitely stuck on dead rs

2024-04-15 Thread Duo Zhang (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17837126#comment-17837126 ] Duo Zhang commented on HBASE-28522: --- The flow by design is SCP will interrupt the TRSP to assign the