Martin Montes

Results 214 comments of Martin Montes

Hey there @wirehack7 ! Thanks for opening. 100% we should support implicit authentication via the Kubernetes `ServiceAccount`. This is a duplicate of: - https://github.com/mariadb-operator/mariadb-operator/issues/318 > With giving the ARN of...

Hey there @SolomonJang ! thanks a lot for sharing the findings of this sysbench with us. > Make sure that slave's relay logs have been written before turning slave into...

Maybe related? - https://github.com/mariadb-operator/mariadb-operator/issues/193

> But if wait for full write, it seems to become fully synchronous. Not sure if I'm following. In any case, the first step of the switchover is setting the...

Hey @SolomonJang > I also tested the grant ALL part, But the same situation will still cause checksum inconsistency. Is it because my test is not rigorous enough? My theory...

Hey @PeterJanRoes ! Your proposal makes total sense. The operator does not rely in the server-id/sequence at any point so we could potentially do that by parsing the GTID: -...

Take a look at this issue to setup a development environment: - https://github.com/mariadb-operator/mariadb-operator/issues/144 having a devcontainer would be great. Let me know if you run into issues, as it requires...

Hey @PeterJanRoes ! Let me give you some pointer to help you with this. First of all, there are 2 relevant controllers for this task: - [pkg/controller/replication](https://github.com/mariadb-operator/mariadb-operator/tree/main/pkg/controller/replication): handles provisioning of...

Hey @PeterJanRoes ! > It looks like the sequence number is strictly increasing across servers and is not local to a server. I find it hard to get a definitive...

Hey @boedy > Whilst this is being worked on, would you recommend users to currently run only a single replica? I think this feature will bring enhanced consistency to perform...