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
Describe the bug or unexpected behaviour
I'm testing out multiple disk feature and how it works under different failure conditions, though this is probably unrelated to this feature.
If I have a table, write data to it, wait for some merges to happen, re-mount the fs where parts are stored as read-only and restart ClickHouse then it fails to start.
I don't see anything wrong with the FS being read-only and it feels like ClickHouse should be able to start without any problems as it does when there are no inactive parts on disk.
The text was updated successfully, but these errors were encountered:
Describe the bug or unexpected behaviour
I'm testing out multiple disk feature and how it works under different failure conditions, though this is probably unrelated to this feature.
If I have a table, write data to it, wait for some merges to happen, re-mount the fs where parts are stored as read-only and restart ClickHouse then it fails to start.
ClickHouse 20.1.4.14
Expected behavior
I don't see anything wrong with the FS being read-only and it feels like ClickHouse should be able to start without any problems as it does when there are no inactive parts on disk.
The text was updated successfully, but these errors were encountered: