logoalt Hacker News

Finding zombies in our systems: A real-world story of CPU bottlenecks

23 pointsby fagnerbrackyesterday at 2:50 PM5 commentsview on HN

Comments

troelsSteegintoday at 4:07 PM

This was a nostalgic pleasure to read in contrast to all the AI implications and tools posts. That said about AI, this as a case study would make an interesting benchmark.

Especially noted that the root cause here was pegged because somebody else had blogged about it. Our "digital commons" should be valued as other than an externality. Edit: by that I think that "the internet should be free" but that commercialization through derivative work should compensate authors. That's off-topic, so, nevermind.

alain94040today at 3:25 PM

Interesting story.

I don't know anything about the Linux scheduler, but if one core out of 96 is busy chasing after those ghost allocations, why would a network thread not use one of the other 95 cores, and instead be stuck for seconds? Unless that one core is blocking the entire kernel, but then that would be a lot more visible instantly.

4fterd4rktoday at 3:57 PM

I know this is a hopelessly naive question but what is Pinterest even doing with all this AI training?

show 1 reply
mfrotoday at 3:47 PM

Jeez. Surely the ECS agent could just query for permission to join a cluster, and disable if disallowed?