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

Clickhouse-server can't restart succesfully until manual kill of clickhouse-odbc-bridge process #6921

Closed
fessmage opened this issue Sep 12, 2019 · 3 comments
Labels
bug Confirmed user-visible misbehaviour in official release comp-odbc st-need-repro We were not able to reproduce the problem, please help us.

Comments

@fessmage
Copy link
Contributor

Describe the bug or unexpected behaviour
Clickhouse-server can't restart succesfully until manual kill of clickhouse-odbc-bridge process.

How to reproduce
Run clickhouse-server with odbc dictionaries. Then try systemctl restart clickhouse-server - it will hang. Clickhouse-server process stopped, but clickhouse-odbc-bridge process stays running. Kill that process manually - and then restart of clickhouse-server continues succesfully.

Which ClickHouse server version to use
19.13.3.26

Expected behavior
Restart of clickhouse-server service must itself stop odbc-bridge, not requiring manually interaction.

@fessmage fessmage added the bug Confirmed user-visible misbehaviour in official release label Sep 12, 2019
@fessmage
Copy link
Contributor Author

It hangs with that situation in processes:

clickho+  363548  1.0  5.5 847156 431460 ?       Sl   10:15   0:08 /usr/bin/clickhouse-odbc-bridge odbc-bridge --http-port 9018 --listen-host localhost --http-timeout 1800000000
root      363913  0.0  0.0 115304  1568 ?        Ss   10:28   0:00 /bin/sh /etc/rc.d/init.d/clickhouse-server stop
root      363917  0.2  0.0 115304  1072 ?        S    10:28   0:00  \_ /bin/sh /etc/rc.d/init.d/clickhouse-server stop
root      364007  0.0  0.0 107952   352 ?        S    10:28   0:00      \_ sleep 1

@alesapin
Copy link
Member

@alexey-milovidov alexey-milovidov added the st-need-repro We were not able to reproduce the problem, please help us. label Jun 22, 2021
@alexey-milovidov
Copy link
Member

No info provided.

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 comp-odbc st-need-repro We were not able to reproduce the problem, please help us.
Projects
None yet
Development

No branches or pull requests

4 participants