You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by "levy5307 (via GitHub)" <gi...@apache.org> on 2023/04/20 03:03:44 UTC

[GitHub] [incubator-pegasus] levy5307 commented on a diff in pull request #1453: fix(ddl_client): after receiving ERR_BUSY_CREATING or ERR_BUSY_DROPPING sleep for a while before retry

levy5307 commented on code in PR #1453:
URL: https://github.com/apache/incubator-pegasus/pull/1453#discussion_r1172034079


##########
src/client/replication_ddl_client.cpp:
##########
@@ -1434,23 +1445,83 @@ bool replication_ddl_client::valid_app_char(int c)
     return (bool)std::isalnum(c) || c == '_' || c == '.' || c == ':';
 }
 
+namespace {
+
+inline bool is_busy(const dsn::error_code &err)

Review Comment:
   inline bool is_busy(const dsn::error_code &err) const



-- 
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