Replication is preventing API from working correctly
Bug #294842 reported by
Francis J. Lacoste
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Francis J. Lacoste |
Bug Description
Replication is causing three problems on staging:
1) When requesting a new OAuth token, the request token will be created in the master store, but when the browser requests the authorization screen using GET, the slave store will likely be hit where the token doesn't exist (the session isn't shared across the two applications).
2) Doing a write operation on the API followed by a read operation, won't see the previous request changes.
3) GET request fails with an OOPS like OOPS-1041S367 because updating the OAuth nonce cannot be done on the slave store.
Changed in launchpad-foundations: | |
assignee: | nobody → flacoste |
importance: | Undecided → High |
milestone: | none → 2.1.11 |
status: | New → In Progress |
To post a comment you must log in.
Landed in RF 7278.