[MXS-1267] Refactor tee filter Created: 2017-05-18 Updated: 2017-12-01 Resolved: 2017-06-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | tee |
| Affects Version/s: | 2.2.0 |
| Fix Version/s: | 2.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-34, 2017-35 |
| Description |
|
The tee filter breaks a lot of the core rules in MaxScale. The filter should be refactored so that it uses a virtual client that asynchronously sends the queries to the backends. |
| Comments |
| Comment by markus makela [ 2017-06-12 ] |
|
The tee filter now uses a less intrusive method of creating branching connections. This removes a number of broken concepts from MaxScale that were not robust enough to handle real workloads. |