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

Future Dev: Alerting Logical File Skew #562

Open
BaharF opened this issue Feb 15, 2023 · 0 comments
Open

Future Dev: Alerting Logical File Skew #562

BaharF opened this issue Feb 15, 2023 · 0 comments

Comments

@BaharF
Copy link
Collaborator

BaharF commented Feb 15, 2023

This ticket is a requirement from ASR to be build in the future.

Providing an alert on logical file skew,

  • Calculate the mean filepart size of the set
  • Calculate standard deviation of filepart sizes in the set
  • Compare standard deviation to mean filepart size
  • If one standard deviation exceeds x% (somewhere around 30-40%) of average filepart size, flag the file for poor distribution
  • If max skew (max filepart size compared to mean) exceeds x% (somewhere around 300-500%), flag the file

Creating this alert will help improving overall performance / mitigate under and over-utilization of nodes, assuming users subsequently take corrective action.

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

No branches or pull requests

1 participant