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

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

Merged
merged 2 commits into from Jan 10, 2022

Conversation

low-on-mana
Copy link
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 the priority:major degraded perf; unable to move forward; potential bugs label Jan 3, 2022
@vinothchandar vinothchandar added this to Ready for Review in PR Tracker Board Jan 4, 2022
@nsivabalan nsivabalan added priority:critical production down; pipelines stalled; Need help asap. and removed priority:major degraded perf; unable to move forward; potential bugs labels Jan 4, 2022
private PushGateway createPushGatewayClient(String serverHost, int serverPort) {
if (serverPort == 443) {
try {
return new PushGateway(new URL("https://" + serverHost));
Copy link
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
Contributor Author

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
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
PR Tracker Board automation moved this from Ready for Review to Nearing Landing Jan 10, 2022
@hudi-bot
Copy link

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
PR Tracker Board automation moved this from Nearing Landing to Done Jan 10, 2022
@xushiyan xushiyan removed the priority:critical production down; pipelines stalled; Need help asap. 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
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
Development

Successfully merging this pull request may close these issues.

None yet

4 participants