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

multiple metad cannot start up in nightly build #3345

Closed
HarrisChu opened this issue Nov 23, 2021 · 0 comments
Closed

multiple metad cannot start up in nightly build #3345

HarrisChu opened this issue Nov 23, 2021 · 0 comments
Assignees
Labels
type/bug Type: something is unexpected

Comments

@HarrisChu
Copy link
Contributor

multiple metad cannot start up in nightly build

  1. start 3 metad
  2. one metad is exited.
  3. restart the exited metad.
  4. still be exited after a while.

--v=2

I1123 10:13:29.201761 29931 Part.cpp:209] [Port: 9560, Space: 0, Part: 0] Find the new leader "192.168.8.62":9560
I1123 10:13:29.207471 29924 RaftPart.cpp:1570] [Port: 9560, Space: 0, Part: 0] The current role is Follower
I1123 10:13:29.207482 29924 RaftPart.cpp:1435] [Port: 9560, Space: 0, Part: 0] Local is missing logs from id 12. Need to catch up
I1123 10:13:29.207729 29924 RaftPart.cpp:1570] [Port: 9560, Space: 0, Part: 0] The current role is Follower
I1123 10:13:29.207943 29924 Part.cpp:246] OP_MULTI_PUT 5f5f686f7374735f5f0c000000000000003139322e3136382e382e363233260000, val = 0253d4464c7d010000020000000700000000000000383065383237661200000000000000323032312e31312e32322d6e696768746c79
I1123 10:13:29.213361 29924 RaftPart.cpp:1534] [Port: 9560, Space: 0, Part: 0] Follower succeeded committing log 12 to 12
I1123 10:13:29.213601 29924 RaftPart.cpp:1570] [Port: 9560, Space: 0, Part: 0] The current role is Follower
I1123 10:13:29.898190 29877 MetaDaemon.cpp:137] Get meta version is 2
I1123 10:13:29.898208 29877 MetaDaemon.cpp:164] Nebula store init succeeded, clusterId 4504052501322073825
I1123 10:13:29.898212 29877 MetaDaemon.cpp:275] Start http service
I1123 10:13:29.898352 29877 MetaDaemon.cpp:172] Starting Meta HTTP Service
I1123 10:13:29.899699 30052 WebService.cpp:124] Web service started on HTTP[19559], HTTP2[19560]
E1123 10:13:29.899749 29877 JobManager.cpp:70] Can't find jobs, error: E_LEADER_CHANGED
E1123 10:13:29.900070 29877 MetaDaemon.cpp:290] Init job manager failed

seems handleRemainingJobs return leader_change when start up a follower metad.

#3254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants