jan-imrich
jan-imrich
> Can you craft a minimally reproducible example? You have a bunch of redactions which make it hard to confirm what's going on. I'll look into that. > Moreover, since...
We are currently experiencing similar issue. The cron command executes without any error, but the issue is not created. There is only this warning in redmine log: ``` W, [2020-12-14T11:52:15.215261...
Do you have a contribution / local development guide? Trying the full-tool-build.sh gives me a quite large changeset, not sure if that's a correct result.
Yes, I'm using the 11.4.4-2025-02-22 from docker hub. Here is the script to reproduce the issue: ``` docker service create \ --mode global \ --name galera-admin \ --mount source=mysqldata-admin,target=/var/lib/mysql \...
I yet have to test the suggested commands, but I still do have a slight update - escaping the NODE_ADDRESS regex like this: `-e "NODE_ADDRESS=^10\.0\.*\.*" \` had no effect on...
Update2: I now understand the problem is that the mysqld.sh gets launched before GCOMM_MINIMUM is met. That's how the $OPT got messed up in first place. I think the core...