[MXS-1422] JIRA doesn't work through MaxScale Created: 2017-09-18 Updated: 2017-09-21 Resolved: 2017-09-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 2.1.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Igor V. Lovalev | Assignee: | Johan Wikman |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 6 x86_64 |
||
| Description |
|
Hi all! Not a bug, i just want to ask you for your experience: Are you install JIRA with maxscale? I have maxscale 2.1.7 cluster with 3 percona-mysql nodes, and i try to install JIRA with it, but i failed... if i try install JIRA without maxscale (just one master percona-mysql) - all ok. I can't understand where is trouble. So i think maybe you had same troubles... |
| Comments |
| Comment by markus makela [ 2017-09-18 ] |
|
Please attach your MaxScale configuration file with all sensitive information removed. With it, I believe we'll be able to rule out which part might be causing the problems. If Jira produced any errors, please attach those as well. To my knowledge, there should be no reason why MaxScale would not work with Jira. In addition, I would classify this as a bug since it works without MaxScale but fails with MaxScale. |
| Comment by Igor V. Lovalev [ 2017-09-18 ] |
|
Hi again, Markus! |
| Comment by Johan Wikman [ 2017-09-20 ] |
|
Hi iglov If the Jira installation process involves writes that are immediately followed by reads of that same data and the assumption is that what was written will be found, then, if the written data has not been replicated by the time it is read, I can imagine that the Jira installation process gets confused. If you want to experiment you could check if the installation succeeds with the CCR filter installed. |
| Comment by Igor V. Lovalev [ 2017-09-20 ] |
|
Hi, Johan & Markus! |
| Comment by Johan Wikman [ 2017-09-21 ] |
|
Hi Igor, good to hear that CCR did the trick for the production cluster! I'll close this as Not a Bug then |