[astute] Prevent endless connection attempts to mcollective

Bug #1353303 reported by Vladimir Sharshov
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Committed
Medium
Vladimir Sharshov

Bug Description

Prevent endless connection attempts to mcollective in Astute. Instead of it just raise error after several attempts. This behavior provide more user friendly behavior.

Before:

   Retrying RPC client instantiation after exception <ex>
   Retrying RPC client instantiation after exception <ex>
   Retrying RPC client instantiation after exception <ex>
   ....
   Retrying RPC client instantiation after exception <ex>
   <end only if manually kill process>

Now:

   Retrying RPC client instantiation after exception <ex>
   Retrying RPC client instantiation after exception <ex>
   Retrying RPC client instantiation after exception <ex>
   <exception>

Tags: astute
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-astute (master)

Fix proposed to branch: master
Review: https://review.openstack.org/112257

Changed in fuel:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-astute (master)

Reviewed: https://review.openstack.org/112257
Committed: https://git.openstack.org/cgit/stackforge/fuel-astute/commit/?id=1ab3bdcf5eb0ebf722a463d8c70891a004965e16
Submitter: Jenkins
Branch: master

commit 1ab3bdcf5eb0ebf722a463d8c70891a004965e16
Author: Vladimir Sharshov <email address hidden>
Date: Wed Aug 6 13:28:38 2014 +0400

    Prevent endless connection attempts to mcollective

    Instead of endless fail show user error and raise exception

    Change-Id: I6293842ae14c60a775bb2600f0f667cfffe5f4bf
    Closes-Bug: #1353303

Changed in fuel:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.