aodh/ceilometer/dispatcher
Rohit Jaiswal 7e5a6711ce Enable collector to requeue samples when enabled
If an exception is reported by the storage layer,
the dispatcher logs the error but does not
propagate it. Stevedore plugin framework also does
not propagate the exception back to the caller.

The sample is not requeued since collector does
not get the exception and returns a Handled
NotificationResult. This fix raises the exception
in the database dispatcher and enables Stevedore
to propagate exceptions to the collector.

Change-Id: I341ad92df050bf0f474b07c3f27c68cdb4f4e59b
Closes-Bug: 1433881
2015-03-19 17:09:46 -07:00
..
__init__.py Enable collector to requeue samples when enabled 2015-03-19 17:09:46 -07:00
database.py Enable collector to requeue samples when enabled 2015-03-19 17:09:46 -07:00
file.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
http.py Merge "add ability to dispatch events to http target" 2015-03-18 21:14:45 +00:00