Hi all, Currently HBaseAdmin.execProcedure uses a default wait time (SnapshotDescriptionUtils.DEFAULT_MAX_WAIT_TIME) for all procedure calls. Should we use an individual value for each procedure? I guess, we could add a return value for MasterProcedureManager.execProcedure which is a long time for wait time of each procedure. Or we can add the wait time information in Admin.execProcedure API? Is this necessary? Thanks a lot!
Regards, Jingcheng