Project

General

Profile

Actions

Bug #8928

closed

[SDKs] EventClient crashes after API server returns 504

Added by Jiayong Li about 8 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Jiayong Li
Category:
-
Target version:
-
Story points:
-

Description

Traceback (most recent call last):
  File "/home/jiayong/miniconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/home/jiayong/miniconda2/lib/python2.7/site-packages/arvados_python_client-0.1.20160331153549-py2.7.egg/arvados/events.py", line 92, in run
    items = self.api.logs().list(limit=1, order="id desc", filters=f).execute()['items']
  File "/home/jiayong/miniconda2/lib/python2.7/site-packages/oauth2client/util.py", line 140, in positional_wrapper
    return wrapped(*args, **kwargs)
  File "/home/jiayong/miniconda2/lib/python2.7/site-packages/googleapiclient/http.py", line 729, in execute
    raise HttpError(resp, content, uri=self.uri)
ApiError: <HttpError 504 when requesting https://su92l.arvadosapi.com/arvados/v1/logs?alt=json&limit=1&order=id+desc&filters=%5B%5B%22object_uuid%22%2C+%22is_a%22%2C+%22arvados%23job%22%5D%5D returned "Gateway Time-out">

Related issues

Related to Arvados - Bug #8931: [SDK] websocket event thread crashResolvedPeter Amstutz04/25/2016Actions
Actions #1

Updated by Jiayong Li about 8 years ago

  • Subject changed from Workbench API error to API error HTTP 504 error
  • Description updated (diff)
Actions #2

Updated by Brett Smith almost 8 years ago

  • Subject changed from API error HTTP 504 error to [SDKs] EventClient crashes after API server returns 504
  • Status changed from New to Feedback

This should also have been resolved by #8931, which catches and retries these errors.

Actions #3

Updated by Tom Morris over 7 years ago

  • Assigned To set to Jiayong Li
Actions #4

Updated by Peter Amstutz about 4 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF