Skip to content
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

Wrong create sql with EmbeddedRocksDB engine can crash the server #51811

Closed
canhld94 opened this issue Jul 5, 2023 · 0 comments · Fixed by #51847
Closed

Wrong create sql with EmbeddedRocksDB engine can crash the server #51811

canhld94 opened this issue Jul 5, 2023 · 0 comments · Fixed by #51847
Labels
bug Confirmed user-visible misbehaviour in official release

Comments

@canhld94
Copy link
Contributor

canhld94 commented Jul 5, 2023

You have to provide the following information whenever possible.

Reproduce SQL:

CREATE TABLE dict
(
    `k` String,
    `v` String
)
ENGINE = EmbeddedRocksDB(k)
PRIMARY KEY k

https://fiddle.clickhouse.com/b8df4e3e-110b-43ad-838f-da6a1d5636e8

Does it reproduce on recent release?

Yes

@canhld94 canhld94 added the potential bug To be reviewed by developers and confirmed/rejected. label Jul 5, 2023
@nickitat nickitat added bug Confirmed user-visible misbehaviour in official release and removed potential bug To be reviewed by developers and confirmed/rejected. labels Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed user-visible misbehaviour in official release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants