[MXS-4365] Query tab is going infinite loop, unable to use the query tab after the infinite loop Created: 2022-10-25 Updated: 2022-11-08 Resolved: 2022-11-08 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxgui |
| Affects Version/s: | 22.08.2 |
| Fix Version/s: | 22.08.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Naresh Chandra | Assignee: | Duong Thien Ly |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | MXS-SPRINT-170 |
| Description |
|
When we run a query without selecting the schema then query tab is going into loop and unable use the query tab to run the queries again in the same tab. Reproducing steps: NOTE: After the infinite loop, even we are unable to close the query tab. |
| Comments |
| Comment by Duong Thien Ly [ 2022-10-26 ] |
|
I can reproduce this by running and stopping the query intensively and fastly. You see the 404 error is because before the query is run, it sends a request to create a new query thread and uses that thread to stop the running query. |
| Comment by Duong Thien Ly [ 2022-10-26 ] |
|
I can't reproduce the latter error. i.e. to close the query tab. I can close it normaly. |
| Comment by Naresh Chandra [ 2022-10-26 ] |
|
I got it Duong, but at least GUI should be improved, why because the stop/start button is simply rotating and not useful. No, I was unable to close the query tab after the infinite loop. |
| Comment by Naresh Chandra [ 2022-11-01 ] |
|
Duong, Today observed that even I select schema and I tried to run/stop query more than thrice, and the query tab went into loop. But able to close the query tab even though it's in loop. Conclusion: |
| Comment by Duong Thien Ly [ 2022-11-01 ] |
|
Okay, thanks for the information. Would that happens if you wait for a few seconds before running/stopping the query again? |
| Comment by Naresh Chandra [ 2022-11-01 ] |
|
Okay got it Duong, Thanks for the update. |