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

Use Hadoop RPC for inter Solr communication

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • search
    • None

    Description

      Solr uses http for distributed search . We can make it a whole lot faster if we use an RPC mechanism which is more lightweight/efficient.
      Hadoop RPC looks like a good candidate for this.

      The implementation should just have one protocol. It should follow the Solr's idiom of making remote calls . A uri + params +[optional stream(s)] . The response can be a stream of bytes.

      To make this work we must make the SolrServer implementation pluggable in distributed search. Users should be able to choose between the current CommonshttpSolrServer, or a HadoopRpcSolrServer .

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: