mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
[xlang] Cross language Python support (#6709)
This commit is contained in:
@@ -77,7 +77,7 @@ std::shared_ptr<LocalMemoryBuffer> Transport::SendForResultWithRetry(
|
||||
int64_t timeout_ms) {
|
||||
STREAMING_LOG(INFO) << "SendForResultWithRetry retry_cnt: " << retry_cnt
|
||||
<< " timeout_ms: " << timeout_ms
|
||||
<< " function: " << function.GetFunctionDescriptor()[0];
|
||||
<< " function: " << function.GetFunctionDescriptor()->ToString();
|
||||
std::shared_ptr<LocalMemoryBuffer> buffer_shared = std::move(buffer);
|
||||
for (int cnt = 0; cnt < retry_cnt; cnt++) {
|
||||
auto result = SendForResult(buffer_shared, function, timeout_ms);
|
||||
|
||||
Reference in New Issue
Block a user