While investigating T198042, we realized that there is a high number of HTTP 500 errors on POST requests to https://query.wikidata.org/sparql. Those match a UA / IP which is being banned. Those requests should be 403 and not 500.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Fix time display error | wikidata/query/rdf | master | +31 -4 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T198042 WDQS timeout on the public eqiad cluster | |||
Resolved | Gehel | T198055 Investigate HTTP 500 on POST request to WDQS |
Event Timeline
Comment Actions
Looks like related to this in the logs:
java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: Year
Which is probably because of this: https://stackoverflow.com/questions/25229124/format-instant-to-string
Comment Actions
Change 441776 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[wikidata/query/rdf@master] Fix time display error
Comment Actions
Change 441776 merged by jenkins-bot:
[wikidata/query/rdf@master] Fix time display error
Comment Actions
I suspect that was the cause of 500's? Do we have them anymore? If not, we can resolve this.