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

[BUG] fail to use custom configurations for coordinator #4329

Open
thweetkomputer opened this issue Nov 20, 2024 · 4 comments
Open

[BUG] fail to use custom configurations for coordinator #4329

thweetkomputer opened this issue Nov 20, 2024 · 4 comments
Labels

Comments

@thweetkomputer
Copy link

Describe the bug
The coordinator's resource configuration is hard-coded. Users fail to use custom configurations.

image

To Reproduce

import graphscope

session = graphscope.session(
			k8s_coordinator_cpu=1)

Then use kubectl to describe the coordinator pod, the CPU is still the default value(0.5)

Expected behavior
The CPU should be 1

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • GraphScope version: [0.29.0]
  • OS: Ubuntu
  • Version 22.04
  • Kubernetes Version [v1.30.2]

Additional context
Add any other context about the problem here.

Copy link

welcome bot commented Nov 20, 2024

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly!
Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

@siyuan0322
Copy link
Collaborator

Yeah I thought this coordinator shouldn't cause much user attention, so for simplicity it's hardcoded. Any scenario that needs to customize:

@thweetkomputer
Copy link
Author

Yeah I thought this coordinator shouldn't cause much user attention, so for simplicity it's hardcoded. Any scenario that needs to customize:

Hi Siyuan, I tried the kgs dataset on LDBC(https://ldbcouncil.org/benchmarks/graphalytics/). I used pandas to read the data and load the data through pandas, there is an OOM in the coordinator pod. I changed the memory of the coordinator to 2Gi and it's working now.

@github-actions github-actions bot added the stale label Dec 12, 2024
Copy link
Contributor

/cc @yecol @sighingnow, this issus/pr has had no activity for a long time, please help to review the status and assign people to work on it.

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