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

fix Exception in issue#2439 #2448

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

LiuYangkuan
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
In Issue#2439, there will be an Exception after creating a materialized view tab_view to kafka engine table. The reason is the materialized view will add dependencies before itself construct ready in context.

@alexey-milovidov
Copy link
Member

It looks like the race codition still exist. There is a chance that materialized view will be added but streaming will not start. I'm right?

@LiuYangkuan
Copy link
Contributor Author

Yes, you got it! The kafka StreamThread only judge the dependencies is not enough.
Always the second time, the dependency tables--materialized views is ready.
So this is not a critical bug.

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.

None yet

2 participants