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

Check whether the tag is created #5421

Open
caton-hpg opened this issue Mar 21, 2023 · 1 comment
Open

Check whether the tag is created #5421

caton-hpg opened this issue Mar 21, 2023 · 1 comment
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@caton-hpg
Copy link
Contributor

Introduction

I create a tag by nebula-cpp.
Then execute INSERT VERTEX xxx fail.
The reason is that graphd will check tag by meta client cache. And The cache will be synchronized at per heartbeat_interval_secs.
Waiting for heartbeat_interval_secs is too long.

Contents

Requirement 1: Check whether the tag is created by desc tag <tag_name> or some ngsql.
Requirement 2: After the tag is created, the cache of the metad client can be updated immediately.

Related work

@caton-hpg caton-hpg added the type/enhancement Type: make the code neat or more efficient label Mar 21, 2023
@jzx1000
Copy link

jzx1000 commented Nov 13, 2024

I have the same issue. Is there a solution available now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants