linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #04586
[Bug 956223] Re: Unknown slave config file options crash Drizzle
Hingo,
Although I have yet to try and reproduce this, I have not seen any fixes
come through for it, nor have I put in a fix myself. I think changing it
to Fix Released is incorrect here. Invalid would be more correct if you
are unable to reproduce the crash.
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/956223
Title:
Unknown slave config file options crash Drizzle
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Fix Released
Bug description:
Wrong, bad, unknown, misplaced, etc. config file options in a slave
config file cause the slave plugin to crash Drizzle at startup.
To reproduce:
1. Use a config file like:
seconds-between-reconnects=5
max-reconnects=2
[master1]
master-host=127.0.0.1
master-user=slave1
master-pass=foo
master-port=3001
(max-reconnects is misplaced).
2. Start Drizzle and observe it fold like a lawn chair:
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::program_options::unknown_option> >'
what(): unknown option max-reconnects
120315 11:15:35 - drizzled got signal 6;
Suggested fix: catch errors, print errors, let Drizzle start.
Workaround: fix the slave config file.
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/956223/+subscriptions
References