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 1212 #4607

Merged
merged 2 commits into from
Sep 5, 2022
Merged

Fix 1212 #4607

merged 2 commits into from
Sep 5, 2022

Conversation

xtcyclist
Copy link
Contributor

…due to found syantax errors.

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

https://github.com/vesoft-inc/nebula-ent/issues/1212

Description:

When some expression has a wrong syntax, it is merged with others and fed into further evaluation, hitting a LOG(FATAL).

How do you solve it?

Stop further folding expressions and return in FoldConstantExprVisitor::fold(), if status_ is already set to an error state.

Special notes for your reviewer, ex. impact of this fix, design document, etc:

Checklist:

Tests:

  • Unit test(positive and negative cases)
  • Function test
  • Performance test
  • N/A
  • tck

Affects:

  • Documentation affected (Please add the label if documentation needs to be modified.)
  • Incompatibility (If it breaks the compatibility, please describe it and add the label.)
  • If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).)
  • Performance impacted: Consumes more CPU/Memory

Release notes:

Fixing a crash bug caused by evaluating an expression with wrong a syntax.

@xtcyclist xtcyclist added the ready-for-testing PR: ready for the CI test label Sep 1, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2022

Codecov Report

Merging #4607 (4738331) into master (c884477) will increase coverage by 0.13%.
The diff coverage is 89.36%.

@@            Coverage Diff             @@
##           master    #4607      +/-   ##
==========================================
+ Coverage   84.66%   84.79%   +0.13%     
==========================================
  Files        1357     1357              
  Lines      135081   135285     +204     
==========================================
+ Hits       114360   114719     +359     
+ Misses      20721    20566     -155     
Impacted Files Coverage Δ
src/clients/storage/StorageClient.h 100.00% <ø> (ø)
src/graph/executor/StorageAccessExecutor.h 66.66% <ø> (ø)
src/graph/executor/algo/BFSShortestPathExecutor.h 100.00% <ø> (ø)
src/graph/executor/algo/BatchShortestPath.h 100.00% <ø> (ø)
...rc/graph/executor/algo/MultiShortestPathExecutor.h 100.00% <ø> (ø)
src/graph/executor/algo/ProduceAllPathsExecutor.h 100.00% <ø> (ø)
src/graph/executor/algo/ShortestPathBase.h 50.00% <ø> (ø)
src/graph/executor/algo/ShortestPathExecutor.h 100.00% <ø> (ø)
src/graph/executor/algo/SingleShortestPath.h 100.00% <ø> (ø)
src/graph/executor/algo/SubgraphExecutor.h 100.00% <ø> (ø)
... and 107 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@Aiee Aiee left a comment

Choose a reason for hiding this comment

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

LGTM

@Sophie-Xie Sophie-Xie added affects/v3.2 PR/issue: this bug affects v3.2.x version. cherry-pick-v3.2 PR: need cherry-pick to this version labels Sep 5, 2022
@Sophie-Xie Sophie-Xie merged commit bcab2f3 into vesoft-inc:master Sep 5, 2022
Sophie-Xie pushed a commit that referenced this pull request Sep 7, 2022
Sophie-Xie added a commit that referenced this pull request Sep 13, 2022
* fix lookup (#4552)

fix

Co-authored-by: jimingquan <[email protected]>
Co-authored-by: Sophie <[email protected]>

* fix split brain in raft (#4479)

Co-authored-by: Sophie <[email protected]>

* fix invalid filter in GetProp make storage crashed (#4568)

Co-authored-by: haowen <[email protected]>

* fix scan vertex/edge do not handle ttl (#4578)

* fix scan vertex/edge do not handle ttl

* use ErrorCode to unify community version and end version

* Fix #1212. Return FoldConstantExprVisitor, if status_ already failed due to found syantax errors. (#4607)

Co-authored-by: jie.wang <[email protected]>

* Avoid fatal when expression illegal. (#4618)

* Fix concurrent exception related to multi-match statement (#4605)

* fix filter executor

* Fix concurrency exception of multi-match statements

fix iterator

fix

small delete

small delete

skip iterator type handle for concurrency

small delete

fix scan edges

small delete

small delete

fix

small delete

small change

small change

fix ut

small fix

Co-authored-by: Sophie <[email protected]>

* Prune properties(#4523)

* fix conflict

* extract attribute from properties function (#4604)

* extract attribute from properties function

* fix error

* fix subscript error

* add test case

* process scanEdges

* fix test error

* add unwind & check vidType when executing not validate (#4456)

* Update AppendVerticesExecutor.cpp

fix conflict

* Update AppendVerticesExecutor.cpp

* Replace obsolete RocksDB API (#4395)

Co-authored-by: Sophie <[email protected]>

* Update PrunePropertiesRule.feature

* remove useless dc (#4533)

* Update PrunePropertiesRule.feature

* fix test error

Co-authored-by: kyle.cao <[email protected]>
Co-authored-by: jimingquan <[email protected]>
Co-authored-by: liwenhui-soul <[email protected]>
Co-authored-by: Doodle <[email protected]>
Co-authored-by: haowen <[email protected]>
Co-authored-by: Cheng Xuntao <[email protected]>
Co-authored-by: jie.wang <[email protected]>
Co-authored-by: shylock <[email protected]>
Co-authored-by: Qiaolin Yu <[email protected]>
@Sophie-Xie Sophie-Xie removed the affects/v3.2 PR/issue: this bug affects v3.2.x version. label Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-v3.2 PR: need cherry-pick to this version ready for review ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants