Page MenuHomePhabricator

Parsoid REST endpoint not working on en.wikipedia.beta.wmflabs.org
Closed, ResolvedPublicBUG REPORT

Description

Steps to Reproduce:
Open https://en.wikipedia.beta.wmflabs.org/api/rest_v1/page/html/Foobar

Actual Results:

{
  "type": "https://mediawiki.org/wiki/HyperSwitch/errors/query_error",
  "title": "Error in Cassandra table storage backend",
  "method": "get",
  "uri": "/en.wikipedia.beta.wmflabs.org/v1/page/html/Foobar"
}

Expected Results:
The parsoid HTML for the Foobar page

Event Timeline

Pchelolo added subscribers: Eevans, Pchelolo.

Seems like Cassandra crashed on deployment-restbase02. Puppet is currently broken in labs, so there was nothing to restart it.

cc @Eevans if he wants to followup.

I've restarted Cassandra, so now it works.

Eevans claimed this task.
Eevans reassigned this task from Eevans to Pchelolo.