You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "git-hulk (via GitHub)" <gi...@apache.org> on 2023/06/26 15:51:40 UTC

[GitHub] [kvrocks] git-hulk commented on a diff in pull request #1498: Warning message for invalid key in configuration file

git-hulk commented on code in PR #1498:
URL: https://github.com/apache/kvrocks/pull/1498#discussion_r1242406265


##########
src/config/config.cc:
##########
@@ -659,12 +659,16 @@ Status Config::parseConfigFromPair(const std::pair<std::string, std::string> &in
     field_key = input.first;
     tokens[input.second] = input.first.substr(ns_str_size);
   }
+
   auto iter = fields_.find(field_key);
+

Review Comment:
   ```suggestion
   ```



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