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

release/v20.11: fix(schema): log error instead of panic if schema not found for predicate (#7502) #7509

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Mar 3, 2021

This PR fixes alpha panic when drop operation and the query is run concurrently.
This may happen when some query that needs indexing over this predicate is executing while the predicate is dropped from the state (using drop operation).

(cherry picked from commit 96073fc)


This change is Reviewable

…cate (#7502)

This PR fixes alpha panic when drop operation and the query is run concurrently.
This may happen when some query that needs indexing over this predicate is executing while the predicate is dropped from the state (using drop operation).

(cherry picked from commit 96073fc)
@github-actions github-actions bot added the area/schema Issues related to the schema language and capabilities. label Mar 3, 2021
@NamanJain8 NamanJain8 merged commit 48f22eb into release/v20.11 Mar 8, 2021
@NamanJain8 NamanJain8 deleted the naman/cp/panic-schema branch March 8, 2021 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema Issues related to the schema language and capabilities.
Development

Successfully merging this pull request may close these issues.

2 participants