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

divide zone should be failed if two zones use the same host #3670

Closed
HarrisChu opened this issue Jan 10, 2022 · 0 comments
Closed

divide zone should be failed if two zones use the same host #3670

HarrisChu opened this issue Jan 10, 2022 · 0 comments
Assignees
Labels
type/bug Type: something is unexpected
Milestone

Comments

@HarrisChu
Copy link
Contributor

  1. create a zone with 3 hosts.
  2. divide zone to two zones, using the same hosts. e.g.
DIVIDE zone "z1" into "z3" (127.0.0.1:17010,127.0.0.1:16180) "z4" (127.0.0.1:16180,127.0.0.1:16627)

expect result:

  1. 127.0.0.1:16180 is in two zones, should be failed.

actual result:

  1. execute successfully.
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