MeltwaterArchive / dropwizard-extra

A set of miscellaneous and common Dropwizard utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curator hangs /healthcheck if zookeeper target is down

esiqveland opened this issue · comments

Using this config, I am unable to get a response from the /healthcheck url if the zookeeper instance is down

# zookeeper curator
curator:
  ensemble:
    hosts:
      - zkdev
    port: 2181
    sessionTimeout: 30 seconds
    namespace: /dev
  maxRetries: 5
  backOffBaseTime: 2 seconds
  compression: gzip

Nvm, it just hangs for a really long time :-)