You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sami Siren (JIRA)" <ji...@apache.org> on 2012/06/04 14:23:22 UTC

[jira] [Created] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Sami Siren created SOLR-3507:
--------------------------------

             Summary: Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
                 Key: SOLR-3507
                 URL: https://issues.apache.org/jira/browse/SOLR-3507
             Project: Solr
          Issue Type: Bug
            Reporter: Sami Siren
            Assignee: Sami Siren
            Priority: Minor


Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401183#comment-13401183 ] 

Sami Siren commented on SOLR-3507:
----------------------------------

bq. any chance the work you're doing here could also address/fix the problems in SOLR-3491

Yeah, that's the plan. I believe the current patch already addresses the issues mentioned in SOLR-3491 but I need to double-check before committing this.
                
> Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3507
>                 URL: https://issues.apache.org/jira/browse/SOLR-3507
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: SOLR-3507.patch
>
>
> Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated SOLR-3507:
-----------------------------

    Issue Type: Improvement  (was: Bug)
    
> Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3507
>                 URL: https://issues.apache.org/jira/browse/SOLR-3507
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>
> Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated SOLR-3507:
-----------------------------

    Attachment: SOLR-3507.patch

Initial patch. Move most of httpclient instantiation to httpshardhandlerfactory. Still some more work to do...
                
> Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3507
>                 URL: https://issues.apache.org/jira/browse/SOLR-3507
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: SOLR-3507.patch
>
>
> Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Posted by "Sami Siren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Siren updated SOLR-3507:
-----------------------------

    Attachment: SOLR-3507.patch

Still pretty much work in progress, everything in core now uses shardhandler, tests pass.
                
> Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3507
>                 URL: https://issues.apache.org/jira/browse/SOLR-3507
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>         Attachments: SOLR-3507.patch, SOLR-3507.patch
>
>
> Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (SOLR-3507) Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler

Posted by "Mark Miller (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-3507:
------------------------------

    Fix Version/s: 5.0
                   4.1
    
> Refactor parts of solr doing inter node communication to use shardhandlerfactory/shardhandler
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3507
>                 URL: https://issues.apache.org/jira/browse/SOLR-3507
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Sami Siren
>            Assignee: Sami Siren
>            Priority: Minor
>             Fix For: 4.1, 5.0
>
>         Attachments: SOLR-3507.patch, SOLR-3507.patch, SOLR-3507.patch
>
>
> Sequal to SOLR-3480, the aim is to change most (all?) parts of solr that need to talk to different nodes to use ShardHandlerFacory from corecontainer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org