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

Fix Long Startup Time for Kopia Repository Server #2048

Merged
merged 5 commits into from
May 10, 2023

Conversation

r4rajat
Copy link
Contributor

@r4rajat r4rajat commented May 4, 2023

Change Overview

Fix Long Startup Time for Kopia Repository Server

  • As of now we're checking for Kopia Repository Server status before starting the server till the commands runs successfully or exits due to timeout.
  • Instead of running till the command runs successfully or exits due to timeout, we're just checking once before starting server, if command runs successfully, we won't start server, else we'll start the server.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • fixes #issue-number

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Copy link
Contributor

@kale-amruta kale-amruta left a comment

Choose a reason for hiding this comment

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

Checkout the comments

Kanister automation moved this from In Progress to Review Required May 5, 2023
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
@r4rajat r4rajat added the kueue label May 6, 2023
Copy link
Contributor

@kale-amruta kale-amruta left a comment

Choose a reason for hiding this comment

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

lgtm

Kanister automation moved this from Review Required to Reviewer approved May 8, 2023
@mergify mergify bot merged commit 9ce4426 into master May 10, 2023
Kanister automation moved this from Reviewer approved to Done May 10, 2023
@mergify mergify bot deleted the fix-long-repo-server-startup branch May 10, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants