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

Lost data when rebuilding index #2206

Closed
Amber1990Zhang opened this issue Jul 3, 2020 · 2 comments
Closed

Lost data when rebuilding index #2206

Amber1990Zhang opened this issue Jul 3, 2020 · 2 comments
Assignees

Comments

@Amber1990Zhang
Copy link
Contributor

I have 19 records.

(user@nebula) [NBA]> GO FROM 100,101,102,103,104,105,106,107,108,109,110 OVER follow YIELD follow._src, follow._dst,follow.degree
=============================================
| follow._src | follow._dst | follow.degree |
=============================================
| 100         | 101         | 95            |
---------------------------------------------
| 100         | 102         | 91            |
---------------------------------------------
| 100         | 106         | 90            |
---------------------------------------------
| 101         | 100         | 95            |
---------------------------------------------
| 101         | 102         | 91            |
---------------------------------------------
| 102         | 101         | 75            |
---------------------------------------------
| 103         | 102         | 70            |
---------------------------------------------
| 104         | 103         | 50            |
---------------------------------------------
| 104         | 105         | 60            |
---------------------------------------------
| 105         | 104         | 83            |
---------------------------------------------
| 105         | 110         | 87            |
---------------------------------------------
| 106         | 100         | 88            |
---------------------------------------------
| 106         | 107         | 81            |
---------------------------------------------
| 107         | 106         | 92            |
---------------------------------------------
| 107         | 108         | 97            |
---------------------------------------------
| 108         | 109         | 95            |
---------------------------------------------
| 109         | 110         | 78            |
---------------------------------------------
| 110         | 105         | 85            |
---------------------------------------------
| 110         | 109         | 72            |
---------------------------------------------
Got 19 rows (Time spent: 2.463/4.873 ms)

image
image

But when I query with LOOKUP, only 11 are returned. 8 lost.
image

Dataset link: https://oss-cdn.nebula-graph.io/doc/example_data.zip

@whitewum
Copy link
Contributor

is this data loss bug fixed in 1.0.1?

@CPWstatic
Copy link
Contributor

As far as i know, this issue is not reproduced in latest version of nebula1.0 and nebula2.0. I'll close it firstly.

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

No branches or pull requests

5 participants