Skip to content

[ISSUE 3287] Fix the bug that ipv6 ip can not be recognized#3288

Open
tal705 wants to merge 1 commit intoapache:masterfrom
tal705:github-branch-0523
Open

[ISSUE 3287] Fix the bug that ipv6 ip can not be recognized#3288
tal705 wants to merge 1 commit intoapache:masterfrom
tal705:github-branch-0523

Conversation

@tal705
Copy link

@tal705 tal705 commented May 23, 2022

Motivation

Fix #3287
Fix the bug for ipv6 ip can not be recognized.

Changes

  1. Add some code in org.apache.bookkeeper.common.net.ServiceURI to deal with ipv6 ip.
  2. Improve the Unit Test.

@tal705
Copy link
Author

tal705 commented May 26, 2022

@sijie could you review it? thank you very much.

@tal705
Copy link
Author

tal705 commented Jun 8, 2022

rerun failure checks

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tal705
Copy link
Author

tal705 commented Jun 16, 2022

rerun failure checks

multiHosts.toArray(new String[multiHosts.size()]),
serviceURI.getServicePath(),
serviceURI.getUri());
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to deal with hosts.size() == 1 ?

@hangc0276
Copy link
Contributor

The same with #3158

@StevenLuMT
Copy link
Member

fix old workflow,please see #3455 for detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can not recognize ipv6 ip when init zk

4 participants