author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Jul 2014 12:15:23 +0000 (14:15 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Jul 2014 12:15:23 +0000 (14:15 +0200) | ||
commit | 9f6f901889d4c9f594b5ae1fd0f449fcdd2d8fe3 | |
tree | 609db969ab87775830f56823e5393a049b2f5eeb | tree | snapshot |
parent | 07e4683f7f985668641d79137b64d148bc18ba8a | commit | diff |
utils_vl_lookup: Fixed a race when creating user objects.
This could cause multiple aggregation instances to be created in the
aggregation plugin when first writing data to the plugin. This, in turn, led
to "value too old" warnings because subsequently all data was submitted twice.
Thanks to @faxm0dem for reporting this in GH #535.
This could cause multiple aggregation instances to be created in the
aggregation plugin when first writing data to the plugin. This, in turn, led
to "value too old" warnings because subsequently all data was submitted twice.
Thanks to @faxm0dem for reporting this in GH #535.
src/aggregation.c | diff | blob | history | |
src/utils_vl_lookup.c | diff | blob | history |