Closed
Bug 753689
Opened 13 years ago
Closed 11 years ago
sync: Test and deploy MySQL option READ COMMITTED
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: Atoll, Assigned: bobm)
Details
(Whiteboard: [needs loadtest][qa+])
+++ This bug was initially created as a clone of Bug #694222 +++
Separating bug 694222 into two pieces.
READ_COMMITTED is this bug, innodb_locks_unsafe_for_binlog=ON is bug 694222.
We pushed some % of servers in production with READ_UNCOMMITTED, rather than READ_COMMITTED. So, next steps:
* Load test R_C in stage
* Ship config to production
* Schedule a ChangeWindow
ChangeWindow is a WIP at https://services.etherpad.mozilla.org/27
Status: NEW → ASSIGNED
r37257 = baf736b055c3d6715e31d9272f55a0901c47ed88 (refs/remotes/git-svn)
switch sync stage mysql from READ-UNCOMMITTED to READ-COMMITTED
-transaction-isolation=READ-UNCOMMITTED
+transaction-isolation=READ-COMMITTED
Restarted MySQL on sync{1..8}.db.scl2.stage.svc. Confirmed expected configuration is in place.
$ xapply -P8 "ssh %1 'sudo mysql -NBe \"show global variables\"' | egrep '(innodb_support_xa|innodb_locks_unsafe_for_binlog|tx_isolation)'" sync{1..8}.db.scl2.stage.svc.mozilla.com | sort -u
innodb_locks_unsafe_for_binlog ON
innodb_support_xa OFF
tx_isolation READ-COMMITTED
Ready for load test.
Whiteboard: [needs loadtest]
Updated•13 years ago
|
Whiteboard: [needs loadtest] → [needs loadtest][qa+]
:bobm...
Assignee: nobody → bobm
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•