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

Lookup limit pushdown might crash storaged when running concurrently #4286

Closed
xiajingchun opened this issue May 26, 2022 · 1 comment
Closed
Labels
type/bug Type: something is unexpected
Milestone

Comments

@xiajingchun
Copy link

xiajingchun commented May 26, 2022

Prerequisite:

  1. set query_concurrently=true in storaged conf.
  2. :play nba to create the nba space.

run below shell will crash storaged

echo "start to run"
for i in `seq 1 10`
do
    echo $i; ./nebula-console -addr <ip> -port <port> -u root -p nebula -e "use nba; LOOKUP ON like YIELD like.likeness as likeness | ORDER BY \$-.likeness | Limit 2" &
done
wait
echo "done"

Your Environments (required)

  • OS: uname -a
  • Compiler: g++ --version or clang++ --version
  • CPU: lscpu
  • Commit id (e.g. a3ffc7d8)

How To Reproduce(required)

Steps to reproduce the behavior:

refer to the description.

Expected behavior

Storaged won't crash.

Additional context

@xiajingchun xiajingchun added the type/bug Type: something is unexpected label May 26, 2022
@Sophie-Xie
Copy link
Contributor

Fixed in #4288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants