kiranchavala commented on issue #13382: URL: https://github.com/apache/cloudstack/issues/13382#issuecomment-4862684339
Able to reproduce the issue , count increases when oobm is configured ``` mysql> SELECT COUNT(*) FROM information_schema.processlist WHERE db = 'cloud'; +----------+ | COUNT(*) | +----------+ | 84 | +----------+ 1 row in set, 1 warning (0.00 sec) mysql> SELECT COUNT(*) FROM information_schema.processlist WHERE db = 'cloud'; +----------+ | COUNT(*) | +----------+ | 92 | +----------+ 1 row in set, 1 warning (0.00 sec) mysql> SELECT COUNT(*) FROM information_schema.processlist WHERE db = 'cloud'; +----------+ | COUNT(*) | +----------+ | 96 | +----------+ 1 row in set, 1 warning (0.00 sec) mysql> SELECT COUNT(*) FROM information_schema.processlist WHERE db = 'cloud'; +----------+ | COUNT(*) | +----------+ | 100 | +----------+ 1 row in set, 1 warning (0.00 sec) mysql> SELECT COUNT(*) FROM information_schema.processlist WHERE db = 'cloud'; +----------+ | COUNT(*) | +----------+ | 100 | +----------+ 1 row in set, 1 warning (0.00 sec) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
