You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have been looking for a solution like yours for some time now. currently on my tests I am having this problem that the APP does not close some files it opens.
I have had the application running since yesterday. check this out:
# cat /etc/app1.cnf
[server default]
# mysql user and password
user=root
password=6U6hRVrFsnnA5ZgD
ssh_user=root
# working directory on the manager
manager_workdir=/var/log/masterha/app1
# working directory on MySQL servers
remote_workdir=/var/log/masterha/app1
manager_log=/var/log/masterha/app1/replication_check.log
[server1]
hostname=host1
master_binlog_dir=/var/lib/mysql/data
[server2]
hostname=host2
master_binlog_dir=/var/lib/mysql/data
Why do you think the Application would do suck a thing?
Regards and thanks
Abel
The text was updated successfully, but these errors were encountered:
Hi,
I have been looking for a solution like yours for some time now. currently on my tests I am having this problem that the APP does not close some files it opens.
I have had the application running since yesterday. check this out:
Then this is how many files the software is using right now:
lsof also show what those files are:
My config is as follows:
Why do you think the Application would do suck a thing?
Regards and thanks
Abel
The text was updated successfully, but these errors were encountered: