You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: