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

Events gets missed in case when node goes to suspended mode or goes down #8609

Open
ramya-c3 opened this issue Dec 18, 2024 · 1 comment
Open
Labels

Comments

@ramya-c3
Copy link

Environment info
NooBaa Version: 4.18
Platform: standalone

Actual behavior

NOTIFICATION_LOG_DIR is configurable if it is configured to local node then if that particular node goes down/suspended then the events will be lost. or incase if the events gets triggered then also events will be lost before it reaches the destination

NOTIFICATION_LOG_DIR; /usr/local/noobaa-core/node/bin/node /usr/local/noobaa-core/src/cmd/manage_nsfs.js notification

Expected behavior

  1. In case of HA the events should be available on the other node without missing the events

Steps to reproduce
More information - Screenshots / Logs / Other output

@ramya-c3 ramya-c3 added the NS-FS label Dec 18, 2024
@alphaprinz
Copy link
Contributor

I'm sorry, but this scenario does not make sense.
A node does not send notifications.
The notificator, which is a manage_nsfs cli action, sends the notifications.
The notificator will process all of the available files in the given NOTIFICATION_LOG_DIR.

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

No branches or pull requests

2 participants