-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
derivative broken after upgrade to 0.10.0-0.rc1 #5474
Comments
What does your query return without the derivative?
|
with 0.10.0-0.beta2:
with 0.10.0-0.rc1:
|
@benbjohnson Could #5463 have caused this? |
@ljagiello I've been trying to reproduce this issue with a few other people here and we can't for the life of us cause it to happen. Have you made changes to the configuration file? What kind of retention policy are you using? |
Configuration is fairly standard, nothing fancy - https://gist.github.com/ljagiello/32778372df8daecc176b I test that issue with 2 different servers and it's the same behaviour. |
@ljagiello Hmm, do you have any sample raw data you can provide or a test case that reproduces it? |
I've the same issue since I upraded to rc1 : Time derivative Before all was OK |
@max3163 What version did you upgrade from? |
0.10.0-0.beta2
On 0.10.0-0.rc1:
I'm using in both cases the same database just switching influxdb binary. |
@jwilder From 0.10.beta2 |
@ljagiello @max3163 Can you show the output of |
@jwilder |
|
@max3163 @ljagiello Thanks. Can you also show me the contents of your |
My node.json contain only this line : [/var/lib/influxdb] $ cat node.json |
|
I believe this is an upgrade issue with beta2. If you both manually edit your node.json file and change the ID to 1, that might resolve it. |
@jwilder : I just made the change and now all is ok back ! Thanks for your help ! |
@jwilder It's working perfectly fine after that change. Thanks! |
Hi,
It looks like
derivative
is broken in the latest InfluxDB version (0.10.0-0.rc1)with Influxdb 0.10.0-0.beta2:
with 0.10.0-0.rc1:
The text was updated successfully, but these errors were encountered: