[
https://issues.apache.org/jira/browse/LUCENE-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13677015#comment-13677015
]
Robert Muir commented on LUCENE-5037:
-------------------------------------
And I'm guessing the only reason it fails with 1.6 is due to some difference in
resolver behavior or v6/v4 preference in the stack, because by default
localhost has something like this on os X:
{noformat}
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
{noformat}
So if its doing round-robin, the test would fail 2/3 of the time. but if java7
is using order, it would never fail because it would always use 127.0.0.1 first.
> HttpReplicatorTest.testBasic fails often in jenkins on OS X with java 1.6
> -------------------------------------------------------------------------
>
> Key: LUCENE-5037
> URL: https://issues.apache.org/jira/browse/LUCENE-5037
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-5037_take1.patch
>
>
> Its always a similar stack trace (connection refused).
> The problem is: nobody can reproduce it.
> So my idea is to have this issue open with potential fixes. I can test them
> by ssh'ing into the machine (only when its actually running a jenkins job,
> otherwise its down!) and trying to run the test with any patches/ideas.
--
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: [email protected]
For additional commands, e-mail: [email protected]