Skip to content

[NBS] Fix NBS shutdown hang when Device Provider socket is missing#6595

Open
sharpeye wants to merge 1 commit into
mainfrom
users/sharpeye/shutdown-device-provider
Open

[NBS] Fix NBS shutdown hang when Device Provider socket is missing#6595
sharpeye wants to merge 1 commit into
mainfrom
users/sharpeye/shutdown-device-provider

Conversation

@sharpeye

@sharpeye sharpeye commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Fix shutdown hanging when the Device Provider socket is unavailable.

The client now cancels active gRPC requests, rejects new requests after shutdown starts, and uses request deadlines.

@sharpeye sharpeye added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Jul 23, 2026
@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

@sharpeye
sharpeye force-pushed the users/sharpeye/shutdown-device-provider branch from bec21be to 4a60c24 Compare July 23, 2026 19:21
@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

@sharpeye
sharpeye force-pushed the users/sharpeye/shutdown-device-provider branch from 4a60c24 to 0ec032b Compare July 23, 2026 19:42
@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Note

This is an automated comment that will be appended during run.

Note

All workloads for linux-x86_64-relwithdebinfo have completed.

Tip

Planned checks for linux-x86_64-relwithdebinfo.

🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1430s): some tests FAILED for commit 0ec032b.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
6859 6856 0 2 0 1 0

🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 23s): all tests PASSED for commit 0ec032b.

TESTS PASSED ERRORS FAILED FAILED BUILD SKIPPED MUTED?
34 34 0 0 0 0 0

@sharpeye
sharpeye marked this pull request as ready for review July 24, 2026 12:28

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0ec032b7c0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread cloud/blockstore/libs/local_nvme/generic_inventory_service_client.h
Comment thread cloud/blockstore/libs/local_nvme/generic_inventory_service_client.h
}

void Complete() override
void Complete(bool ok) final

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Why do we need bool ok?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

blockstore Add this label to run only cloud/blockstore build and tests on PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants