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

sometimes show hosts don't display version #3853

Closed
HarrisChu opened this issue Feb 7, 2022 · 1 comment
Closed

sometimes show hosts don't display version #3853

HarrisChu opened this issue Feb 7, 2022 · 1 comment
Assignees
Labels
community Source: who proposed the issue type/bug Type: something is unexpected
Milestone

Comments

@HarrisChu
Copy link
Contributor

HarrisChu commented Feb 7, 2022

when verify client version, if the meta leader change, and then cannot write version key in metad.

(root@nebula) [(none)]> show hosts
+-----------------+------+----------+--------------+----------------------+------------------------+----------+
| Host            | Port | Status   | Leader count | Leader distribution  | Partition distribution | Version  |
+-----------------+------+----------+--------------+----------------------+------------------------+----------+
| "192.168.15.13" | 3772 | "ONLINE" | 16           | "sf1:9, sf100:7"     | "sf1:24, sf100:24"     | "v3.0.0" |
| "192.168.15.13" | 2772 | "ONLINE" | 32           | "sf1:15, sf100:17"   | "sf1:24, sf100:24"     | "v3.0.0" |
| "192.168.15.13" | 1772 | "ONLINE" | 0            | "No valid partition" | "sf1:24, sf100:24"     |          |
+-----------------+------+----------+--------------+----------------------+------------------------+----------+
Got 3 rows (time spent 2872/4624 us)

Mon, 07 Feb 2022 07:30:19 UTC

image

steps:

  1. deploy three nebula in one hosts, e.g. nebula1, nebula2, nebula3.
  2. run
for i in `seq 1 3`;do ./nebula$i/scripts/nebula.service start all;done
@CPWstatic
Copy link
Contributor

Thanks, we should verify the result of doSyncPut.

@CPWstatic CPWstatic assigned zhaohaifei and unassigned CPWstatic Feb 21, 2022
@zhaohaifei zhaohaifei mentioned this issue Apr 3, 2022
11 tasks
@Sophie-Xie Sophie-Xie added the community Source: who proposed the issue label Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Source: who proposed the issue type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

5 participants