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

The query returns too much data, causing the console to hang, and the graph log reports an error #5191

Closed
nebula-bots opened this issue Jan 4, 2023 · 1 comment
Assignees
Labels
affects/v3.2 PR/issue: this bug affects v3.2.x version. auto-sync process/fixed Process of bug severity/major Severity of bug type/bug/functionality Bugs preventing the database to deliver a promised function. type/bug Type: something is unexpected
Milestone

Comments

@nebula-bots
Copy link
Contributor

Describe the bug (required)

space: sf1000

nGQL: lookup on Person yield id(vertex) as vid | limit 500000 | go from $-.vid over LIKES  yield distinct LIKES._src as src, LIKES._dst as dst

log:
image

@nebula-bots nebula-bots added affects/v3.2 PR/issue: this bug affects v3.2.x version. auto-sync severity/major Severity of bug type/bug Type: something is unexpected type/bug/functionality Bugs preventing the database to deliver a promised function. labels Jan 4, 2023
@github-actions github-actions bot removed the type/bug Type: something is unexpected label Jan 4, 2023
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Jan 4, 2023
@Sophie-Xie Sophie-Xie added the type/bug Type: something is unexpected label Jan 4, 2023
@Shylock-Hg Shylock-Hg self-assigned this Jan 17, 2023
@Shylock-Hg
Copy link
Contributor

https://github.com/vesoft-inc/nebula-cpp/blob/ee8d36add01c5e900d813fa9ab107ae114441cc4/src/client/Connection.cpp#L118
cpp client already use THeaderProtocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/v3.2 PR/issue: this bug affects v3.2.x version. auto-sync process/fixed Process of bug severity/major Severity of bug type/bug/functionality Bugs preventing the database to deliver a promised function. type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

4 participants