-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Add timeout for execution state report #31734
base: branch-2.5
Are you sure you want to change the base?
Conversation
Signed-off-by: Xuedong Luan <luanxuedong2009@gmail.com>
Signed-off-by: Xuedong Luan <luanxuedong2009@gmail.com>
383a5bc
to
66e4b17
Compare
[FE Incremental Coverage Report]😍 pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]😍 pass : 0 / 0 (0%) |
@@ -125,22 +125,13 @@ Status ExecStateReporter::report_exec_status(const TReportExecStatusParams& para | |||
try { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use ThriftRpcHelper::rpc here.
@@ -148,7 +148,7 @@ class ClientConnection { | |||
public: | |||
ClientConnection(ClientCache<T>* client_cache, TNetworkAddress address, Status* status) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better not change the timeout here, if user want to specify the timeout param, use the other constructor.
Fixes #31624
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: