Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5741

UpdateShardHandler not setting max connections correctly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.6.1
    • 4.7, 6.0
    • SolrCloud, update

    Description

      The following line in UpdateShardHandler.java looks incorrect to me:

      clientConnectionManager.setDefaultMaxPerRoute(cfg.getMaxUpdateConnections());
      

      I think it should be:

      clientConnectionManager.setMaxTotal(cfg.getMaxUpdateConnections());
      

      Attachments

        1. SOLR-5741.patch
          0.7 kB
          Shawn Heisey

        Activity

          People

            elyograg Shawn Heisey
            elyograg Shawn Heisey
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: