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

[BUG] Multiple instance of identical tanomaly on the same redis replicaset #168

Closed
HugoSoszynski opened this issue Mar 10, 2020 · 1 comment
Assignees
Labels
bug Something isn't working important
Milestone

Comments

@HugoSoszynski
Copy link
Contributor

Describe the bug
Given that you have:

  • multiple machines
  • a REDIS instance of the same replicaset on each machine
  • a replicated tanomaly instance on each machine
    The tanomaly instances fetch data from the same list in REDIS at different time intervals thus corrupting results.

Expected behavior
All tanomaly MUST be able to push data into the REDIS list.
Only the tanomaly on the same machine as the MASTER REDIS replica fetch the data for processing.

Additional context
This can be easily tested in a Vulture4 cluster and will be used inside of it.

@frikilax
Copy link
Member

resolved in #172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working important
Projects
None yet
Development

No branches or pull requests

2 participants