Skip to content

Fix admin-api-brokers list failed - #9191

Merged
sijie merged 4 commits into
apache:masterfrom
315157973:parse
Jan 13, 2021
Merged

Fix admin-api-brokers list failed#9191
sijie merged 4 commits into
apache:masterfrom
315157973:parse

Conversation

@315157973

Copy link
Copy Markdown
Contributor

Fixes #9128

Motivation

There have bug in parses cluster service url. Current address resolution does not support multiple addresses.
Such as http://host1:8080,host2:8080,host3:8080

Modifications

Let URI resolution support multiple addresses

Verifying this change

unit test:
activeBrokerParse

@sijie sijie added this to the 2.8.0 milestone Jan 12, 2021
@codelipenghui

Copy link
Copy Markdown
Contributor

/pulsarbot run-failure-checks

@315157973

Copy link
Copy Markdown
Contributor Author

/pulsarbot run-failure-checks

2 similar comments
@315157973

Copy link
Copy Markdown
Contributor Author

/pulsarbot run-failure-checks

@315157973

Copy link
Copy Markdown
Contributor Author

/pulsarbot run-failure-checks

@sijie
sijie merged commit 908dae9 into apache:master Jan 13, 2021
codelipenghui pushed a commit that referenced this pull request Jan 14, 2021
Fixes #9128

### Motivation
There have bug in parses cluster service url. Current address resolution does not support multiple addresses.
Such as `http://host1:8080,host2:8080,host3:8080`

### Modifications
Let URI resolution support multiple addresses

### Verifying this change
unit test:
activeBrokerParse

(cherry picked from commit 908dae9)
@codelipenghui codelipenghui added the cherry-picked/branch-2.7 Archived: 2.7 is end of life label Jan 14, 2021
freeznet pushed a commit to streamnative/pulsar-archived that referenced this pull request Jan 14, 2021
Fixes apache#9128

### Motivation
There have bug in parses cluster service url. Current address resolution does not support multiple addresses.
Such as `http://host1:8080,host2:8080,host3:8080`

### Modifications
Let URI resolution support multiple addresses

### Verifying this change
unit test:
activeBrokerParse

(cherry picked from commit 908dae9)
@315157973
315157973 deleted the parse branch March 12, 2021 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

admin-api-brokers list failed

3 participants