Chen Jinhao

Results 4 issues of Chen Jinhao

'run it as admin' is required in the latest version. By this way, I normally start an instance. ![image](https://user-images.githubusercontent.com/25813537/180904051-89364073-8143-413a-8566-420291e8a35b.png) However, when I start another one in the same way, and...

**Description of problem:** gf_print_trace repeatly writes "frame: type(0) op(0)" to the logfile, size of which eventually reached 8.7T. Checking and debuging through gdb, I found a stack item obtained from...

In glusterd-store.c, there are while loops like: ``` gf_store_iter_get_next(iter, &key, &value, &op_errno); while (!ret) { if (xx_condition) { do_something(); goto out; } GF_FREE(key); GF_FREE(value); key = NULL; value = NULL;...

**Description of problem:** There are potential memory leaks in glusterd. Some of the detect logs are as follows: ``` Direct leak of 11430 byte(s) in 150 object(s) allocated from: #0...