hulk

Results 524 comments of hulk

> > > LGTM, one more comment: `GetSlotStats` should also only allow to get/scan the slot that belongs to the node. And can clean the old stats if the slot...

@kluzzebass the input in the tutorial is a struct, not an array of structs. It should work well if you change the schema to: ```graphql type Mutation { test(input: TestInput!):...

> In other words, it would be very advantageous if the map[string]interface{} model trick would also work with []map[string]interface{}. I'm not sure what maintainers think about this. From my perspective,...

@tisonkun Yes, but it looks good for now(from my personal perspective).

> > @tisonkun Yes, but it looks good for now(from my personal perspective). > > Really good? I cannot understand your point. The home page looks really bad in dark...

@rex0654335 @AryanVBW We should not break the old behavior directly. It would be better to keep the old command stat info and add other namespace's command stat(except for the default...

@RiversJin Thanks for your proposal. > During replconf execution, slaves will send their node ID and current config version to the master. The master will store this metadata. Do you...

I see. I'm good with this enhancement, to see if other guys have any input? @apache/kvrocks-committers

@PragmaTwice @spihiker This error message is very confusing for users, I have changed the issue title to track and improve it.