[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132607#comment-14132607
 ] 

ASF subversion and git services commented on SOLR-6514:
---

Commit 1624717 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1624717 ]

SOLR-6514

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe
Assignee: Noble Paul
 Attachments: SOLR-6514.patch, SOLR-6514.patch


 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132068#comment-14132068
 ] 

Steve Rowe commented on SOLR-6514:
--

branch_4x does not have the same issue.

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Anshum Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132131#comment-14132131
 ] 

Anshum Gupta commented on SOLR-6514:


Does this fail only on Java 8? I'm running 7 and this seems to pass for me (5/5 
times).

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132145#comment-14132145
 ] 

Steve Rowe commented on SOLR-6514:
--

from {{svn info}}:

bq. Revision: 1624653

java -version:

{noformat}
java version 1.7.0_55
Java(TM) SE Runtime Environment (build 1.7.0_55-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)
{noformat}

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Steve Rowe (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132181#comment-14132181
 ] 

Steve Rowe commented on SOLR-6514:
--

I did {{svn up -r1624555}} (the revision just before [~noble.paul] committed 
SOLR-5473/SOLR-5474/SOLR-5810 to trunk earlier today), and it passed for me 
(without a seed).

Then I did {{svn up -r1624556}} (the SOLR-5473 etc. revision) and it failed 
(without a seed).


 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Anshum Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132350#comment-14132350
 ] 

Anshum Gupta commented on SOLR-6514:


It's an NPE from what looks like the 5473/74 commit:

{code:title=Exception}
   [junit4]   2 java.lang.NullPointerException
   [junit4]   2at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:703)
   [junit4]   2at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:615)
   [junit4]   2at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
   [junit4]   2at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
   [junit4]   2at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1474)
{code}

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Anshum Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132443#comment-14132443
 ] 

Anshum Gupta commented on SOLR-6514:


Even on fixing the NPE (by adding checking), the test fails with:

{code:title=Exception}
   [junit4]   2 32931 T11 oascsi.CloudSolrServer.requestWithRetryOnStaleState 
ERROR Request to collection collection1 failed due to (510) 
org.apache.solr.common.SolrException: Not enough nodes to handle the request, 
retry? 0
   [junit4]   2 org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.common.SolrException: Not enough nodes to handle the request
   [junit4]   2at 
org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnStaleState(CloudSolrServer.java:746)
   [junit4]   2at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:615)
   [junit4]   2at 
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]   2at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:168)
   [junit4]   2at 
org.apache.solr.client.solrj.SolrServer.commit(SolrServer.java:146)
   [junit4]   2at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1474)
   [junit4]   2at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForNoShardInconsistency(AbstractFullDistribZkTestBase.java:1409)
org.apache.solr.client.solrj.SolrServerException: 
org.apache.solr.common.SolrException: Not enough nodes to handle the request
{code}

There are a few things I'd like to change here but for now I'm trying not to 
touch anything that's not causing this issue.

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe

 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-6514) SyncSliceTest on trunk is failing consistently

2014-09-12 Thread Noble Paul (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14132502#comment-14132502
 ] 

Noble Paul commented on SOLR-6514:
--

Seems to be a bug with CloudSolrServer , it worked fine when  I reverted that 

 SyncSliceTest on trunk is failing consistently
 --

 Key: SOLR-6514
 URL: https://issues.apache.org/jira/browse/SOLR-6514
 Project: Solr
  Issue Type: Bug
Affects Versions: 5.0
Reporter: Steve Rowe
Assignee: Noble Paul
 Attachments: SOLR-6514.patch


 With our without a repro seed, SyncSliceTest is failing all the time for me:
 {noformat}
[junit4]   2 NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest 
 -Dtests.method=testDistribSearch -Dtests.seed=2CA4CC8B262333A5 
 -Dtests.slow=true -Dtests.locale=es_HN -Dtests.timezone=America/Sitka 
 -Dtests.file.encoding=UTF-8
[junit4] FAILURE 62.7s | SyncSliceTest.testDistribSearch 
[junit4] Throwable #1: java.lang.AssertionError: expected:5 but 
 was:4
[junit4]  at 
 __randomizedtesting.SeedInfo.seed([2CA4CC8B262333A5:AD424293517C5399]:0)
[junit4]  at 
 org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:176)
[junit4]  at 
 org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
[junit4]  at java.lang.Thread.run(Thread.java:745)
 {noformat}
 Also, see today's Policeman Jenkins failure: 
 http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11231/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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