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

Fix for per node allocation strategy #5

Merged
merged 9 commits into from
Jan 5, 2024

Conversation

matej-g
Copy link

@matej-g matej-g commented Jan 5, 2024

Description:
Fixing the reported issue with per node allocation strategy, where after adding / removing nodes the TA stopped assigning targets to collectors.

This was caused primarily by an issue in the watcher, where the node name is not always available, causing the node name to miss from the collector configuration, in turn causing the misconfiguration in TA and failure to assign targets. This is being fixed by restarting the watcher to ensure we wait until the node name is available in the spec of the collector.

Link to tracking Issue: https://coralogix.atlassian.net/browse/ES-178

Testing: Manually

Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
Signed-off-by: Matej Gera <matejgera@gmail.com>
@matej-g matej-g merged commit abe05c5 into coralogix:main Jan 5, 2024
22 of 28 checks passed
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

Successfully merging this pull request may close these issues.

2 participants