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-3527 Fix race while parallel ddl queries #3101

Merged
merged 12 commits into from
Sep 24, 2018
Merged

CLICKHOUSE-3527 Fix race while parallel ddl queries #3101

merged 12 commits into from
Sep 24, 2018

Conversation

CurtizJ
Copy link
Member

@CurtizJ CurtizJ commented Sep 11, 2018

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en


${CLICKHOUSE_CLIENT} --query "DROP DATABASE IF EXISTS db_create_race"

for i in {1..10}; do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to run a few concurrent loops (100 iterations ok), not single queries.

@CurtizJ CurtizJ changed the title CLICKHOUSE-3527 Fix race while parallel create database CLICKHOUSE-3527 Fix race while parallel ddl queries Sep 19, 2018
@alexey-milovidov alexey-milovidov merged commit b6c7d71 into ClickHouse:master Sep 24, 2018
alexey-milovidov added a commit that referenced this pull request Sep 24, 2018
alexey-milovidov added a commit that referenced this pull request Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants