You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# github.com/hashicorp/consul/agent/consul
src/github.com/hashicorp/consul/agent/consul/server.go:584:3: cannot use s.logger (type *log.Logger) as type hclog.Logger in field value:
*log.Logger does not implement hclog.Logger (missing Debug method)
The text was updated successfully, but these errors were encountered:
Howdy @onlyjob, thank you for bringing this to our attention.
In the more recent versions of Raft we were able to update the Raft logger to use hclog. Because of this we made this update in Consul so it could work with Raft's hclogs. Please update Consul and it should be able to work with the updated Raft version.
Thank you. Cherry-picking 5f57b95 fixed the FTBFS with raft v1.1.2 - very helpful.
As for upgrading Consul, I'd very much like to do that but lack of harmony in Hashicorp ecosystem holds the progress back: hashicorp/nomad#6785. Because of this issue with Nomad I can not upgrade Consul 1.5.2 in Debian...
Currently Consul 1.5.2 FTBFS with github.com/hashicorp/raft v1.1.2 as follows:
The text was updated successfully, but these errors were encountered: