sureshanaparti commented on code in PR #12598:
URL: https://github.com/apache/cloudstack/pull/12598#discussion_r2769362933
##########
framework/db/src/main/java/com/cloud/utils/db/GenericDaoBase.java:
##########
@@ -347,7 +347,7 @@ public List<T> lockRows(final SearchCriteria<T> sc, final
Filter filter, final b
@Override
@DB()
public T lockOneRandomRow(final SearchCriteria<T> sc, final boolean
exclusive) {
- final Filter filter = new Filter(1);
+ final Filter filter = new Filter(1, true);
Review Comment:
```suggestion
```
--
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]