Closed
Bug 1252704
Opened 9 years ago
Closed 9 years ago
Please deploy sync storage server 1.5.14
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dcoates, Assigned: bobm)
References
Details
Update consists of adding fxa uid and device id to metric log lines:
https://github.com/mozilla-services/server-syncstorage/commit/bcab4584724369942ee7e63bbf7402f149e92d3e
This is to support more advanced statistical queries. There should be no changes to functionality. These ids will not start being populated until fxa train 57 and tokenserver 1.2.20 are in production.
Reporter | ||
Comment 3•9 years ago
|
||
> Please add a 1.5.14 tag.
:thumbsup:
https://github.com/mozilla-services/server-syncstorage/tree/v1.5.14
Flags: needinfo?(dcoates)
Assignee | ||
Comment 4•9 years ago
|
||
Are any of these build errors serious?
Compiling /builddir/build/BUILDROOT/server-syncstorage-1.5.14-1.el6.x86_64/data/server-syncstorage/lib/python2.6/site-packages/gunicorn/workers/_gaiohttp.py ...
SyntaxError: ('invalid syntax', ('/data/server-syncstorage/lib/python2.6/site-packages/gunicorn/workers/_gaiohttp.py', 68, 26, ' yield from self.wsgi.close()\n'))
Compiling /builddir/build/BUILDROOT/server-syncstorage-1.5.14-1.el6.x86_64/data/server-syncstorage/lib/python2.6/site-packages/linecache2/tests/inspect_fodder2.py ...
SyntaxError: ('invalid syntax', ('/data/server-syncstorage/lib/python2.6/site-packages/linecache2/tests/inspect_fodder2.py', 102, 25, 'def keyworded(*arg1, arg2=1):\n'))
Comment 5•9 years ago
|
||
That's some python3 syntax going on there; I'm pretty sure that they're not problem unless you actually try to import those modules in production, which we won't.
Assignee | ||
Comment 6•9 years ago
|
||
This has been deployed to Sync4 on stage. It's probably time to blow away and replace this current staging environment. I'll work that out with QA. In the mean time the API verification passes on this host.
Assignee | ||
Comment 7•9 years ago
|
||
Deployed to production.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•