empiredan commented on code in PR #1839:
URL:
https://github.com/apache/incubator-pegasus/pull/1839#discussion_r1447285252
##########
src/test/function_test/recovery/test_recovery.cpp:
##########
@@ -65,6 +66,11 @@ class recovery_test : public test_util
}
public:
+ // For easier configuration modifications,
+ // select "single_master_cluster" cluster
+ // which onebox just start one master.
Review Comment:
```suggestion
// The cluster name "single_master_cluster" (see
src/test/function_test/config.ini) means the
// cluster has only one meta server, while "onebox" means the cluster
has 3 meta servers.
```
--
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]