← Back to team overview

linux-traipu team mailing list archive

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

 

Public bug reported:

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)

** Affects: drizzle
     Importance: Undecided
         Status: Confirmed


** Tags: broken-option slave-plugin

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

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


Follow ups

References