frostruan commented on PR #5267: URL: https://github.com/apache/hbase/pull/5267#issuecomment-1582946046
Thank you for your attention. @wchevreuil The background of the matter is this, I try to introduce a new Procedure in [HBASE-26768](https://issues.apache.org/jira/browse/HBASE-26867) —— FlushTableProcedure, used to replace the original ZK-based FlushProcedureV1, which is also an attempt to make hbase reduce zookeeper dependencies. Then Duo mentioned in the comments that maybe we can optimize the ProcedureScheduler so that it can support direct scheduling of Procedures that do not require locks, which is the origin of this PR. More details please see [here](https://github.com/apache/hbase/pull/5256) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
