Hello there!
This is more a report than an issue, but here we go.
Until yesterday I was suffering with the memory leak mentioned in this pull request: https://github.com/Netflix/dynomite/pull/710. So I've upgraded 2 of my servers with v0.6.16, but after this my dynomite returns an empty string in the REST API (http://hostname:22222/info) and when I run dynomite --version also.
Here is an example:
In my second DC, where I did not upgrade dynomite yet, it appears like this:
I did the upgrade just by running the build.sh script in release's root directory.
Dont know for sure if it is a real problem or just a build/compile mistake.
That's an odd one. We just upgraded from 6.12 to 6.20 and the version continues to show fine. We re-ran the entire configure/build process as seen in the readme.
Hello there! This is more a report than an issue, but here we go. Until yesterday I was suffering with the memory leak mentioned in this pull request: https://github.com/Netflix/dynomite/pull/710. So I've upgraded 2 of my servers with v0.6.16, but after this my dynomite returns an empty string in the REST API (http://hostname:22222/info) and when I run
dynomite --version
also.Here is an example:
In my second DC, where I did not upgrade dynomite yet, it appears like this:
I did the upgrade just by running the
build.sh
script in release's root directory. Dont know for sure if it is a real problem or just a build/compile mistake.Gustavo