I'm looking for a little bit of direction before I start digging into this. I'm currently getting a lot of these errors on the line raise ProtocolError, "Invalid magic '#{magic}'" unless magic == "\0RES" inlib/gearman/connection.rb:115#read_response
A few examples:
Invalid magic 'alho'
Invalid magic 't:74'
Invalid magic '�H:'
Invalid magic '29R'
Invalid magic 'ocal'
Invalid magic 'ost:'
Invalid magic '�'
There's some jumbled up localhost up there if that helps. Any idea if this could be an error on my end or if this is likely something in Gearman Ruby? I'm using the Gearman Ruby client, the Gearman Java server (also written by you), and Yelp's python gearman for my python workers. Any direction would be much appreciated . @johnewart !
I'm looking for a little bit of direction before I start digging into this. I'm currently getting a lot of these errors on the line
raise ProtocolError, "Invalid magic '#{magic}'" unless magic == "\0RES"inlib/gearman/connection.rb:115#read_responseA few examples:
Invalid magic 'alho'Invalid magic 't:74'Invalid magic '�H:'Invalid magic '29R'Invalid magic 'ocal'Invalid magic 'ost:'Invalid magic '�'There's some jumbled up localhost up there if that helps. Any idea if this could be an error on my end or if this is likely something in Gearman Ruby? I'm using the Gearman Ruby client, the Gearman Java server (also written by you), and Yelp's python gearman for my python workers. Any direction would be much appreciated . @johnewart !