Skip to content

Instantly share code, notes, and snippets.

@gingerlime
Created January 11, 2015 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gingerlime/6561cc9b41eb55c50e9c to your computer and use it in GitHub Desktop.
Save gingerlime/6561cc9b41eb55c50e9c to your computer and use it in GitHub Desktop.
sidekiq redis connection errors
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/connection/ruby.rb:55:in `rescue in _read_from_socket'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/connection/ruby.rb:48:in `_read_from_socket'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/connection/ruby.rb:41:in `gets'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/connection/ruby.rb:273:in `read'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:238:in `block in read'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:226:in `io'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:237:in `read'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:102:in `block in call'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:207:in `block (2 levels) in process'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:329:in `ensure_connected'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:197:in `block in process'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:279:in `logging'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:196:in `process'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:102:in `call'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:185:in `block in call_with_timeout'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:253:in `with_socket_timeout'
2015-01-11T16:02:16.656Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis/client.rb:184:in `call_with_timeout'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis.rb:1059:in `block in _bpop'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis.rb:37:in `block in synchronize'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /usr/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis.rb:37:in `synchronize'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis.rb:1056:in `_bpop'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/redis-3.1.0/lib/redis.rb:1101:in `brpop'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/fetch.rb:102:in `block in retrieve_work'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/connection_pool-2.1.0/lib/connection_pool.rb:58:in `with'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq.rb:72:in `redis'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/fetch.rb:102:in `retrieve_work'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/fetch.rb:37:in `block in fetch'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/util.rb:15:in `watchdog'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/fetch.rb:33:in `fetch'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/sidekiq-3.3.0/lib/sidekiq/fetch.rb:44:in `block (2 levels) in fetch'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/celluloid-0.16.0/lib/celluloid/actor.rb:357:in `block in task'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/celluloid-0.16.0/lib/celluloid/tasks.rb:57:in `block in initialize'
2015-01-11T16:02:16.657Z 11444 TID-42mh0 ERROR: /var/local/deployment/vendor/bundle/ruby/2.2.0/gems/celluloid-0.16.0/lib/celluloid/tasks/task_fiber.rb:15:in `block in create'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment