[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-10-28 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-433742474 Fixed in PR. This is an automated message from the Apache Git Service. To

[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-10-17 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-430584281 On investigation, I found that this happens when cpu and memory counts are updated in a transaction where no update are performed i.e. old and

[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-10-11 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-429208863 The fix is to identify which part of the code is trying to call a commit() when it's not in a transaction, likely an update could have been

[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-05-16 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-389476711 @rafaelweingartner I see the 'rolling back transaction' as shared in the logs in this issue, even with mgmt server started without any env/zone

[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-05-15 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-389390886 Btw, I've verified this happens with latest 4.11 as well especially for the case of cpu, memory capacity checks. However, it seems harmless, but

[GitHub] rhtyd commented on issue #2642: DB Exceptions seen on latest master

2018-05-14 Thread GitBox
rhtyd commented on issue #2642: DB Exceptions seen on latest master URL: https://github.com/apache/cloudstack/issues/2642#issuecomment-388786309 @DaanHoogland @PaulAngus ping - is this happening on 4.11, if you do have time please help triage. Thanks.