GehaFearless commented on code in PR #1658:
URL: 
https://github.com/apache/incubator-pegasus/pull/1658#discussion_r1474123624


##########
src/client/replication_ddl_client.cpp:
##########
@@ -924,8 +961,8 @@ dsn::error_code replication_ddl_client::do_recovery(const 
std::vector<rpc_addres
     out << "Skip lost partitions: " << (skip_lost_partitions ? "true" : 
"false") << std::endl;
     out << "Node list:" << std::endl;
     out << "=============================" << std::endl;
-    for (auto &node : req->recovery_set) {
-        out << node << std::endl;
+    for (auto &node : req->hp_recovery_set) {
+        out << node.to_string() << std::endl;

Review Comment:
   del to_string()



-- 
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]

Reply via email to