Johan
- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 103
Comments
Recent activity by Johan Sort by recent activity-
For me it looks like this: ssh-copy-id -oPort=2222 10.10.10.10/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id...
-
Hi.On what OS and version are you trying to execute the command on? BR johan
-
Official comment Hi, Can you try and do: ssh-copy-id -oPort=xxxx [ClusterControl IP address]However, you *must* also setup password less SSH between the controller and the data nodes you wish to use in the cluste...
-
Official comment Hi, Can you send a "SHOW PROCESSLIST" or select * from information_schema.processlist where user='cmon';From one of the affected db nodes? Also what cmon version are you using? BRjohan
-
Official comment HI, The optimal value depends on how many operations should be possible to be executed concurrently and also depends on the number of data nodes, the number of mysql servers, the number of concurre...
-
Hi Pedro, Thanks for the information. Which Galera vendor (codership, percona, mariadb) did you use and what MySQL version (5.5 or 5.6) and which Centos version are you using? Best regards Johan
-
Hi, how did you delete the cluster? It should not be possible to delete a cluster until all nodes in it has been deleted, so must check if you hit a bug. BRjohan
-
Hi, Thanks for the feedback. We are adding a better install log where the error messages should be logged in plain text. Will let you know here that is completed. But did the rest of installation w...
-
Hi, we have now added better error messages if mandatory commands fails (those executed with 'remote_cmd'). You will now see e.g,: 10.30.30.31: Executing 'rpm -Uvh /tmp/MySQL-client-5.5.16-1.rhel5....
-
Hi,Unless you have other application traffic you could also do: set globlal wsrep_desync=on; on the other two galera nodes. This will take out the galera nodes from flow control. when dump complete...