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

Simlify the vhost server spawn #2057

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Conversation

komarevtsev-d
Copy link
Collaborator

Сильно упросил старт процесса и почнил корень зла - вызов SetValue() внутри потока, который обслуживает blockstore-vhost-server.
Таким образом у нас теперь всё работает на одном корутиновом потоке.

@komarevtsev-d komarevtsev-d added large-tests Launch large tests for PR blockstore Add this label to run only cloud/blockstore build and tests on PR labels Sep 17, 2024
@komarevtsev-d komarevtsev-d linked an issue Sep 17, 2024 that may be closed by this pull request
Copy link
Contributor

Note

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

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 4612b95.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3455 3455 0 0 0 0

@komarevtsev-d komarevtsev-d merged commit 7b44671 into main Sep 18, 2024
11 of 12 checks passed
@komarevtsev-d komarevtsev-d deleted the users/komarevtsev-d/issue-2013/2 branch September 18, 2024 09:11
komarevtsev-d added a commit that referenced this pull request Sep 18, 2024
komarevtsev-d added a commit that referenced this pull request Sep 19, 2024
* Ability to disable node broker registration in the DA (#2038)

* Ability to disable node broker registration in the DA

* Fix typo in comment

* Fix linkage

* Fix local disks test (#2039)

* Respond to HTTP requests while being in the deep idle state (#2045)

* Respond to HTTP requests while being in the deep idle state

* Review fixes

* Fix blockstore-vhost-server deadlock before execvp call (#2052)

* Fix vhost deadlock before execvp call

* Make sure no allocations is done

* Simlify the vhost server spawn (#2057)

* Deduce MediaKind from PoolKind while creating a disk from device (#2061)

* fix cmake build
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 large-tests Launch large tests for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[NBS] The vhost-server can catch erroneous SIGUSR2
3 participants