hulk
hulk
@greatsharp Would you mind adding a test case for this?
@bseto Thanks for your nice post, I believe your analysis is correct. Except for the migration queue, we might need to persist those pending slot ranges in the cluster information....
@xlj To be honest, I cannot say the raft storage is mature enough. But I would like to encourage users to use it because it won't bring other side effects...
```Go type Todo struct { ID string `json:"id"` Text *string `json:"text,omitempty"` Done *bool `json:"done,omitempty"` User *User `json:"user,omitempty"` } ``` I guess using the pointer for those non-nilable types is reasonable...
@chris-ramon Would you mind having a look at PR #704
/gemini Please review this PR.
@yuzegao Thanks for your information. > Resource management: physical machine/virtual machine resource metadata maintenance, kvrocks process allocation and recycling For now, it's not under the roadmap of controller, but the...
Hi @Allen315, thanks for your report. > The connection between the Load Balancer (LB) and Node N1 remains functional Yes, it is known issue. And perhaps we could improve this...
@ninuxer Yes, perhaps we could provide a switch to disable this restriction.
@ninuxer It's a good way to avoid this situation when the master is still alive.