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

Startup of dynamic sidecar #6859

Open
Tracked by #1327
sanderegg opened this issue Nov 28, 2024 · 4 comments
Open
Tracked by #1327

Startup of dynamic sidecar #6859

sanderegg opened this issue Nov 28, 2024 · 4 comments
Assignees
Labels
a:dynamic-sidecar dynamic-sidecar service a:infra+ops maintenance of infrastructure or operations (discussed in retro)
Milestone

Comments

@sanderegg
Copy link
Member

sanderegg commented Nov 28, 2024

The dynamic sidecar in autoscaled nodes appears to take 10-15 seconds to start.
We want to understand why and if we can change that.

@sanderegg sanderegg transferred this issue from ITISFoundation/osparc-issues Nov 28, 2024
@sanderegg sanderegg added a:infra+ops maintenance of infrastructure or operations (discussed in retro) a:dynamic-sidecar dynamic-sidecar service labels Nov 28, 2024
@sanderegg sanderegg added this to the Event Horizon milestone Nov 28, 2024
@sanderegg sanderegg changed the title Startup of dynamic sidecar [YH & SAN] Startup of dynamic sidecar Nov 28, 2024
@YuryHrytsuk
Copy link
Contributor

Hot buffers on AWS Master trial #1

dy-sidecar was healthy after 8 seconds
The container was created in 1-2 seconds, and rest 6 seconds it took for healthcheck to pass (container was in running state)

@YuryHrytsuk
Copy link
Contributor

YuryHrytsuk commented Nov 28, 2024

War buffer on aws master trial 1

node ready at 15:46

container created at 16:16
container started at 16:17

container is running / healthy at 16:25

@YuryHrytsuk
Copy link
Contributor

YuryHrytsuk commented Dec 2, 2024

Issue similar to what we have once we undrain the node and occasionally it is stuck doing nothing for ~30 seconds

@sanderegg
Copy link
Member Author

sanderegg commented Dec 16, 2024

Here is a link to something that could be linked to it:
moby/moby#39518

Interesting link to the check_config.sh script: https://blog.hypriot.com/post/verify-kernel-container-compatibility/
As proposed in the linked issue, I ran

wget https://github.com/moby/moby/raw/master/contrib/check-config.sh
chmod +x check-config.sh
sudo ./check-config.sh

This returned everything OK but:

- CONFIG_MEMCG_SWAP: missing
    (cgroup swap accounting is currently enabled)

this is optional, so probably ok

and

 - "zfs":
    - /dev/zfs: present
    - zfs command: missing
    - zpool command: missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:dynamic-sidecar dynamic-sidecar service a:infra+ops maintenance of infrastructure or operations (discussed in retro)
Projects
None yet
Development

No branches or pull requests

2 participants