Skip to content

cluster: use dynamic whitelist policy for proxy access#833

Draft
dkropachev wants to merge 1 commit intomasterfrom
dk/fix-for-proxy-access-2
Draft

cluster: use dynamic whitelist policy for proxy access#833
dkropachev wants to merge 1 commit intomasterfrom
dk/fix-for-proxy-access-2

Conversation

@dkropachev
Copy link
Copy Markdown
Collaborator

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

Comment thread tests/unit/test_cluster.py Fixed
Comment thread tests/unit/test_cluster.py Fixed
Comment thread cassandra/cluster.py Fixed
@dkropachev dkropachev force-pushed the dk/fix-for-proxy-access-2 branch from 679a13f to ab38a22 Compare April 26, 2026 12:24
log = logging.getLogger(__name__)


class _HostAwareProxyEndPoint(EndPoint):

@mock_session_pools
def test_session_preserves_down_event_discounting_after_endpoint_update(self, *_):
class _DeterministicHashEndPoint(EndPoint):
Comment thread cassandra/cluster.py
self._current_host_id = None
try:
self._cluster.profile_manager.on_control_connection_host(None)
except ReferenceError:
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.

1 participant