You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the DSS returns a maximum of 10000 items to clients when listing resources for RID and SCD. This value is set by the MaxResultLimit constant.
It seems that it was introduced to address OOM issues few years ago.
This issue has been created to discuss possible alternative approaches and make sure responses of the DSS are exhaustives.
The text was updated successfully, but these errors were encountered:
barroco
changed the title
[scd] Result list is silently limited to 10000 items
[store] Result list is silently limited to 10000 items
Sep 17, 2024
This issue was discussed during the contributors sync call on 17/09/2024 and it was agreed the fact that the DSS is trimming results silently is an issue. The preferred approach discussed was to fail the response with a 400 or more appropriate error code in case the number of items is too big.
Pagination was mentioned as well but it would require changing the API. Requesting clients to better scope their request to reduce the number of items was preferred.
barroco
added
P2
Normal priority
bug
Software behaves incorrectly because of this issue
dss
Relating to one of the DSS implementations
labels
Sep 18, 2024
Currently, the DSS returns a maximum of 10000 items to clients when listing resources for RID and SCD. This value is set by the
MaxResultLimit
constant.It seems that it was introduced to address OOM issues few years ago.
This issue has been created to discuss possible alternative approaches and make sure responses of the DSS are exhaustives.
The text was updated successfully, but these errors were encountered: