[MXS-2726] Specify clearly in the Docs that Critical Reads Filter only acts on each single session Created: 2019-10-16 Updated: 2020-03-13 Resolved: 2020-03-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | 2.3.18 |
| Type: | Task | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
"When the filter detects a statement that would modify the database, it attaches a routing hint to all following statements. This routing hint guides the routing module to route the statement to the master server where data is guaranteed to be in an up-to-date state. " Does not specify that it only happens in the session where the write happened. In the whole page: I don't find any reference to session or connection. In my opinion making it clear would avoid any kind of confusion for all MaxScale users. |
| Comments |
| Comment by markus makela [ 2020-03-02 ] |
|
The global parameter allows cross-session propagation of writes and it documents the behavior. |