[MXS-832] Problem with Regex filter as readconnroute doesn't wait for complete packets Created: 2016-08-22 Updated: 2016-11-30 Resolved: 2016-11-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.1.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Claudio Nanni | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Using Regex filter with readconnroute results in incomplete queries sent to the server, |
| Comments |
| Comment by markus makela [ 2016-08-30 ] |
|
One way to fix this would be to always deliver complete packets when filters are used. Another way would be to add a getCapabilities entry point to the filter API. It could be used to signal if complete packets are required. |
| Comment by tntteam [ 2016-09-23 ] |
|
Hi, I added a file containing : Thanks for your quick reaction, good luck with that bug that seems tricky. |
| Comment by Johan Wikman [ 2016-11-30 ] |
|
Filters get complete packets. |