Skip to content

[HUDI-3148] Create pushgateway client based on port#4497

Merged
nsivabalan merged 2 commits intoapache:masterfrom
low-on-mana:master
Jan 10, 2022
Merged

[HUDI-3148] Create pushgateway client based on port#4497
nsivabalan merged 2 commits intoapache:masterfrom
low-on-mana:master

Conversation

@low-on-mana
Copy link
Copy Markdown
Contributor

@low-on-mana low-on-mana commented Jan 3, 2022

Tips

What is the purpose of the pull request

#4496
Fix above issue

Brief change log

  • Consider port while creating pushgateway client

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@nsivabalan nsivabalan changed the title [MINOR] Create pushgateway client based on port [HUDI-3147] Create pushgateway client based on port Jan 3, 2022
@nsivabalan nsivabalan self-assigned this Jan 3, 2022
@nsivabalan nsivabalan added priority:high Significant impact; potential bugs priority:critical Production degraded; pipelines stalled and removed priority:high Significant impact; potential bugs labels Jan 3, 2022
private PushGateway createPushGatewayClient(String serverHost, int serverPort) {
if (serverPort == 443) {
try {
return new PushGateway(new URL("https://" + serverHost));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@t0il3ts0ap : Did you test this patch?
don't we need

new URL("https://" + serverHost + ":" + serverPort));

Copy link
Copy Markdown
Contributor Author

@low-on-mana low-on-mana Jan 15, 2022

Choose a reason for hiding this comment

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

@nsivabalan Srry, couldnt reply in time. Yes this is tested, its not needed. Shouldn't be an issue, even if added.

Copy link
Copy Markdown
Contributor

@nsivabalan nsivabalan left a comment

Choose a reason for hiding this comment

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

One small clarification. Can land once clarified.

@nsivabalan nsivabalan changed the title [HUDI-3147] Create pushgateway client based on port [HUDI-3148] Create pushgateway client based on port Jan 9, 2022
@hudi-bot
Copy link
Copy Markdown
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@nsivabalan nsivabalan merged commit c8df9b0 into apache:master Jan 10, 2022
@xushiyan xushiyan removed the priority:critical Production degraded; pipelines stalled label Jan 11, 2022
nsivabalan added a commit that referenced this pull request Jan 11, 2022
Co-authored-by: anoop narang <anoop.narang@navi.com>
Co-authored-by: sivabalan narayanan <n.siva.b@gmail.com>
@nsivabalan
Copy link
Copy Markdown
Contributor

@t0il3ts0ap : sorry do you know if suffixing the port would work or fail? I did not get a chance to test it out, but suffixed the port and merged it in.
can you please let me know if we need to fix it.

@vinishjail97 vinishjail97 mentioned this pull request Jan 24, 2022
5 tasks
vingov pushed a commit to vingov/hudi that referenced this pull request Jan 26, 2022
Co-authored-by: anoop narang <anoop.narang@navi.com>
Co-authored-by: sivabalan narayanan <n.siva.b@gmail.com>
liusenhua pushed a commit to liusenhua/hudi that referenced this pull request Mar 1, 2022
Co-authored-by: anoop narang <anoop.narang@navi.com>
Co-authored-by: sivabalan narayanan <n.siva.b@gmail.com>
vingov pushed a commit to vingov/hudi that referenced this pull request Apr 3, 2022
Co-authored-by: anoop narang <anoop.narang@navi.com>
Co-authored-by: sivabalan narayanan <n.siva.b@gmail.com>
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.

5 participants