provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.81k stars 1.19k forks source link

Disk space full - DiskSpaceHealthIndicator: Free disk space at path '/xxx/xxx/.' below threshold #4053

Closed kalavt closed 1 year ago

kalavt commented 1 year ago

Issue submitter TODO list

Describe the bug (actual behavior)

2023-07-16 21:45:50,085 WARN [boundedElastic-190] o.s.b.a.s.DiskSpaceHealthIndicator: Free disk space at path '/xxx/xxx/.' below threshold. Available: 8179712 bytes (threshold: 10485760B)

Expected behavior

customizable data folder

Your installation details

0.7.0

Steps to reproduce

run application long time without reboot.

Screenshots

image

Logs

2023-07-16 21:45:50,085 WARN [boundedElastic-190] o.s.b.a.s.DiskSpaceHealthIndicator: Free disk space at path '/xxx/xxx/.' below threshold. Available: 8179712 bytes (threshold: 10485760B)

Additional context

No

github-actions[bot] commented 1 year ago

Hello there kalavt! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

iliax commented 1 year ago

Hello @kalavt, thank you for raising it.

Just to clarify - do you run kui in docker? If so, base directory should be root and it seems reasonable for me to have such alerts for that.

kalavt commented 1 year ago

I'm running it in k8s cluster with only specified kafka cluster and serde of protobuf

Haarolean commented 1 year ago

@kalavt hi, what's the path of /xxx/xxx/? There's no point in redacting the path name as it's inside the docker container unless you've done a volume mount.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because no requested feedback has been provided. It will be closed if no further activity occurs. Thank you for your contributions.