[JAVA-3251] SRV resolution broken in legacy MongoClient API Created: 01/Apr/19 Updated: 28/Oct/23 Resolved: 03/Apr/19 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Cluster Management |
| Affects Version/s: | 3.10.0, 3.10.1 |
| Fix Version/s: | 3.10.2 |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | John Murphy | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Java 1.8.0_201-b09 Maven dependency: 'org.mongodb:mongodb-driver:3.10.0' |
||
| Issue Links: |
|
||||||||
| Case: | (copied to CRM) | ||||||||
| Description |
|
Trying to resolve a mongodb+srv MongoClientURI works in 3.9.0, but fails in 3.10.0 and 3.10.1 with the following stack:
|
| Comments |
| Comment by Githook User [ 05/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Ensure use custom client for connectivity test
|
| Comment by Githook User [ 05/Apr/19 ] |
|
Author: {'email': 'ross.lawley@gmail.com', 'name': 'Ross Lawley', 'username': 'rozza'}Message: Ensure use custom client for connectivity test
|
| Comment by Githook User [ 04/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Replaced legacy InitialDnsSeedlistTest with a connectivity test
|
| Comment by Githook User [ 04/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Replaced legacy InitialDnsSeedlistTest with a connectivity test
|
| Comment by Githook User [ 03/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Ensure srv dns test runs on java 7+
|
| Comment by Githook User [ 03/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Ensure srv dns test runs on java 7+
|
| Comment by Githook User [ 03/Apr/19 ] |
|
Author: {'name': 'Ross Lawley', 'username': 'rozza', 'email': 'ross.lawley@gmail.com'}Message: Ensure srv resolution works for legacy
|
| Comment by Githook User [ 03/Apr/19 ] |
|
Author: {'email': 'ross.lawley@gmail.com', 'name': 'Ross Lawley', 'username': 'rozza'}Message: Ensure srv resolution works for legacy
|
| Comment by John Murphy [ 01/Apr/19 ] |
|
Note that I was not able to reproduce the issue with the async driver, it seems that this issue is limited to the mongodb-driver package. |