Skip to content

Gearman::ProtocolError invalid magic #36

@tamoyal

Description

@tamoyal

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions