Replies: 1 comment 8 replies
-
Although I don't understand it fully I think I may have found a solution for my problem. For each test run I started with
I have heartbeat interval default (10 seconds) and thus thought waiting 20 seconds would be sufficient. However, it turns out that increasing the wait to 40 seconds solved the problem. Now I don't see the E_LEADER CHANGED messages any more. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am testing out nebula-graph 3.1.0.
I created a cluster of 6 machines (1-3 with metad, 1-6 with graphd+storaged) and have been running some ingestion tests with my own data ingestor (java program). It has been working well overall but I have noticed a few issues with cluster stability.
I have tested primarily with replica factor 1 but now when switching to 3 I started running into these errors (from graphd err log):
E20220511 09:14:56.591831 696 StorageAccessExecutor.h:39] InsertVerticesExecutor failed, error E_LEADER_CHANGED, part 9
E20220511 09:14:56.591840 696 StorageAccessExecutor.h:39] InsertVerticesExecutor failed, error E_LEADER_CHANGED, part 79
E20220511 09:14:56.591850 696 StorageAccessExecutor.h:39] InsertVerticesExecutor failed, error E_LEADER_CHANGED, part 11
E20220511 09:14:56.591861 696 StorageAccessExecutor.h:39] InsertVerticesExecutor failed, error E_LEADER_CHANGED, part 91
E20220511 09:14:56.591902 696 QueryInstance.cpp:137] Storage Error: Not the leader of 25. Please retry later.
I have tried rebooting nodes and they seems to come up and ONLINE again according to SHOW HOSTS.
I also removed the space and use an entirely new space name but I get the same errors.
Any ideas, tips what could be causing this?
Beta Was this translation helpful? Give feedback.
All reactions