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

An error is reported using the lookup statement -1005:Storage Error: part: 1, error: E_RPC_FAILURE(-3). #4809

Closed
LiuTianyou opened this issue Oct 29, 2022 · 0 comments · Fixed by #5105
Assignees
Labels
affects/none PR/issue: this bug affects none version. process/done 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

@LiuTianyou
Copy link

LiuTianyou commented Oct 29, 2022

Describe the bug (required)

An error is reported using the lookup statement -1005:Storage Error: part: 1, error: E_RPC_FAILURE(-3).

Your Environments (required)

  • OS: Mac os
  • Use docker-compose deployment
  • Nebula version 3.2.0

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Create a tag, add attributes, and create an index
  2. Insert the vertex that uses the tag
  3. Add an property to this tag that is not allowed to be null and does not specify a default value
  4. Using the lookup statement to query

Expected behavior

Users should be prevented from adding property that are allowed to be null and do not specify default values to tags already used by vertex, rather than getting a confusing error when querying

@LiuTianyou LiuTianyou added the type/bug Type: something is unexpected label Oct 29, 2022
@Sophie-Xie Sophie-Xie added this to the v3.4.0 milestone Oct 31, 2022
@xtcyclist xtcyclist added the type/bug/functionality Bugs preventing the database to deliver a promised function. label Nov 9, 2022
@jinyingsunny jinyingsunny added the severity/major Severity of bug label Nov 10, 2022
@HarrisChu HarrisChu added the affects/none PR/issue: this bug affects none version. label Dec 1, 2022
@github-actions github-actions bot added the process/fixed Process of bug label Dec 26, 2022
@Hester-Gu Hester-Gu added the process/done Process of bug label Jan 13, 2023
@github-actions github-actions bot removed the process/fixed Process of bug label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/done 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

Successfully merging a pull request may close this issue.

8 participants