Update databases/influxdb to 0.9.3, as well as all its dependencies contained within the Makefile.
Created attachment 160850 [details] update influxdb to 0.9.3, bump dependencies
Created attachment 160851 [details] poudriere bulk log for influxdb-0.9.3 influxdb-0.9.3 tests fine in poudriere
Created attachment 161077 [details] update influxdb to 0.9.4, bump dependencies Update to 0.9.4, adds a few stats features
Created attachment 161099 [details] update influxdb to 0.9.4, bump dependencies, redirect logs - updates influxdb to 0.9.4 - bump dependencies where possible - redirect logs to /var/run/influxdb/influxdb.log
I've tested https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161099 and it LGTM
sorry I had some problems with upgrading my build infrastructure, but now OK. There is a 9.4.1 release: Fix race in cluster RPC serialization Point was accessed from multiple goroutines and there was a race on the the internal cachedFields and cachedName fields. Accessing these fields is unnecessary work as it requires the point to be unmarshal into Go types and then remarshaled back into protbuf types. Instead, just send the line protocol version already available on the point via the protobuf. This avoid accesssing these cached fields and eliminates some extra work. Possible fix for #4069 I'll work on patch based on your update.
Created attachment 161337 [details] patch to upgrade influxdb to latest stable version 0.9.4.1
Created attachment 161338 [details] poudriere testport output for influxdb-0.9.4.1
Created attachment 161339 [details] poudriere portlint output for influxdb-0.9.4.1
Patch to upgrade influxdb to latest stable version 0.9.4.1 (8.66 KB, patch) approved by maintainer. Thanks!
Thanks, I'm currently taking it for a test spin.
A commit references this bug: Author: swills Date: Wed Sep 30 14:25:11 UTC 2015 New revision: 398216 URL: https://svnweb.freebsd.org/changeset/ports/398216 Log: databases/influxdb: update to 0.9.4.1 PR: 202981 Submitted by: cheffo@freebsd-bg.org (maintainer) Changes: head/databases/influxdb/Makefile head/databases/influxdb/distinfo head/databases/influxdb/files/influxd.in
Committed with one slight change (added / after log dir in init script, just in case). Thanks!