You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2021/12/03 10:26:47 UTC

[GitHub] [incubator-pegasus] GiantKing opened a new issue #845: Feature: serialize time-consuming operations

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: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org