Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynomite cluster without using dynomite-manager #795

Open
guru1306 opened this issue Jun 14, 2021 · 4 comments
Open

Dynomite cluster without using dynomite-manager #795

guru1306 opened this issue Jun 14, 2021 · 4 comments

Comments

@guru1306
Copy link

guru1306 commented Jun 14, 2021

Hi All

We are trying to build a highly available Dynomite+Redis Cluster (for Conductor persistence) on native Linux machines.

We want basic failure handling when Dynomite+Redis server nodes go down and come back. Does the support exist out of the box ? In some discussions, it was suggested that Dynomite-manager is mandatory for Dynomite cluster to operate, and that Dynomite-manager currently is supported only on AWS.

Is it possible to run the cluster without Dynomite manager in a configuration with (DC=1, RF=3, 1 server in a rack) in a local private datacenter on Linux machines?

Thanks
Guru

@guru1306 guru1306 changed the title Dynomite in a kubernetes cluster Dynomite cluster without using dynomite-manager Jun 16, 2021
@kaplingat
Copy link

+1. We too are looking for the same.

The discussion here seems to indicate that dynomite-manager is required for implementing a highly available Dynomite cluster (i.e. where nodes can go down and rejoin). Is this still true? The docs do not seem to be very clear on this.

@ipapapa
Copy link
Contributor

ipapapa commented Jun 25, 2021

Dynomite-manager is not needed to run Dynomite. Dynomite can run standalone. However, if you are thinking of a system that provides the features listed in the readme you will need Dynomite manager. Dynomite provides a number of Rest APIs to create your own lighweight sidecar.

@guru1306
Copy link
Author

Thanks @ipapapa . Does this mean when a server in a rack restarts it can catch the lost writes without Dynomite manager?

@artarik
Copy link

artarik commented May 26, 2023

Nope. If you stop-start dynomite-node it lost changes which was created while node was offline. The same situation happiness if your node has network problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants