Ibone González Mauraza

Results 67 comments of Ibone González Mauraza

Hi @lcfang, It's for synchrony with all the nodes. This method runs when MySQL is initialized and deletes all users because the node started maybe doesn't have the same information...

Hi @lcfang, in that scenario, is the primary mysql node lost and not recovered? This is an architecture primary and secondary, the primary is the true data keeper while a...

Hi @lcfang, Did you check this [https://github.com/bitnami/charts/tree/master/bitnami/mariadb-galera#bootstraping-a-node-other-than-0](https://github.com/bitnami/charts/tree/master/bitnami/mariadb-galera#bootstraping-a-node-other-than-0), that explains how to get the latest node and how to start from it?

Hi @florian-besser, Could you add `BITNAMI_DEBUG=true` to your docker-compose to see if there is more information? ```yaml version: "3.7" services: zookeeper: container_name: zookeeper networks: - mynet image: bitnami/zookeeper:3.7.1 ports: -...

Hi @florian-besser, Did you try to increase `zookeeper.request.timeout`? now is 0, you can add this environment variable ` KAFKA_CFG_ZOOKEEPER_CONNECTION_TIMEOUT_MS` with 60000 (milliseconds) in your docker-compose.yaml

I don't know what could be wrong with your network. If you look for this error, it has happened to other people in different situations. This problem is not related...

There are a lot of issues with M1, https://github.com/docker/for-mac/issues/5736, and https://github.com/confluentinc/kafka-images/issues/80... Did you check these issues?

Hi @jaysonsantos, Could you do a rebase of the main?

Hi @jaysonsantos, Could you add to this thread a way to reproduce the issue and the logs related to when the pod fails?

Hi @jaysonsantos, The environment variable `ETCD_INITIAL_CLUSTER` https://etcd.io/docs/v3.1/op-guide/configuration/#--initial-cluster only supports one URL. Could you try with `ETCD_ADVERTISE_CLIENT_URLS` instead? ```bash mkdir -p etcd/{snapshots,data} && echo does not matter | tee etcd/{data/member_id,snapshots/.disaster_recovery} \...