You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "jan iversen (JIRA)" <ji...@apache.org> on 2014/12/05 13:17:18 UTC

[jira] [Closed] (INFRA-8573) investigate ongoing translate failures

     [ https://issues.apache.org/jira/browse/INFRA-8573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jan iversen closed INFRA-8573.
------------------------------
    Resolution: Fixed

Thanks Chris.

I applied a configuration change, that should help with the cache (actually it is a deadlock).

And I am pretty sure this service will be outsourced in 1-2 months.

> investigate ongoing translate failures
> --------------------------------------
>
>                 Key: INFRA-8573
>                 URL: https://issues.apache.org/jira/browse/INFRA-8573
>             Project: Infrastructure
>          Issue Type: Task
>          Components: Translate
>            Reporter: Chris Lambertus
>            Assignee: jan iversen
>
> translate-vm2 has had issues twice in the last few days throwing 500s
> [Mon Nov 03 11:08:59 2014] [error] 2014-11-03 11:08:58,760 ERROR Internal Server Error: /
> [Mon Nov 03 11:08:59 2014] [error] Traceback (most recent call last):
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 89, in get_response
> [Mon Nov 03 11:08:59 2014] [error]     response = middleware_method(request)
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/local/lib/python2.7/dist-packages/django/middleware/cache.py", line 143, in process_request
> [Mon Nov 03 11:08:59 2014] [error]     cache_key = get_cache_key(request, self.key_prefix, 'GET', cache=self.cache)
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/local/lib/python2.7/dist-packages/django/utils/cache.py", line 210, in get_cache_key
> [Mon Nov 03 11:08:59 2014] [error]     headerlist = cache.get(cache_key, None)
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/local/lib/python2.7/dist-packages/django/core/cache/backends/db.py", line 71, in get
> [Mon Nov 03 11:08:59 2014] [error]     "WHERE cache_key = %%s" % table, [key])
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/local/lib/python2.7/dist-packages/django/db/backends/mysql/base.py", line 114, in execute
> [Mon Nov 03 11:08:59 2014] [error]     return self.cursor.execute(query, args)
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute
> [Mon Nov 03 11:08:59 2014] [error]     self.errorhandler(self, exc, value)
> [Mon Nov 03 11:08:59 2014] [error]   File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
> [Mon Nov 03 11:08:59 2014] [error]     raise errorclass, errorvalue
> [Mon Nov 03 11:08:59 2014] [error] DatabaseError: (1205, 'Lock wait timeout exceeded; try restarting transaction')



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)