Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #182: Last is always null #1

Closed
wants to merge 1 commit into from
Closed

Conversation

psytra
Copy link
Owner

@psytra psytra commented Apr 10, 2015

I've stumbled over this problem when fiddling around with the multi-axes feature.
So.. Here's a fix for Issue facette#182.

Vincent, feel free do dump this PR if you already have a better idea.
The commit message doesn't mention the issue in ziutek/rrd#13, as even if this gets fixed, cached RRD writes will not show up as last entry reliably.

Especially with asynchronous writing to RRD files, plot won't be able to
get the latest data. Instead the graph will end some seconds before. Now,
the "last" value is actually the last value shown in the graph.
But as the code show

Especially with asynchronous writing to RRD files, plot won't be able to
get the latest data. Instead the graph will end some seconds before. Now,
the "last" value is actually the last value shown in the graph.
@psytra psytra closed this Apr 10, 2015
@psytra psytra deleted the LastAlwaysNull branch April 10, 2015 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant