debing.sun

Results 541 comments of debing.sun

@sjzghw123 what version of KylinOS do you use? there is another issue in https://github.com/redis/redis/issues/13501. can you share the binary with me([email protected])?

@drboone thx, did you use solaris 11 or other OS?

@drboone this issue will be fixed in https://github.com/redis/redis/pull/14162, but your issue doesn't relate to this issue, which doesn't use evport.

do you mean the rust client consume more than 1gb even it disconnected?

the reason should be that the rs client does not realize that the Reids in docker has been shut down , causing the connection to be in CLOSE_WAIT state. you...

@jaques-sam regarding this, you can make a issue for help in https://github.com/redis-rs/redis-rs.

@jaques-sam can you give the reproduce steps by using redis-cli?

@jaques-sam where do you see memory growing at 1gb per second? from 'ps'? please give the info.

@jaques-sam please try `gdb -batch -ex "bt" -p pid` to see what redis is doing now. and try `ps aux|grep redis-cli` to see the memory usage of `redis-cli`.