I am building a django project in docker with mysql. However, I met some errors. Here is my docker-compose.yaml file: version: "3" services: mysql8: platform: linux/amd64 container_name: mysql8 image: ...
Scenario: You have at least 3 mysql nodes (or TiDB nodes as tested here) and you randomly reboot them to simulate downtime. It's confusing there's lots of python ...