empiredan commented on code in PR #1877:
URL:
https://github.com/apache/incubator-pegasus/pull/1877#discussion_r1481195292
##########
src/replica/disk_cleaner.cpp:
##########
@@ -38,11 +38,11 @@
#include "utils/string_conv.h"
#include "absl/strings/string_view.h"
-DSN_DEFINE_uint64(
- replication,
- gc_disk_error_replica_interval_seconds,
- 7 * 24 * 3600 /*7day*/,
- "Duration of error replica being removed, which is in a directory with
'.err' suffixed");
+DSN_DEFINE_uint64(replication,
+ gc_disk_error_replica_interval_seconds,
+ 7 * 24 * 3600 /*7day*/,
+ "The interval milliseconds to GC error replicas, which are
in directories "
Review Comment:
```suggestion
"The interval in seconds to GC error replicas, which are
in directories "
```
--
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]