You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/25 11:37:44 UTC

[GitHub] [incubator-kvrocks] tisonkun commented on a diff in pull request #669: Fix typos in config file

tisonkun commented on code in PR #669:
URL: https://github.com/apache/incubator-kvrocks/pull/669#discussion_r906671406


##########
kvrocks.conf:
##########
@@ -97,7 +98,7 @@ dir /tmp/kvrocks
 #
 # log-dir stdout
 
-# When running daemonized, kvrocks writes a pid file in ${CONFIG_DIR}/kvrocks.pid by
+# When running in daemonize mode, kvrocks write a PID file in ${CONFIG_DIR}/kvrocks.pid by

Review Comment:
   ```suggestion
   # When running in daemonize mode, kvrocks writes a PID file in ${CONFIG_DIR}/kvrocks.pid by
   ```
   
   kvrocks is a singular although it ends with `s`, lol.



##########
kvrocks.conf:
##########
@@ -367,23 +368,23 @@ auto-resize-block-and-sst yes
 ################################ MIGRATE #####################################
 # If the network bandwidth is completely consumed by the migration task,
 # it will affect the availability of kvrocks. To avoid this situation,
-# migrate-speed is adpoted to limit the migrating speed.
-# Migrating speed is limited by controling the duraiton between sending data,
-# the duation is calculated by: 1000000 * migrate-pipeline-size / migrate-speed (us).
+# migrate-speed is adapted to limit the migrating speed.

Review Comment:
   ```suggestion
   # migrate-speed is adopted to limit the migrating speed.
   ```
   
   The meaning seems to be 'adopted'?



##########
kvrocks.conf:
##########
@@ -179,11 +180,11 @@ use-rsid-psync no
 # is still in progress, the slave can act in two different ways:
 #
 # 1) if slave-serve-stale-data is set to 'yes' (the default) the slave will
-#    still reply to client requests, possibly with out of date data, or the
+#    still reply to client requests, possibly with out-of-date data, or the
 #    data set may just be empty if this is the first synchronization.
 #
 # 2) if slave-serve-stale-data is set to 'no' the slave will reply with
-#    an error "SYNC with master in progress" to all the kind of commands
+#    an error "SYNC with master in progress" to all the kinds of commands

Review Comment:
   ```suggestion
   #    an error "SYNC with master in progress" to all kinds of commands
   ```



-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org