Hi team, I'm using the Rudderstack self-hosted dat...
# support
c
Hi team, I'm using the Rudderstack self-hosted data plane. Today, I'm experiencing the issue that the rudderlabs/rudder-server docker container consumes too much CPU (300%) and constantly got killed. I checked the error logs. It shows many logs related to MINIO and mixpanel. They are
Copy code
Error uploading to MINIO: Error: Endpoint url cannot have fully qualified paths
Copy code
ERROR: the message exceeds the maximum allowed size - {track 3345a3a6-6d73-410c-927e-e643ac083448 75a7f00a422f896072d45b2401cd4d1d 25YHBKgbvlMd8VNhlGoSrjV8OXL router_failed 2023-06-02 03:17:54.338946723 +0000 UTC m=+3062.850060994 0xc02e70cb00 map[count:1 diagnosis_start_time:2023-06-02 02:26:51.550257866 +0000 UTC m=+0.061372137 error_count_map:{\"{\\\"response\\\":\\\"504 Unable to make \\\\\\\"POST\\\\\\\" request for URL : \\\\\\\"<https://api.mixpanel.com/import/>\\\\\\\". Error: Post \\\\\\\"<https://api.mixpanel.com/import/>?... very long message comes here
What should I do here? Thanks in advance
👀 1
m
Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
d
Hi @clever-animal-84773 Did you find any solution for this ? i am facing same issue.
c
@dazzling-france-420 sadly I didn't
😳 1
q
MinIO expects the endpoint URL to be in the following format:
http://<hostname>:<port>
or
https://<hostname>:<port>
. The endpoint URL should not include any paths or additional segments. Can you try this
d
Let me try