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
@tylertreat right, it violates cgo pointer rules rules, which have always been there but now have runtime checks in Go 1.8.
Can upstream make a comment on this? It seems this bug pretty much makes the lmdb backend for the raft package unusable with Go 1.8 (and the lmdb backend is the recommended one).
@tylertreat if it's not anymore, I'd say the raft README should be updated:
"To prevent complications with cgo, the primary backend MDBStore is in a separate repository, called raft-mdb. That is the recommended implementation for the LogStore and StableStore."
go version:
[root@node-65-76 nvme]# go version
go version go1.8.1 linux/amd64
The text was updated successfully, but these errors were encountered: