Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8263951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:16:58+00:00 2026-06-08T04:16:58+00:00

I know that if I create a connection to MongoDB in Java to a

  • 0

I know that if I create a connection to MongoDB in Java to a replica set using a list of ServerAddresses (using this function) with ReadPreference.SECONDARY, the client will balance the reads across the replica set, preferring nodes with shorter round-trip times (the same colo, for example).

But when I create a MongoDB client to a bunch of MongoS servers with ReadPreference.SECONDARY, all reads/writes go to the first server in the list, even when the access is cross-colo and a MongoS exists in the same colo.

For example, if I have three MongoS servers – SF1, SF2, and NYC1 (in that order) – my clients only talk to SF1, regardless of whether they’re in SF or NYC.

Is there something I have to configure or a different way to set up the client when talking to MongoS servers? What am I missing?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T04:17:00+00:00Added an answer on June 8, 2026 at 4:17 am

    This is unintentional behavior in the driver. The driver code is not detecting that you’re passing a list of mongos servers, and is treating them as a replica set. ReadPreference.SECONDARY will send queries to a primary if no secondaries are detected, and that’s what’s happening here: the first “primary” it detects is the first mongos server in the list. None of the mongos servers identify as secondary, so they are ignored.

    So currently the only way to load balance across multiple mongos servers is to create an instance of Mongo for each one, and handle the distribution of queries to each one in application code.

    Also note that the next release of the Java driver will contain a fix for https://jira.mongodb.org/browse/JAVA-381, which adds support for mongos failover (though not load balancing as yet)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if it is possible to create a single connection string that
I'm using python 3.1.1. I know that I can create byte objects using the
I know that horizontal partitioning...you can create many tables. How can you do this
I know that it is possible to create .xls files from Delphi using ADO,
So I know that it's possible to create scripts for use on spreadsheets using
i know that if you create a foreign key on a field (parent_id) in
I know that we should only create repositories for Aggregate Roots and not for
I know that in a standalone application I create one of the application context
I know that if i have rootViewController that start with tabBar i can create
I know that for regular path I can use the MAX_PATH constant to create

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.