Péter Szilágyi
Péter Szilágyi
We've investigated this today. Found the issue, though unsure yet how to fix it. The Copy method loses some dirtyness tracking when called on a dirty statedb, so a Finalize...
No, it's not. The clean cache is pushed to disk. The dirty is not.
Could you give an example of exactly what you're trying to test and how and why you need these interfaces? Would help figure out the code a bit better.
No idea what this PR is about any more, gonna just nuke it. Prolly not important if we didn't miss it until now.
I'd gladly accept PRs ;)
Hmmm, will need to look into MIPS C/C++ toolchains too for this. Can't promise anything just yet but I'll look into it :)
Currently Go doesn't support CGO linking on MIPS64x platforms :( Relevant issues: - https://github.com/golang/go/issues/14449 - https://github.com/golang/go/issues/14126 Relevant CLs: - https://go-review.googlesource.com/#/c/19809/ - https://go-review.googlesource.com/#/c/19807/ Until these CLs get merged in I can't...
Seems 1.7 has cgo support for MIPS too. Will investigate this again.
Pling :) I've pushed in a change that should enable MIPS64 and MIPS64le support. Note, that you'll need the 1.7beta1 image at least as it's needed for CGO stuff. Also...
@polyfractal Sorry, been having some crisis at my day job + been on a holiday afterwards. Seems your import path is wrong, should be just `github.com/elastic/beats/metricbeat`