[Bug 202981] databases/influxdb: update to 0.9.4
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 18 08:56:39 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202981
--- Comment #6 from cheffo at freebsd-bg.org ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list