Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #13066] Useless transactions #4767

Closed
icinga-migration opened this issue Nov 8, 2016 · 2 comments
Closed

[dev.icinga.com #13066] Useless transactions #4767

icinga-migration opened this issue Nov 8, 2016 · 2 comments
Labels
bug Something isn't working

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/13066

Created by tgelf on 2016-11-08 10:00:50 +00:00

Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2016-11-08 10:00:50 +00:00 (in Redmine)

Icinga Version: 2.5.4
Backport?: Not yet backported
Include in Changelog: 1

While debugging something else I stumbled over lots of lines like the following:

[2016-10-21 23:09:38 +0000] debug/IdoMysqlConnection: Query: COMMIT
[2016-10-21 23:09:38 +0000] debug/IdoMysqlConnection: Query: BEGIN
[2016-10-21 23:09:39 +0000] debug/IdoMysqlConnection: Query: COMMIT
[2016-10-21 23:09:39 +0000] debug/IdoMysqlConnection: Query: BEGIN
[2016-10-21 23:09:40 +0000] debug/IdoMysqlConnection: Query: COMMIT
[2016-10-21 23:09:40 +0000] debug/IdoMysqlConnection: Query: BEGIN
[2016-10-21 23:09:41 +0000] debug/IdoMysqlConnection: Query: COMMIT
[2016-10-21 23:09:41 +0000] debug/IdoMysqlConnection: Query: BEGIN
[2016-10-21 23:09:42 +0000] debug/IdoMysqlConnection: Query: COMMIT
[2016-10-21 23:09:42 +0000] debug/IdoMysqlConnection: Query: BEGIN

Seems that transactions are started even when there is no pending query.

@icinga-migration icinga-migration added the bug Something isn't working label Jan 17, 2017
@gunnarbeutner
Copy link
Contributor

Added 'LOW' label because this problem has no significant impact.

@gunnarbeutner
Copy link
Contributor

Closed because, well, this has no performance impact.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants