You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZooKeeperProxy's waitUntilPropogated probably does not need to wait 1/2 a minute - it's making the test cases run slow because we spend at least a minute in Thread.sleep(). i move we change the time to something more reasonable, like 5 seconds.
The text was updated successfully, but these errors were encountered:
So the problem is that this needs to be the same as the connection timeout for zookeeper. We could use a different time out for the test zookeeper (since the tests will be be running on the same machine as zookeeper). However, I don't think we want to decrease the default timeout for zookeeper proxy as lower timeouts tend to break experiments.
ZooKeeperProxy's waitUntilPropogated probably does not need to wait 1/2 a minute - it's making the test cases run slow because we spend at least a minute in Thread.sleep(). i move we change the time to something more reasonable, like 5 seconds.
The text was updated successfully, but these errors were encountered: