Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 08:56:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202981] databases/influxdb: update to 0.9.4
Message-ID:  <bug-202981-13-cQjxEgm0up@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202981-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202981-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202981

--- Comment #6 from cheffo@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202981-13-cQjxEgm0up>