Closed Bug 1213939 Opened 9 years ago Closed 7 years ago

Production exception "Data too long for column 'comments' at row 1"

Categories

(Tree Management :: Treeherder: Data Ingestion, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: emorley, Unassigned)

References

(Blocks 1 open bug)

Details

[2015-10-12 10:55:02,831: ERROR/Worker-208] Response headers: {'content-encoding': 'gzip', 'x-backend-server': 'treeherder2.stage.webapp.scl3.mozilla.com', 'vary': 'Accept,Cookie, Accept-Encoding', 'server-authorization': 'Hawk mac="REDACTED", hash="REDACTED"', 'server': 'gunicorn/19.3.0', 'connection': 'close', 'allow': 'GET, POST, HEAD, OPTIONS', 'date': 'Mon, 12 Oct 2015 17:55:02 GMT', 'content-type': 'application/json; version=1.0'}
[2015-10-12 10:55:02,831: ERROR/Worker-208] Response body: {"message":"(1406, \"Data too long for column 'comments' at row 1\")"}

Prior to that is a dump of a ridiculously long commit message. We should truncate to first line, a la bug
First part of the error:

[2015-10-12 10:55:02,828: ERROR/Worker-208] Error submitting data to https://treeherder.allizom.org/api/project/try/resultset/
[2015-10-12 10:55:02,829: ERROR/Worker-208] Request headers: {'Content-Length': '156804', 'Accept-Encoding': 'gzip, deflate', 'Accept': u'application/json; version=1.0', 'User-Agent': u'treeherder-pyclient/1.8.0', 'Connection': 'keep-alive', 'Content-Type': 'application/json', 'Authorization': u'Hawk mac="REDACTED", hash="REDACTED", id="treeherder-etl", ts="1444672502", nonce="REDACTED"'}
[2015-10-12 10:55:02,829: ERROR/Worker-208] Request body: [{"revision_hash": "77ed53ec6725a90f4da3ddc0a6245647f928df38", "push_timestamp": 1444629672, "author": "cpeterson@mozilla.com", "active_status": "active", "revisions": [{"comment": "Bug NUMBER - Add MOZ_FALLTHROUGH annotation to suppress clang's -Wimplicit-fallthrough warnings. r?\n\ndom/animation/Animation.cpp:52:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels\ndom/base/Element.cpp:2755:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels\ndom/base/Element.cpp:2770:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels\n
...
...


Which is this push:
https://hg.mozilla.org/try/pushloghtml?changeset=02c70d495976
Assignee: nobody → emorley
emorley: Can we delete that push from staging as a temporary work around? I'm blocked on submitting to staging.
Flags: needinfo?(emorley)
For whatever reason, it appears the error submitting to Treeherder staging no longer happens.
Flags: needinfo?(emorley)
Priority: P1 → P3
Assignee: emorley → nobody
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.