-
From the time I type ":infinite" to the time it shows up on my screen is at least a full 10 seconds. There is nothing else eating up cycles during this time. The vere process shows in top as state D…
-
According to the online documentation the system.multicall takes an array and processes every method/parameters that are passed to it, the returns an array of results of either: the return value of th…
-
Given a local server with only my script connecting where /test/path exists and /test/path/child does not, I am experiencing odd behavior with the following code:
``` ruby
require 'zk'
ZK_PATH = '/t…
-
We're running 7 instances of redis node manager in production, one per app server. There was a connection timeout with zookeeper on a few clients `ZK::Exceptions::OperationTimeOut: inputs: {:path=>"/r…
-
This may not be the fault of redis_failover, but all else being the same, when I have it enabled, my resque workers lock up on start. Here are a couple thread dumps - in the first, the worker doesn't…