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
Client reported error: I'm getting a 504 error when I attempted to access this page in the dashboard. https://palsave.hykucommons.org/dashboard/works?locale=en
Requests to /dashboard/works?locale=en are timing out consistently after 60 seconds.
The client closed the connection before the server could respond, possibly due to long wait times.
The logs show the upstream service (10.0.6.220:8080) taking significant time to respond, e.g., 60.033 seconds or 41.807 seconds. (Service palsfcrepo:8080)
I reviewed the logs in service palsfcrepo:8080 and saw 58 occurrences of:
WARN (S3AbortableInputStream) Not all bytes were read from the S3ObjectInputStream, aborting HTTP connection.
And went to the SoftServ AWS account in the besties-fcrepo bucket and cannot see any logging setup, and logging for this service will cost extra -- need to get permission to add logging or find another way to follow the trail.
Ok I have the page loading finally and the site speed is back up to a tolerable level. I had to block Googlebot, which I know client didnt want.
I tried to setup a WAF (Security Firewall) rule to rate-limit and verified bot that accesses the expensive queries and that didnt work.
So this is a bandaid for now, I will update the ticket and the client and we will have to punt to a time when I can get some time or grab someone’s attention
Story
Client reported error:
I'm getting a 504 error when I attempted to access this page in the dashboard. https://palsave.hykucommons.org/dashboard/works?locale=en
Convo in slack link: https://assaydepot.slack.com/archives/C0313NKC08L/p1731946496472579
Went to ingress-nginx logs with stern:
stern ^ingress-nginx-controller- -n ingress-nginx | grep --line-buffered "palni-palci-production-" | grep --line-buffered "https://palsave.hykucommons.org/dashboard/works?locale=en"
Found logs:
Key Observations
palsfcrepo:8080
)I reviewed the logs in service
palsfcrepo:8080
and saw 58 occurrences of:I went to track down the bucket information and found the bucket info here in rancher: https://r.notch8.cloud/dashboard/c/c-w9925/explorer/secret/palni-palci-production/palsfcrepo?mode=edit#data
And went to the SoftServ AWS account in the
besties-fcrepo
bucket and cannot see any logging setup, and logging for this service will cost extra -- need to get permission to add logging or find another way to follow the trail.Acceptance Criteria
The text was updated successfully, but these errors were encountered: