Version 2.4.0
Param to skip exception handling setup in addServer/addServers in GearmanClient class
Addressing issue #59 in wcgallego/pecl-gearman
In 2013, a patch was introduced in the core libgearman code to do checks for connections to the GearmanD daemon. In doing so, the libgearman function gearman_client_set_server_option now does a connection to the GearmanD daemon, breaking the contract that GearmanClient::addServer and addServers does not do any connection work, but simply adds the host names to an array.
If the host cannot be reached, this will throw an exception.
This patch makes it optional to skip the exception handling code here and to attempt making the connections as needed when actual work needs to be done.
sudo dnf upgrade --refresh --advisory=FEDORA-2018-bfc96e1fd1
Please login to add feedback.
This update has been submitted for testing by remi.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for batched by remi.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.