-
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
Experimental MaterializedPostgreSQL crash #35611
Comments
I mislead you, it actually catches the exception and shuts down. But anyway I couldn't make it working back. |
Ok, so there is no crash and it just does not let the server start because there is an exception on startup? |
Yes, it shut down when I made an UPDATE request and do it when starting again. |
This should be not as simple as just making update, as different update versions are tested in CI: https://github.com/ClickHouse/ClickHouse/blob/master/tests/integration/test_postgresql_replica_database_engine_1/test.py#L451 |
How can I get more details about error? |
I found the reason by rereading the code and the stacktraces from the |
Superfast! Thanks, I'll check it soon. |
Describe what's wrong
Experimental MaterializedPostgreSQL db engine crashes. As I understood, it started happening when UPDATE was made on a source database. Then it started to crash database after a minute when restarted. I can't even drop the database.
As I understand UPDATE should be supported and handled by ReplacingMergeTree, am I right?
Does it reproduce on recent release?
I used the latest tag of docker image "yandex/clickhouse-server:latest" which was "sha256:c739327b5607ac47030e5de03542072f21912a4226f18de912a6e6126af28014"
The list of releases
Enable crash reporting
This is against company's security policy.
How to reproduce
CREATE TABLE
statements for all tables involvedOne of postgres tables schema
Expected behavior
Sync well, print error, stop syncing, but not crash.
Error message and/or stacktrace
Additional context
Log file from restart until crash. With table schemas removed.
click.log
The text was updated successfully, but these errors were encountered: