Zheng Shao
Zheng Shao
Hello @majormoses , could you please take a look at this issue?
不提供源代码吗
There are something you could try. 1. use NEG, Network Endpoint Groups 2. graceful shutdown use preStop 3. turn http keep-alive off
If twemproxy can abort client connection when redis server is down, then phpredis should handle correctly. Am I right about this?
Hello, We are also interested in multiple tenants solution, which could share one redis instance for multiple environments. Our case, we are using managed redis service, and a single game...
Hi, I've verified that the issue persists in the latest version `2.26.0`. I'll check if I can submit a pull request."
FYI, use version 2.20.0 as a temporary solution.
Hi @BennettJames, the customer has confirmed that the issue was reproduced in EKS 1.27/1.28 with a Fargate profile.
I've checked the syscall by agent as described below. Before execve is executed, [setrlimit](https://cs.opensource.google/go/go/+/refs/tags/go1.22.1:src/syscall/exec_linux.go;l=631) is invoked with the value, in this case was 1024, stored in [rlimit.init](https://cs.opensource.google/go/go/+/refs/tags/go1.22.1:src/syscall/rlimit.go;l=33). Therefore, if we...
"restore original NOFILE rlimit in child process" commit was introduced since go 1.21 https://cs.opensource.google/go/go/+/f5eef58e4381259cbd84b3f2074c79607fb5c821 go versions v1.25.4.0 ``` $ /usr/local/go/bin/go version /usr/bin/agent /usr/bin/agent: go1.20.3 ``` v1.27.3.0 ``` $ /usr/local/go/bin/go version...