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

Avoid scheduler thread blocking #265

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

alex268
Copy link
Member

@alex268 alex268 commented Apr 25, 2024

Fixed #262

@alex268 alex268 requested a review from pnv1 April 25, 2024 17:29
@alex268 alex268 self-assigned this Apr 25, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 83.33333% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 43.96%. Comparing base (273c93f) to head (645c8f9).

Files Patch % Lines
.../java/tech/ydb/core/impl/pool/GrpcChannelPool.java 81.25% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #265      +/-   ##
============================================
- Coverage     43.99%   43.96%   -0.03%     
- Complexity     1550     1554       +4     
============================================
  Files           294      294              
  Lines         11359    11359              
  Branches       1109     1112       +3     
============================================
- Hits           4997     4994       -3     
- Misses         5966     5967       +1     
- Partials        396      398       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alex268 alex268 merged commit 4951bec into ydb-platform:master Apr 26, 2024
7 checks passed
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.

PeriodicDiscoveryTask can deadlock scheduler thread
3 participants