rohityadavcloud commented on PR #8753:
URL: https://github.com/apache/cloudstack/pull/8753#issuecomment-1982380271
@mlsorensen PR LGTM, however, it's breaking the mvn deploydb:
```
========> Processing upgrade: com.cloud.upgrade.DatabaseUpgradeChecker
22:48:25.067 [com.cloud.upgrade.DatabaseCreator.main()] ERROR
com.cloud.utils.db.DbUtil - GET_LOCK() throws exception
java.sql.SQLException: Operation not allowed for a result set of type
ResultSet.TYPE_FORWARD_ONLY.
at
com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:130)
~[mysql-connector-j-8.0.33.jar:8.0.33]
at
com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
~[mysql-connector-j-8.0.33.jar:8.0.33]
```
From release notes, it seems the driver has changed/assumed some new
defaults in handling of cursor/resultset.
@blueorangutan test matrix
--
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]