Rob Landers
Rob Landers
This looks cool, though I'd be wary of using any kind of db transaction at scale. Speaking of transactions, where is the ability to set isolation levels (read committed, etc)?
If you disable opcache, does it work? I'm chasing down [a fun bug with opcache](https://externals.io/message/126685#126696). Also, did you check that `$mysqli` actually has a value?
Heh; this sounds like you (re)discovered how network sockets work. There is not any communication when a socket is closed; it is up to the application/server to gracefully close connections....
That being said, I was assuming you were using a headless service to get the IP address of the pod that gets rescheduled. If that is the case, another solution...
Hmmm. What are you using for CNI? As soon as you send a packet to that IP and nothing is listening, your CNI should be resetting the connection so your...
I cannot reproduce it using the given php file. I see the output (setting the domain to example.com) that I expect.
This could also be related to some environment access shenanigans we just fixed. Theoretically, that is the most probable cause of a segfault.
A static build uses musl's libc, which causes this bug. There's not really a way around it.
Do you have an example of the PHP code?
I haven't seen this one before and I just checked that I was still seeing stderr logs on a running container. I'm a few minor versions behind, so it's certainly...