Apache9 commented on PR #5563:
URL: https://github.com/apache/hbase/pull/5563#issuecomment-1844202280

   The failure for TestRollbackSCP is because there are races between 
rollbacking a OpenRegionProcedure and reportRegionStateTransition.
   
   When rollbacking, we will set the state to rolledback, for recording 
metrics, and then we will just delete the procedure, but at the same time, a 
reportRegionStateTransition call is arrived and then persist the rolledback 
state to procedure store...
   
   Need to find out a way to deal with this...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to