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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/01/30 23:27:03 UTC

[jira] Created: (SOLR-997) TestReplicationHandler failing

TestReplicationHandler failing
------------------------------

                 Key: SOLR-997
                 URL: https://issues.apache.org/jira/browse/SOLR-997
             Project: Solr
          Issue Type: Test
         Environment: WinXP Java5
            Reporter: Yonik Seeley
            Priority: Minor
             Fix For: 1.4


TestReplicationHandler  fails on WinXP

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


[jira] Assigned: (SOLR-997) TestReplicationHandler failing

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

Shalin Shekhar Mangar reassigned SOLR-997:
------------------------------------------

    Assignee: Shalin Shekhar Mangar

> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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


[jira] Resolved: (SOLR-997) TestReplicationHandler failing

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

Shalin Shekhar Mangar resolved SOLR-997.
----------------------------------------

    Resolution: Fixed

Committed revision 769052.

Thanks Mark!

I'm marking this resolved for now. If needed, we can re-open the issue.

> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-997.patch, TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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


[jira] Commented: (SOLR-997) TestReplicationHandler failing

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

Hoss Man commented on SOLR-997:
-------------------------------

it's hard to tell based on the test output, but this *may* be related to SOLR-959.

At the very least, if the root problem here is in the test itself (and not in the ReplicationHandler) and work is done to cchange the test, cleaning up some of the problems noted in SOLR-959 might be easy to deal with at the same time

> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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


[jira] Updated: (SOLR-997) TestReplicationHandler failing

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

Mark Miller updated SOLR-997:
-----------------------------

    Attachment: SOLR-997.patch

Yonik has been known to use a much slower computer and both of these failures are what you would see if the 3 second sleep above both asserts was not long enough. I'm guessing we just need to add a bit of code to try waiting a bit longer if 0 docs are found.

> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: SOLR-997.patch, TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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


[jira] Updated: (SOLR-997) TestReplicationHandler failing

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

Yonik Seeley updated SOLR-997:
------------------------------

    Attachment: TEST-org.apache.solr.handler.TestReplicationHandler.xml

> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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


[jira] Commented: (SOLR-997) TestReplicationHandler failing

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670041#action_12670041 ] 

Shalin Shekhar Mangar commented on SOLR-997:
--------------------------------------------

Yonik, the exception in your test output is the same one which Noble found some time ago at SOLR-926. I still trying to figure out why execution of a Callable will be rejected. A commit has been called so the searchExecutor should be alive and the Executors.singleThreadedExecutor uses an unbounded LinkedBlockingQueue so queue.offer should not fail.

I haven't been able to reproduce the issue with Java6 on WinXP. I'll download java5 and try again.




> TestReplicationHandler failing
> ------------------------------
>
>                 Key: SOLR-997
>                 URL: https://issues.apache.org/jira/browse/SOLR-997
>             Project: Solr
>          Issue Type: Test
>         Environment: WinXP Java5
>            Reporter: Yonik Seeley
>            Assignee: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: TEST-org.apache.solr.handler.TestReplicationHandler.xml
>
>
> TestReplicationHandler  fails on WinXP

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