← Back to team overview

linux-traipu team mailing list archive

[Bug 956200] Re: slave config file option max-reconnects doesn't work

 

The linked branch makes io-thread-sleep and seconds-between-reconnects
per-master options, so
http://docs.drizzle.org/replication/appliers/slave/configuration.html#configuring-a-slave
will need to be updated.

-- 
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