Description
If we want to replace ProcedureInfo objects with jsons (HBASE-18106) we have to reduce ProcedureInfo usage. Currently it is used several places in the code where it could be replaced with Procedure (e.g. ProcedureExecutor). We should use ProcedureInfo only for the communication before removing it.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-18106 Redo ProcedureInfo and LockInfo
- Closed