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

Dicussion: monitor network usage by ourselves and manage it #7093

Closed
lmatz opened this issue Dec 28, 2022 · 1 comment
Closed

Dicussion: monitor network usage by ourselves and manage it #7093

lmatz opened this issue Dec 28, 2022 · 1 comment
Assignees

Comments

@lmatz
Copy link
Contributor

lmatz commented Dec 28, 2022

In #7002 and also per the discussion on Slack https://risingwave-labs.slack.com/archives/C048NM5LNKX/p1672121457286999, try to generate more discussion here.

In short, we speculate that #7002 occurs because network usage exceeds certain limits.

As suggested by @zwang28, AWS EC2 has network limits and in particular, EC2 can exceed network limits with even low average network utilization if there are a lot of micro-bursts: https://aws.amazon.com/premiumsupport/knowledge-center/ec2-instance-exceeding-network-limits/, which leads to the question whether we should monitor network statistics by ourselves.

Besides, both getting state/data from S3, shuffling among multiple compute nodes and reading from external sources all consume the network, which suggests we need to manage the network in a unified way to avoid too much network usage happening?

@github-actions github-actions bot added this to the release-0.1.16 milestone Dec 28, 2022
@zwang28
Copy link
Contributor

zwang28 commented Dec 28, 2022

which leads to the question whether we should monitor network statistics by ourselves.

Just learned that we have already made use of prometheus/node_exporter. It has done these monitoring works.

@fuyufjh fuyufjh closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2023
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

No branches or pull requests

3 participants