Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 533 forks source link

Release v0.6.16 does not show version #718

Open gustavoantao opened 5 years ago

gustavoantao commented 5 years ago

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:

image

image

In my second DC, where I did not upgrade dynomite yet, it appears like this:

image

image

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

mcouillard commented 4 years ago

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.