[JAVA-2700] Implement fallback to IP v4/IP v6 vice-versa Created: 11/Dec/17 Updated: 28/Oct/23 Resolved: 05/Oct/18 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Connection Management |
| Affects Version/s: | None |
| Fix Version/s: | 3.9.0 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Rathi Gnanasekaran | Assignee: | Jonathan Ma |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The driver should try to connect to all IP addresses returned from java.net.InetAddress#getAllByName(java.lang.String) instead of just the first one as returned from java.net.InetAddress#getByName(java.lang.String) before giving up trying to connect. |
| Comments |
| Comment by Githook User [ 05/Oct/18 ] |
|
Author: {'name': 'Jonathan', 'email': 'thejonathanma@gmail.com', 'username': 'thejonathanma'}Message: Implement ip address fallback for hostnames in async This commit implements the ip address fallback for the async driver.
|
| Comment by Jonathan Ma [ 03/Oct/18 ] |
|
Github PR for async implementation |
| Comment by Githook User [ 27/Sep/18 ] |
|
Author: {'name': 'Jonathan', 'email': 'thejonathanma@gmail.com', 'username': 'thejonathanma'}Message: Implement fallback to IPv4/IPv6 vice-versa for sync This commit changes the way the driver attempts connections to the
|
| Comment by Jonathan Ma [ 25/Sep/18 ] |
|
Github PR for sync implementation. |