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

Agent need restart to correctly fill the nodes table #5

Open
aletundo opened this issue Apr 7, 2022 · 0 comments
Open

Agent need restart to correctly fill the nodes table #5

aletundo opened this issue Apr 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@aletundo
Copy link
Collaborator

aletundo commented Apr 7, 2022

The package nodestbl.go is used for handling the information about the other nodes in the network, such as the max rate limits and the address and port of the relative HAProxy server instance.

The agent needs to be restarted after the deployment (and I guess also undeployment...) of the functions. Otherwise, the table content is not updated and empty/bad messages are sent to the other peers (since the table entries are invalid or outdated).

N.B.: the nodes table is currently used by our naive load distribution algorithm. In future versions, a new algorithm implementation may not need this package, and this issue can be closed without a fix.

@aletundo aletundo added the bug Something isn't working label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant