linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #05034
[Bug 956200] Re: slave config file option max-reconnects doesn't work
** Changed in: drizzle
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/956200
Title:
slave config file option max-reconnects doesn't work
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Fix Committed
Bug description:
max-reconnects specified in the slave config file does not work. It
seems the code only uses the default 10.
To reproduce:
[master1]
master-user=slave1
master-pass=wrong_password
max-reconnects=2
Start slave, see in error log:
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
Replication slave: Access denied for user 'slave1' (using password: YES)
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/956200/+subscriptions
References