empiredan commented on code in PR #2172:
URL:
https://github.com/apache/incubator-pegasus/pull/2172#discussion_r1910203036
##########
src/client/replication_ddl_client.h:
##########
@@ -312,28 +354,52 @@ class replication_ddl_client
return task;
}
+ // The same as the above, except that the thread hash for the RPC response
task is set to 0.
+ template <typename TRequest>
+ rpc_response_task_ptr request_meta(const dsn::task_code &code,
+ std::shared_ptr<TRequest> &req,
+ int timeout_milliseconds)
+ {
+ return request_meta(code, req, timeout_milliseconds, 0);
+ }
+
+ // The same as the above, except that the timeout for the RPC request is
set to 0.
Review Comment:
OK, added the comments to describe.
--
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]