hulk
hulk
This issue can be reproduced easily: ```golang type TestHook struct { } func (th *TestHook) Fire(entry *logrus.Entry) error { entry.Data["test"] = "test" return nil } func (sh *TestHook) Levels() []logrus.Level...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation Redis supported the hello command to detect the different protocol and...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation As mentioned in https://github.com/apache/incubator-kvrocks/pull/646#issuecomment-1162660044, some integration test cases failed frequently which...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation As far as I know, Kvrocks works well on platforms like...
As users may want to control the maximum data size for a level, we can export the option `max_bytes_for_level_base`(the max total for level-1) in our config file and allow to...
### Discussed in https://github.com/KvrocksLabs/kvrocks/discussions/481 Originally posted by **djotanov** February 13, 2022 In docker/kubernetes, instances don't have a fixed up. When working with dynamic IPs, sentinel will not work, unless kvrocks...
**Describe the bug** The github actions occasionally failed at Publish/Subscribe tcl test cases like below: https://github.com/KvrocksLabs/kvrocks/runs/4751562466?check_suite_focus=true#step:7:725 After reviewing the test case many times and it always happened on the ubuntu...
### Background Currently, we're using the WAL to do the partial sync like the Redis backlog, as well as the write buffer between worker threads and feed slave thread. Users...
hi @manjuraj * allow to set max simultaneous connections * server shouldn't close listen fd when accept function occur error