-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Missing size1.mrk file for column with Nested structure #2066
Labels
bug
Confirmed user-visible misbehaviour in official release
Comments
I was able to reproduce this bug.
in my case I see following files in the merged: but am missing: (The size1 files do exist in all subsequent parts until they have been merged a sufficient number of times) |
alexey-milovidov
added
the
bug
Confirmed user-visible misbehaviour in official release
label
Apr 6, 2018
I've reproduced similar issue with:
It outputs
|
Fixed in master. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a column that looks like:
After waiting for a significant amount of data to be ingested, when I restart clickhouse I recieve the following error messages:
This error appears once for every part that has been merged several times.
After the restart, it queues fetches from the other replicas and gets back into the correct state:
After the parts are fetched, everything is back to normal.
If, however I restart every node in the shard, then data is reported to be lost.
table engine looks like:
clickhouse version 1.1.54343
The text was updated successfully, but these errors were encountered: