michealzh / mysql-master-ha

Automatically exported from code.google.com/p/mysql-master-ha
0 stars 0 forks source link

Wrong error message when a new version of Log::Dispatch installed #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
  Install a later version of Log::Dispatch

What is the expected output? What do you see instead?
  The error we get when we use switch master is
  Sun Nov 11 05:15:09 2012 - [info] MHA::MasterRotate version 0.53.
  Sun Nov 11 05:15:09 2012 - [info] Starting online master switch..
  Sun Nov 11 05:15:09 2012 - [error][/usr/lib/perl5/vendor_perl /MHA/ManagerUtil.pm, ln178] Got ERROR: Use of uninitialized value in   scalar chomp at /usr/lib/perl5/vendor_perl/MHA/ManagerConst.pm line 90.

What version of the product are you using? On what operating system?
0.53 Redhat linux 5.6

Please provide any additional information below.
  When we try to failover and there is a newer version of the module (Log::Dispatch) installed the error message is not helpful. 

Original issue reported on code.google.com by mkir...@gmail.com on 11 Nov 2012 at 12:16

GoogleCodeExporter commented 8 years ago
This is a known issue and fixed in the GitHub branch 
(https://github.com/yoshinorim/mha4mysql-manager) and upcoming 0.54 release 
that will be released soon.

Original comment by Yoshinor...@gmail.com on 12 Nov 2012 at 12:47