Yair Zaslavsky has posted comments on this change. Change subject: core: Fix query size limit handling in AuthzUtils ......................................................................
Patch Set 1: (1 comment) http://gerrit.ovirt.org/#/c/37890/1/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java File backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthzUtils.java: Line 147: queryImpl(extension, namespace, input, new QueryResultHandler() { Line 148: @Override Line 149: public boolean handle(Collection<ExtMap> queryResults) { Line 150: Line 151: boolean result = true; > Yes, we want to preserve query result limit for both. if so, we can have some code reuse? Line 152: for (ExtMap queryResult : queryResults) { Line 153: if (groups.size() < QUERIES_RESULTS_LIMIT) { Line 154: groups.add(queryResult); Line 155: } else { -- To view, visit http://gerrit.ovirt.org/37890 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I54cc5a164e007bb75cddca586a6c01f7538b6eb4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
