Comment 3 for bug 1584083

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to gnocchi (master)

Reviewed: https://review.openstack.org/322834
Committed: https://git.openstack.org/cgit/openstack/gnocchi/commit/?id=8932aad1c3fa95c9ee901aab2b5c2f089a020312
Submitter: Jenkins
Branch: master

commit 8932aad1c3fa95c9ee901aab2b5c2f089a020312
Author: Julien Danjou <email address hidden>
Date: Mon May 30 15:53:18 2016 +0200

    metricd: only retry on attended errors and print error when coordinator fails

    Currently, `retrying' retry on every error raised by either the storage or
    indexer. Explicitely retry on what is expected to be failing, and not on random
    errors. Also print a log indicating something is wrong.

    Change-Id: I7d3e94cf94a22dcc08fb529537f10758db7d58ca
    Closes-Bug: #1584083