Skip to content

Comments

Asyncio Client Fixes (1)#777

Merged
yuce merged 5 commits intomasterfrom
asyncio-ga1
Feb 19, 2026
Merged

Asyncio Client Fixes (1)#777
yuce merged 5 commits intomasterfrom
asyncio-ga1

Conversation

@yuce
Copy link
Contributor

@yuce yuce commented Feb 18, 2026

This PR fixes the following issues with the asyncio and asyncore clients:

  1. Create tasks for conn.close_connection calls.
  2. Cluster get_member must use the correct variable
  3. Fix the deadlock in asyncio listener
  4. Wrong retry methods in VectorCollection
  5. Remaining retries in schema replicaiton
  6. Blocking cloud discovery refresh

@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2026

Codecov Report

❌ Patch coverage is 51.21951% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.57%. Comparing base (132494d) to head (54a6e9e).

Files with missing lines Patch % Lines
hazelcast/internal/asyncio_listener.py 76.00% 6 Missing ⚠️
hazelcast/internal/asyncio_cluster.py 20.00% 4 Missing ⚠️
hazelcast/internal/asyncio_statistics.py 0.00% 4 Missing ⚠️
...elcast/internal/asyncio_proxy/vector_collection.py 0.00% 2 Missing ⚠️
hazelcast/proxy/vector_collection.py 0.00% 2 Missing ⚠️
hazelcast/internal/asyncio_compact.py 0.00% 1 Missing ⚠️
hazelcast/internal/asyncio_discovery.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #777      +/-   ##
==========================================
- Coverage   94.60%   94.57%   -0.03%     
==========================================
  Files         393      393              
  Lines       25077    25083       +6     
==========================================
- Hits        23723    23722       -1     
- Misses       1354     1361       +7     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yuce yuce requested a review from emreyigit February 18, 2026 11:51
@yuce yuce merged commit 57b5175 into master Feb 19, 2026
16 of 17 checks passed
@yuce yuce deleted the asyncio-ga1 branch February 19, 2026 13:15
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.

3 participants