Page MenuHomePhabricator

Quarry running very slowly
Closed, ResolvedPublicBUG REPORT

Description

List of steps to reproduce (step by step, including full links if applicable):

  • Create a simple query (such as SELECT 1)
  • Hit "Run"

What happens?:

Query takes several minutes to execute (in the linked example, 493 seconds)

What should have happened instead?:

Query should be able to complete in fractions of a second (running that same query from a toolforge shell takes 0.001 seconds)

Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc.:

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Ahecht triaged this task as Unbreak Now! priority.May 3 2022, 4:43 PM
Ahecht updated the task description. (Show Details)
nskaggs changed the task status from Open to In Progress.May 3 2022, 5:34 PM

Looks like a few long running processes were locking up nfs on one of the workers. Thus quarry worked about half the time (the half that it got the not loaded worker). Cleared the old jobs and restarted the worker process. So far things seem to be running fine. Will check again tomorrow. Please comment if you're not seeing the same.

Both workers look like they have low load. No hanging lsof processes. Queries seem to be returning at a reasonable speed.