Skip to main content
Question

Zeus configuration cache is not created; try again later

  • January 11, 2019
  • 3 replies
  • 2343 views

Forum|alt.badge.img+3
When trying to use the allssh "manage_ovs ...." I get the above error.

As I understand it Zeus and Zookeeper are close friends(as one would expect). Zookeeper implements the cluster configuration information while Zeus is used by other cluster components to access it?

Somewhere I read that when you manually add a new node to a cluster Zookeeper on that new node is not active?

Any information would be appreciated (even rabbit holes). thx.
This topic has been closed for replies.

3 replies

Forum|alt.badge.img+3
  • Author
  • Outrider
  • 75 replies
  • January 11, 2019
Also, doing a cluster status shows every one up and awake.

Forum|alt.badge.img+6
  • Trendsetter
  • 57 replies
  • January 14, 2019
Zookeeper runs on either three or five nodes, depending on the redundancy factor that is applied to the cluster. If you already have three (or five) Zookeeper instances running and add even more nodes, IMHO Zookeper does not need to be active on those.

Forum|alt.badge.img+3
  • Author
  • Outrider
  • 75 replies
  • January 14, 2019
Thank you.