Page MenuHomePhabricator

staging.webrequest.page_view.dev0 taking up most space on kafka-jumbo
Closed, ResolvedPublic

Description

2026-06-14-084703_2526x1009_scrot.png (2,526×1,009 px, 116 KB)

  • Rootcause: A staging topic on kafka-jumbo was created with an insufficient/default number of partitions for its size, leading to three brokers (the replication factor) filling up their filesystem
  • Mitigation: me and @ABran-WMF have mitigate the issue by extending the vg, though a proper fix is of course needed

on kafka-jumbo1012 / kafka-jumbo1015 / kafka-jumbo1018

sudo lvextend -r -L +3T /dev/vg1/srv

incident doc: https://docs.google.com/document/d/1PrMCQ4W1Li1VQ3SaGIokp1PQ3gPvy3n7UAhgHJol0IA/edit?tab=t.0

Event Timeline

fgiunchedi triaged this task as Unbreak Now! priority.Jun 14 2026, 6:49 AM

Sorry about that. This is a new application we are working on, I was testing it with real traffic and left it running. It produces around 8% of the webrequest_frontend_text traffic, so I didn't expect it to grow a lot inside the Kafka cluster, but the topic was automatically created with only 1 partition (replica 3), making it grow on only 3 brokers.

It's ok to clean or remove the topic, or stop the application, it's a staging release under development.

We'll talk on Monday about ways of avoiding this situation.

@JMonton-WMF Hi! Could you please stop the application? I am not sure which one it is :)

After that we'll clear the topic to regain space.

MLechvien-WMF lowered the priority of this task from Unbreak Now! to Needs Triage.Jun 15 2026, 8:15 AM
MLechvien-WMF triaged this task as Unbreak Now! priority.EditedJun 15 2026, 8:17 AM
MLechvien-WMF subscribed.

Incident was only mitigated by expanding filesystem but full rootcausing and resolution is needed, so keeping UBN priority and triaging to relevant teams

fgiunchedi lowered the priority of this task from Unbreak Now! to Medium.Jun 15 2026, 9:19 AM

Issue has been fixed, though I'm not sure how / by whom

2026-06-15-111849_3780x1773_scrot.png (3,780×1,773 px, 115 KB)

I believe @brouberol reduced the retention of the topic yesterday afternoon, which reduced the storage.
I stopped the application a few hours ago, and I believe @brouberol has removed the topic.

fgiunchedi claimed this task.

I believe @brouberol reduced the retention of the topic yesterday afternoon, which reduced the storage.
I stopped the application a few hours ago, and I believe @brouberol has removed the topic.

Thank you ! I'm boldly resolving the task since we have subtasks / action items, feel free to reopen as needed