Skip to content

Instantly share code, notes, and snippets.

@pccowboy

pccowboy/st.json Secret

Last active March 29, 2017 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pccowboy/a5d9648bd1a46095226ac70af69db395 to your computer and use it in GitHub Desktop.
Save pccowboy/a5d9648bd1a46095226ac70af69db395 to your computer and use it in GitHub Desktop.
muskie error writing to lab manta
```json
{
"name": "muskie",
"hostname": "7333c335-b620-4f7f-acc7-188ad3534190",
"pid": 30229,
"method": "PUT",
"path": "/zettit_ops/stor/docs_test/content_by_date/117/87/28710c87-2f92-58c8-a3f5-865c286ffb5d.1490775384",
"req_id": "0a7b74b0-1458-11e7-b978-cd0e3ec21399",
"level": 40,
"err": {
"message": "an unexpected error occurred",
"name": "WError",
"stack": "InternalError: an unexpected error occurred
at translateError (/opt/smartdc/muskie/lib/errors.js:627:13)
at ServerResponse.formatJSON (/opt/smartdc/muskie/lib/server.js:49:16)
at ServerResponse.format (/opt/smartdc/muskie/node_modules/restify/lib/response.js:102:23)
at ServerResponse.send (/opt/smartdc/muskie/node_modules/restify/lib/response.js:208:24)
at next (/opt/smartdc/muskie/node_modules/restify/lib/server.js:658:21)
at f (/opt/smartdc/muskie/node_modules/once/once.js:16:25)
at /opt/smartdc/muskie/lib/obj.js:583:17
at f (/opt/smartdc/muskie/node_modules/once/once.js:16:25)
at /opt/smartdc/muskie/node_modules/libmanta/lib/moray.js:586:21
at f (/opt/smartdc/muskie/node_modules/once/once.js:16:25)"
},
"msg": "request failed: internal error",
"time": "2017-03-29T08:17:12.442Z",
"v": 0
}
```
@pccowboy
Copy link
Author

pccowboy commented Mar 29, 2017

{
  "name": "muskie",
  "hostname": "7333c335-b620-4f7f-acc7-188ad3534190",
  "pid": 30229,
  "component": "MorayClient",
  "host": "electric-moray.usw1.pccowboy.com",
  "port": 2020,
  "fastClient": "10.77.77.55-9",
  "req_id": "0a7b74b0-1458-11e7-b978-cd0e3ec21399",
  "level": 20,
  "err": {
    "message": "query timeout: COMMIT",
    "name": "QueryTimeoutError",
    "stack": "QueryTimeoutError: query timeout: COMMIT
    at onRowTimeout [as _onTimeout] (/opt/smartdc/moray/lib/pg.js:149:27)
    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)"
  },
  "msg": "putObject: failed",
  "time": "2017-03-29T08:17:12.441Z",
  "v": 0
}

@pccowboy
Copy link
Author

pccowboy commented Mar 29, 2017

{
  "name": "muskie",
  "hostname": "7333c335-b620-4f7f-acc7-188ad3534190",
  "pid": 30229,
  "method": "PUT",
  "path": "/zettit_ops/stor/docs_test/content_by_date/117/87/28710c87-2f92-58c8-a3f5-865c286ffb5d.1490775384",
  "req_id": "0a7b74b0-1458-11e7-b978-cd0e3ec21399",
  "level": 20,
  "err": {
    "message": "query timeout: COMMIT",
    "name": "QueryTimeoutError",
    "stack": "QueryTimeoutError: query timeout: COMMIT
    at onRowTimeout [as _onTimeout] (/opt/smartdc/moray/lib/pg.js:149:27)
    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)"
  },
  "msg": "saveMetadata: failed",
  "time": "2017-03-29T08:17:12.441Z",
  "v": 0
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment