You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Akshay K. Ukey (JIRA)" <ji...@apache.org> on 2009/02/10 17:27:02 UTC

[jira] Created: (SOLR-1015) Replication admin page and http command response changes when server is both master and slave

Replication admin page and http command response changes when server is both master and slave
---------------------------------------------------------------------------------------------

                 Key: SOLR-1015
                 URL: https://issues.apache.org/jira/browse/SOLR-1015
             Project: Solr
          Issue Type: Bug
          Components: replication (java)
    Affects Versions: 1.4
            Reporter: Akshay K. Ukey
            Priority: Minor
             Fix For: 1.4


When Solr server acts as both master and slave (repeater), replication admin page shows incomplete information. The XML returned by http commands also don't show complete information for the combined master and slave configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SOLR-1015) Replication admin page and http command response changes when server is both master and slave

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

Shalin Shekhar Mangar resolved SOLR-1015.
-----------------------------------------

    Resolution: Fixed

Committed revision 743729.

Thanks Akshay!

I added an experimental warning to the output of the 'details' command. I also changed the getReplicationDetails method to return a NamedList instead of taking a SolrQueryResponse object and adding the namedlist to it.

> Replication admin page and http command response changes when server is both master and slave
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1015
>                 URL: https://issues.apache.org/jira/browse/SOLR-1015
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 1.4
>            Reporter: Akshay K. Ukey
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1015.patch
>
>
> When Solr server acts as both master and slave (repeater), replication admin page shows incomplete information. The XML returned by http commands also don't show complete information for the combined master and slave configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SOLR-1015) Replication admin page and http command response changes when server is both master and slave

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

Akshay K. Ukey updated SOLR-1015:
---------------------------------

    Attachment: SOLR-1015.patch

Patch with:
1. Changed XML response for command "details" to include master and slave details when a server is both.
2. Fixed admin page.

> Replication admin page and http command response changes when server is both master and slave
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1015
>                 URL: https://issues.apache.org/jira/browse/SOLR-1015
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 1.4
>            Reporter: Akshay K. Ukey
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1015.patch
>
>
> When Solr server acts as both master and slave (repeater), replication admin page shows incomplete information. The XML returned by http commands also don't show complete information for the combined master and slave configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SOLR-1015) Replication admin page and http command response changes when server is both master and slave

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

Shalin Shekhar Mangar reassigned SOLR-1015:
-------------------------------------------

    Assignee: Shalin Shekhar Mangar

> Replication admin page and http command response changes when server is both master and slave
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-1015
>                 URL: https://issues.apache.org/jira/browse/SOLR-1015
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 1.4
>            Reporter: Akshay K. Ukey
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-1015.patch
>
>
> When Solr server acts as both master and slave (repeater), replication admin page shows incomplete information. The XML returned by http commands also don't show complete information for the combined master and slave configuration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.