-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rucio list-dataset-replicas
throws HTTP 413 for some datasets
#681
Labels
Comments
The request is roughly ~4.5MB ( Rucio uses for the server component Apache server, which default body size is unlimited (~ before June 2022) and 1GB afterwards. Common ingresses are NGINX (default limit 1 MB) and Traefik (unlimited). So, smells like infrastructure limit. Bumping ingress limits should fix the issue.
|
labkode
added a commit
to dmwm/rucio-flux
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've been reported that
rucio list-dataset-replicas
throws HTTP error with status code 413 for a dataset [1]:I suspect, it's due to the fact it has too many files as status code 413 suggest "Content Too Large". This is a minor issue. We can look into it if we observe it for more datasets. I just wanted to have a record of this.
[1] https://its.cern.ch/jira/browse/CMSPROD-126
The text was updated successfully, but these errors were encountered: