Skip to content

Move iam auth actors out of IO pool #648

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

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

ijon
Copy link
Collaborator

@ijon ijon commented Dec 21, 2023

Move non-blocking iam auth actors out of IO pool so that blocking logging actors couldn't prevent them from working by blocking entire pool. Also IO pool is not a suitable place for a non-blocking actor.

KIKIMR-19644

@ijon ijon requested a review from adameat December 21, 2023 16:17
Copy link

github-actions bot commented Dec 21, 2023

Note

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

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit a62f768.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
57864 48663 0 24 9138 39

🔴 linux-x86_64-release-asan: some tests FAILED for commit a62f768.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14079 13954 0 21 73 31

@ijon ijon merged commit cd21451 into ydb-platform:main Dec 21, 2023
@ijon ijon deleted the move-iam-clients-out-of-io-pool branch December 21, 2023 18:58
marsaly79 pushed a commit to marsaly79/ydb that referenced this pull request Dec 22, 2023
Move non-blocking iam auth actors out of IO pool so that blocking logging actors couldn't prevent them from working by blocking entire pool. Also IO pool is not a suitable place for a non-blocking actor.

KIKIMR-19644
@jepett0 jepett0 mentioned this pull request Dec 28, 2023
This was referenced Dec 29, 2023
Closed
This was referenced Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants