GiantKing opened a new issue #845: URL: https://github.com/apache/incubator-pegasus/issues/845
## Feature Request There are some time-consuming operations in Pegasus: recall, balance, backup, bulk load, restore, manual compact, partition split It will have an impact on online service while it proceeding. Especially they are running in concurrent. So we have to serialize these operations. We can add an operation status lock for meta. Before a operation begins, acquire this lock first. And release this lock as it finish. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
