Re: Riak in Docker - Error folding keys - incomplete_hint

2015-10-22 Thread Toby Corkindale
Quick follow-up: As a bit of a hack, deleting all the .hint files prior to each start-up does resolve the errors, and immediately results in a whole lot of Bitcask merges happening. But that doesn't strike me as a good long-term fix. On Fri, 23 Oct 2015 at 10:52 Toby Corkindale wrote: > Hi Hecto

Re: Riak in Docker - Error folding keys - incomplete_hint

2015-10-22 Thread Toby Corkindale
Hi Hector, You can see the Dockerfile here: https://gist.github.com/TJC/cb3184705bc0eacde885 It's a work in progress, but also, not that involved. Ubuntu 14.04 is used as both the docker host, and the docker container. It's on the btrfs storage driver. (I've had too many issues with the other two

Re: Riak in Docker - Error folding keys - incomplete_hint

2015-10-22 Thread Hector Castro
Can't say I've paid enough attention to the logs in my single-machine Riak within Docker setups to confirm. Do you have the container image definitions somewhere public? That may help someone reproduce the issue. Also, did you ensure that the Riak data directory is setup as a Docker volume? Other