New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 667562 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 669725



Sign in to add a comment

[Predator] DeadlineExceededError: The overall deadline for responding to the HTTP request was exceeded.

Project Member Reported by kateso...@chromium.org, Nov 22 2016

Issue description


Traceback (most recent call last):
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 267, in Handle
    result = handler(dict(self._environ), self._StartResponse)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__
    return handler.dispatch()
  File "/base/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch
    return method(*args, **kwargs)
  File "/base/data/home/apps/s~google.com:findit-for-me/crash-frontend:katesonia.397223471196972490/common/base_handler.py", line 200, in post
    self._Handle(self.HandlePost)
  File "/base/data/home/apps/s~google.com:findit-for-me/crash-frontend:katesonia.397223471196972490/common/base_handler.py", line 176, in _Handle
    result = handler_func()
  File "/base/data/home/apps/s~google.com:findit-for-me/crash-frontend:katesonia.397223471196972490/handlers/crash/crash_handler.py", line 107, in HandlePost
    ScheduleNewAnalysis(crash_data)
  File "/base/data/home/apps/s~google.com:findit-for-me/crash-frontend:katesonia.397223471196972490/handlers/crash/crash_handler.py", line 143, in ScheduleNewAnalysis
    if not findit_client._NeedsNewAnalysis(crash_data):
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/utils.py", line 197, in inner_wrapper
    return wrapped_decorator(func, args, kwds, **options)
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/model.py", line 3841, in transactional
    func, args, kwds, **options).get_result()
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 383, in get_result
    self.check_success()
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 378, in check_success
    self.wait()
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/ndb/tasklets.py", line 363, in wait
    logging.info('Deadlock in %s', self)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 1611, in info
    root.info(msg, *args, **kwargs)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 1149, in info
    self._log(INFO, msg, args, **kwargs)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 1268, in _log
    self.handle(record)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 1278, in handle
    self.callHandlers(record)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 1318, in callHandlers
    hdlr.handle(record)
  File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/logging/__init__.py", line 749, in handle
    self.emit(record)
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py", line 79, in emit
    self._AppLogsLocation())
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py", line 120, in _AppLogsLocation
    if not features.IsEnabled("LogsWriteSourceLocation"):
  File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/features/__init__.py", line 43, in IsEnabled
    return feature_name in __builtin__._APPENGINE_FEATURE_FLAGS
DeadlineExceededError: The overall deadline for responding to the HTTP request was exceeded.

 
This is probably caused by  crbug.com/667556 
Blocking: 669725
Status: WontFix (was: Available)

Sign in to add a comment