Skip to content
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.

Build process shouldn't 'go get' the influxdb client #875

Closed
dneuman64 opened this issue Dec 15, 2015 · 1 comment
Closed

Build process shouldn't 'go get' the influxdb client #875

dneuman64 opened this issue Dec 15, 2015 · 1 comment
Assignees
Milestone

Comments

@dneuman64
Copy link
Member

It looks like when we are building traffic stats, we do a go get -v which appears to have caused issues with influxdb. With traffic stats 1.3.0 RC3, when data is written to infuxdb (0.9.4.2) it has an incorrect timestamp. I have seen this before and it was related to using a version of the client that was ahead of the currently installed influxdb version. I know there isn't a good way to tell go get to use a certain version, but maybe we should handle this differently? The Influxdb client appears to be backward compatible (the 0.9.3 version of the client works with 0.9.4.2) so maybe we should handle this manually and identify a minimum version supported.

@dneuman64 dneuman64 added this to the 1.4.0 milestone Dec 15, 2015
@dneuman64 dneuman64 assigned dantian and dangogh and unassigned dantian Dec 15, 2015
@dangogh
Copy link
Contributor

dangogh commented Dec 15, 2015

we'll need to discuss the best way to handle this..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants