← Back to team overview

linux-traipu team mailing list archive

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

 

** Changed in: drizzle
   Importance: Undecided => Medium

** Changed in: drizzle
       Status: Confirmed => In Progress

** Changed in: drizzle
     Assignee: (unassigned) => Daniel Nichter (daniel-nichter)

** Changed in: drizzle
    Milestone: None => 7.2.1

-- 
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:
  In Progress

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