Bug #56706 | Synchronize read-only state when swapping load-balanced connections | ||
---|---|---|---|
Submitted: | 9 Sep 2010 22:59 | Modified: | 28 Sep 2010 11:05 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | 5.1.13 | OS: | Any |
Assigned to: | Tony Bedford | CPU Architecture: | Any |
[9 Sep 2010 22:59]
Todd Farmer
[9 Sep 2010 23:05]
Todd Farmer
Fixed in r977.
[28 Sep 2010 11:05]
Tony Bedford
An entry has been added to the 5.1.14 changelog: When load-balanced connections swap servers, certain session state was copied from the previously active connection to the newly-selected connection. State synchronized included: Auto-commit state Transaction isolation state Current schema/catalog However, the read-only state was not synchronized, which caused problems if a write was attempted on a read-only connection.