Details
Description
AssignmentManager#recoverTableInDisablingState() and AssignmentManager#recoverTableInEnablingState try to complete unfinished enable/disable table operations. In the past, it is necessary, as master failure could leave table in bad state. With HBASE-13211, enable/disable operations would be auto-recover by Procedure-V2 logic. Those recovery operation is not necessary: we can either remove those recovery operation or not replay enable/disable operations in procedure queue.