-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
.*: Introduce graceful shutdown for gRPC Servers #1687
Conversation
This should be rebased and include the fixes that will be introduced after #1689 merged. |
3927f73
to
3c786f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR might have conflicting changes with #1672 |
My personal opinion, this PR is larger and would be harder to rebase than #1672, so I'd prefer to merge this first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, @kakkoyun :))) I have some nits but nothing major
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, it looks good, but have some minor comments (:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go with this! Good work, thanks 👍
Let's rebase and merge.
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
d7609b4
to
e020f36
Compare
Signed-off-by: Kemal Akkoyun <[email protected]>
@bwplotka Is CI failure a Netlify issue? Is it something related to these changes? |
Signed-off-by: Kemal Akkoyun <[email protected]>
Signed-off-by: Kemal Akkoyun <[email protected]>
This PR,
--grpc-grace-period
CLI option to specify the period.Signed-off-by: Kemal Akkoyun [email protected]
Changes
--grpc-grace-period
CLI option to components which serve gRPC to set how long to wait until gRPC Server shuts down.Verification
make test-local
MINIO_ENABLED=1 ./scripts/quickstart.sh