Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.7, 6.0
    • SolrCloud
    • None

    Description

      In a very large cluster the Overseer is likely to be overloaded.If the same node is a serving a few other shards it can lead to OverSeer getting slowed down due to GC pauses , or simply too much of work . If the cluster is really large , it is possible to dedicate high end h/w for OverSeers

      It works as a new collection admin command

      command=addrole&role=overseer&node=192.168.1.5:8983_solr

      This results in the creation of a entry in the /roles.json in ZK which would look like the following

      {
      "overseer" : ["192.168.1.5:8983_solr"]
      }
      

      If a node is designated for overseer it gets preference over others when overseer election takes place. If no designated servers are available another random node would become the Overseer.

      Later on, if one of the designated nodes are brought up ,it would take over the Overseer role from the current Overseer to become the Overseer of the system

      Attachments

        1. SOLR-5476.patch
          5 kB
          Noble Paul
        2. SOLR-5476.patch
          5 kB
          Noble Paul
        3. SOLR-5476.patch
          25 kB
          Noble Paul
        4. SOLR-5476.patch
          25 kB
          Noble Paul
        5. SOLR-5476.patch
          24 kB
          Noble Paul
        6. SOLR-5476.patch
          23 kB
          Noble Paul
        7. SOLR-5476.patch
          17 kB
          Noble Paul

        Issue Links

          Activity

            People

              noble.paul Noble Paul
              noble.paul Noble Paul
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: