torwig commented on code in PR #226:
URL:
https://github.com/apache/kvrocks-controller/pull/226#discussion_r1874949941
##########
store/engine/raft/node.go:
##########
@@ -90,7 +90,6 @@ type Node struct {
var _ engine.Engine = (*Node)(nil)
func New(config *Config) (*Node, error) {
- config.init()
Review Comment:
@fukua95 Technically, a user can use a different config file than the one we
have in the repository (this one is just an example or so). The of the
`config.init` function (if I understood it right) is to check the loaded config
and set defaults if needed.
--
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]