We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c5b76 commit 3261b60Copy full SHA for 3261b60
paddle/fluid/distributed/fleet_executor/carrier.cc
@@ -92,8 +92,9 @@ void Carrier::HandleTmpMessages() {
92
VLOG(3) << "Carrier has received " << message_tmp_.size()
93
<< " messages during creating interceptors.";
94
for (const auto& msg : message_tmp_) {
95
- EnqueueInterceptorMessage(std::move(msg));
+ EnqueueInterceptorMessage(msg);
96
}
97
+ message_tmp_.clear();
98
99
100
void Carrier::CreateInterceptors() {
0 commit comments