Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
seemingwang committed Apr 1, 2021
1 parent a768899 commit 085bca6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion paddle/fluid/distributed/service/graph_brpc_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ uint64_t GraphBrpcServer::start(const std::string &ip, uint32_t port) {
return 0;
}
_environment->registe_ps_server(ip, port, _rank);
// cv_.wait(lock, [&] { return stoped_; });
return 0;
}

Expand Down
4 changes: 0 additions & 4 deletions paddle/fluid/distributed/service/graph_py_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ void GraphPyServer::start_server(bool block) {
std::unique_lock<std::mutex> lock(mutex_);
cv_->wait(lock);
}

// });
// server_thread->detach();
// sleep(3);
}
::paddle::distributed::PSParameter GraphPyServer::GetServerProto() {
// Generate server proto desc
Expand Down
3 changes: 0 additions & 3 deletions paddle/fluid/distributed/test/graph_node_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,6 @@ void RunBrpcPushSparse() {
worker_ptr_->stop_server();
LOG(INFO) << "Run finalize_worker";
worker_ptr_->finalize_worker();

// server_thread.join();
// server_thread2.join();
testFeatureNodeSerializeInt();
testFeatureNodeSerializeInt64();
testFeatureNodeSerializeFloat32();
Expand Down

0 comments on commit 085bca6

Please sign in to comment.