Hi,
I have observed below logs when tried to perform some action on more than 100 objects selected in columnsetcontainer using <acceptsMultipleTargets>true</acceptsMultipleTargets> property.As per the logs it seems recommended size is 70.
Log Details:-
WARN [WARN ] http-bio-9443-exec-6 com.vmware.vise.search.impl.SearchServiceImpl The query contains too many nested constraints: 4029. Recommended maximum: 70. Query will be allowed to execute but it is recommended to generate queries that are within the limits.
QuerySpec
+ QueryName: dam-auto-generated: ActionWrapper:dr-241+
+ Constraint: CompositeConstraintImpl+
+ SearchTarget: hs:Backup+
+ ConstraintConjoiner: OR+
+ Constraint: ObjectIdentityConstraintImpl+
We are using 5.1 SDK for development of plugin.
Could you please provide more details regarding the limit of selecting multiple objects?