forked from apache/cassandra-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 42
feat: multi-address DNS resolution for contact points and connections (DRIVER-201) #890
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
Open
nikagra
wants to merge
29
commits into
scylladb:scylla-4.x
Choose a base branch
from
nikagra:fix/DRIVER-201-endpoint-resolve-all
base: scylla-4.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c64b9c7
refactor: remove dead local-DC contact-point compatibility check (DRI…
nikagra 43e7a16
feat: keep contact points unresolved; deprecate RESOLVE_CONTACT_POINT…
nikagra 767674f
feat: add EndPoint.resolveAll() for multi-address DNS expansion (DRIV…
nikagra 023f791
feat: resolve endpoints off the event loop with multi-IP fallback; de…
nikagra 2770480
fix: gate contact-point reconnection fallback by topology monitor and…
nikagra 19359f9
docs: document contact-point DNS expansion in the upgrade guide (DRIV…
nikagra ecd9497
fix: rotate SNI resolveAll() with a dedicated counter (DRIVER-201)
nikagra 4bf038c
fix: aggregate multi-address connect failures; cover fallback with te…
nikagra 33be476
docs: fix contradictory resolve-contact-points doc; clarify reconnect…
nikagra d3b3978
fix: bound the DNS-resolver thread pool in ChannelFactory (DRIVER-201)
nikagra a6c554d
fix: scope protocol-version negotiation history per candidate address…
nikagra dc40c04
docs: clarify control-reconnection race window and reresolvesNodeAddr…
nikagra 46ba69b
test: remove vestigial RESOLVE_CONTACT_POINTS config from MockResolve…
nikagra 648c824
fix: resolve candidates via Netty's resolver and pin the connected ad…
nikagra 603fa03
test: cover the removed local-DC contact-point check (CUSTOMER-588)
nikagra b83a8ae
fix: do not pin an endpoint to the address it already holds (DRIVER-201)
nikagra 5b79b63
refactor: make resolution a connection-layer concern, drop the EndPoi…
nikagra 97ad981
test: assert on host strings, not resolved IPs, in ClientRoutesIT (DR…
nikagra a0328a7
fix: complete the connect future on failures in resolver and bootstra…
nikagra ea8e1e2
fix: preserve the queried hostname on resolver-returned addresses (DR…
nikagra 092d492
fix: stop trying further addresses after protocol-version rejection (…
nikagra 73f9342
fix: resolve and connect on a single event loop per connection attemp…
nikagra 41f401d
fix: rotate a hostname's addresses with a per-name counter (DRIVER-201)
nikagra 426d950
docs: pin down the afterBootstrapInitialized contract and warn on str…
nikagra f3b0703
test: drop the stale NETTY_DAEMON stub from ChannelFactoryTestBase (D…
nikagra 00e2785
fix: align pinTo type checks and no-op shortcuts across endpoint impl…
nikagra 1b3aea1
fix: keep trying addresses of an unidentified endpoint after a versio…
nikagra f1abf32
fix: always preserve the queried hostname on resolver-returned addres…
nikagra 0f6d91a
fix: scope the address rotation counters to the session and bound the…
nikagra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.