etsy / oculus

The metric correlation component of Etsy's Kale system
http://codeascraft.com/2013/06/11/introducing-kale/
Other
707 stars 72 forks source link

Redis::CommandError at /search #11

Closed apsamuel closed 11 years ago

apsamuel commented 11 years ago

Redis::CommandError at /search ERR wrong number of arguments for 'mget' command

After following the setup/installation I wind up getting this message in the web interface and thin log. It appears that an empty array is being passed to the redis function mget, however I am not sure exactly why. Any help would be much appreciated. Ruby version 1.9.3-p448 (rvm)

jonlives commented 11 years ago

@aaronpsamuel I've been looking into this and haven't been able to reproduce it yet. Will keep at it though!

jonlives commented 11 years ago

@aaronpsamuel couple of questions for you to try and dig into this a little further:

I'm wondering if this is a bug with a totally virgin install that I missed - ie if there is literally no data in ES or Skyline.

apsamuel commented 11 years ago

@jonlives -

jonlives commented 11 years ago

This has been fixed now - it was an issue with trying to fetch results from redis when there was nothing to fetch.