-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
AsynchronousMetrics Cannot read from file /sys/block/rbd4/stat #34702
Comments
We had the same issue on k8s. |
It may be related to Linux namespaces in containers. This is related to gathering of system metrics inside ClickHouse and does not affect queries processing and normal server operation. You can ignore this message. |
Hi @alexey-milovidov I strongly disagree with your statement and closing the issue. Can you please re-open it? |
Will it be sufficient if we change log level of these messages to "Debug"? |
I was getting an exception like this one after a disk was replaced in a server. |
That is one option yeah, but i'm still confused to why we can access the file inside the container but Clickhouse can't access it. |
@alexey-milovidov I think setting the log level to debug makes sense, I do can't just ignore these logs in our production environment as they're really frequent and it causes confusion to people that aren't aware these logs are not an issue not a contribution |
same issues for me, it is kind of spamming our log pipelines |
can you make that happen (debug instead of error) ? |
@electrical |
@alexey-milovidov could you share pull request where issue was fixed? |
Describe the unexpected behaviour
At the moment we are receiving this alert every second:
While checking on the filesystem seems to indicate it's there.
Clickhouse version: 21.8.14.5
OS: Docker/ubuntu ( running official yandex/clickhouse-server docker image )
The text was updated successfully, but these errors were encountered: