Janario Oliveira
Janario Oliveira
Really looking forward to this 🤞 As I see it needs the release of such package at Alpine repos first, so I thought we could push it over something more...
@LandonTClipp Any updates here? I was just wondering the same, why go get was considered deprecated :-)
This is the current stack on version 4.x where the connection failover is detected, switched and hikari ends up discarding the connections. https://github.com/awslabs/aws-mysql-jdbc/blob/main/src/main/user-impl/java/com/mysql/cj/jdbc/ha/plugins/failover/FailoverConnectionPlugin.java#L518 ``` java.sql.SQLException: The active SQL connection has...
Don't get too attached to the `96.58 %` availability in the failed cases. In `1m` range with `500 users` in the scenario without error, it can reach to `57838` successful...
Created some more reproducible scenarios https://github.com/open-telemetry/opentelemetry-operator/compare/main...janario:opentelemetry-operator:test/ha-collector?expand=1#diff-aec75932cc6d805a7b7412c6fa3579be2fa444f7d48e0f6ec105517e09317c77R26 (I used the operator just because it was easier to integrate the tests.) Logs in the good scenario with custom image and sleep: ✅...
@TylerHelmuth should I try with v2 or you mean that even with v2 it is still need improvements?
Got it, Thanks for the details Later I can try to test with it and add the results here. So far the workaround would be only custom image with `sleep`...
I gave healthcheckv2 a try https://github.com/open-telemetry/opentelemetry-operator/commit/ca88a7ef70c006c45afcede4065a99145d816a1a But not lucky :-/ I know it is in progress, but still not sure if it would be an issue in the healthcheck 🤔
In some ways affects https://github.com/localstack/localstack/issues/8898 https://github.com/localstack/localstack/issues/8328
Sorry, busy days I already changed focus since I opened this PR, I have to recap a bit. I can try to get back on it, but I guess I'll...