Comment 2 for bug 1417278

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

Reviewed: https://review.openstack.org/153554
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=e16dbad8ef6219f49eac6be7503baa7a6f9c3b03
Submitter: Jenkins
Branch: master

commit e16dbad8ef6219f49eac6be7503baa7a6f9c3b03
Author: Lena Novokshonova <email address hidden>
Date: Fri Feb 6 16:24:01 2015 +0400

    Fix duplication in sinks names

    When we have sinks with duplicated names, problem occurs: names
    conflict and we get only one measurment. This patchset will fix
    it, if sinks have duplicated names, PipelineException raises.

    Change-Id: I68cb3fd635b0d4cd63be9da3385cb64e0326e558
    Closes-bug: 1417278