[MXS-68] Wrong rule name in dbfwfilter leads to MaxScale crash Created: 2015-03-27 Updated: 2015-04-27 Resolved: 2015-03-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | dbfwfilter |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.1.0 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Kolbe Kegel (Inactive) | Assignee: | Timofey Turenko |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Kolbe Kegel (Inactive) [ 2015-03-27 ] |
|
This crash also happens if you omit a rule name but include some extra spaces at the end of the "users" directive, like {{users kolbe@% testuser@% match strict_all rules }} |
| Comment by markus makela [ 2015-03-28 ] |
|
All rule syntax error now cause a failure to load the service. |
| Comment by Dipti Joshi (Inactive) [ 2015-03-30 ] |
|
~markus |
| Comment by markus makela [ 2015-03-30 ] |
|
The failure and the reason for the failure is logged into the error log. Syntax errors tell which rules were wrong and what was expected. |
| Comment by Dipti Joshi (Inactive) [ 2015-03-30 ] |
|
Can this be added in troubleshooting guide ? |