v-server change needs to trigger evaluation and persisiting of load stats #79
Labels
No labels
ActivityPub
advanced features
basic functionality
bug
DHT
evaluation
refactoring
security
test case
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: schmittlauch/Hash2Pub#79
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
problem szenario
In the middle of a load-eval wait period, a VS is moved form slice A to slice B.
That means slice A recieves load for ~= period/2 and slice B receives load for ~= period/2, but at load evaluation their load is divided by period, effectively halving the recorded load of the tag. That is especially important for reporting the load of the newly acquired tag, as that starts to increas just after joining anyways.
solution idea
Once a new VS is joined, trigger a new load evaluation to finish the period in which vs B was not active and start a period in which vs B is active.
potential problems
idea: also record load collection period in the load stats, use it as weight for averaging