[jira] [Commented] (SOLR-11440) TestLeaderElectionZkExpiry failures after autoscaling merges

2018-05-19 Thread Mikhail Khludnev (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16481626#comment-16481626
 ] 

Mikhail Khludnev commented on SOLR-11440:
-

attached local failures [^TestLeaderElectionZkExpiry-Overseer-leak.log]. It 
seems like a twin bro of SOLR-12200, probably caused by the condition mentioned 
at 
https://issues.apache.org/jira/browse/SOLR-9846?focusedCommentId=16481624&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16481624
 

> TestLeaderElectionZkExpiry failures after autoscaling merges
> 
>
> Key: SOLR-11440
> URL: https://issues.apache.org/jira/browse/SOLR-11440
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, Tests
>Reporter: Noble Paul
>Assignee: Noble Paul
>Priority: Major
> Fix For: 7.1
>
> Attachments: TestLeaderElectionZkExpiry-Overseer-leak.log
>
>
> {code}
>  [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestLeaderElectionZkExpiry 
> -Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=936BBD073C4C1EE2 
> -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Sao_Tome 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   13.6s J11 | 
> TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
>[junit4]> Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=7154, 
> name=OverseerAutoScalingTriggerThread-98770164405436418-dummy.host.com:8984_solr-n_00,
>  state=RUNNABLE, group=Overseer autoscaling triggers]
>[junit4]> Caused by: org.apache.solr.common.SolrException: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([936BBD073C4C1EE2]:0)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:107)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.TriggerEventQueue.(TriggerEventQueue.java:44)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.(ScheduledTriggers.java:398)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers.add(ScheduledTriggers.java:149)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:220)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
>[junit4]> Caused by: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>[junit4]>  at 
> org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11440) TestLeaderElectionZkExpiry failures after autoscaling merges

2018-02-01 Thread Cassandra Targett (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349003#comment-16349003
 ] 

Cassandra Targett commented on SOLR-11440:
--

[~ab] or [~noble.paul], can this be resolved? Or is it still a problem?

> TestLeaderElectionZkExpiry failures after autoscaling merges
> 
>
> Key: SOLR-11440
> URL: https://issues.apache.org/jira/browse/SOLR-11440
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: AutoScaling, Tests
>Reporter: Noble Paul
>Priority: Major
>
> {code}
>  [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestLeaderElectionZkExpiry 
> -Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=936BBD073C4C1EE2 
> -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Sao_Tome 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   13.6s J11 | 
> TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
>[junit4]> Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=7154, 
> name=OverseerAutoScalingTriggerThread-98770164405436418-dummy.host.com:8984_solr-n_00,
>  state=RUNNABLE, group=Overseer autoscaling triggers]
>[junit4]> Caused by: org.apache.solr.common.SolrException: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([936BBD073C4C1EE2]:0)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:107)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.TriggerEventQueue.(TriggerEventQueue.java:44)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.(ScheduledTriggers.java:398)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers.add(ScheduledTriggers.java:149)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:220)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
>[junit4]> Caused by: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>[junit4]>  at 
> org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-11440) TestLeaderElectionZkExpiry failures after autoscaling merges

2017-10-09 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197147#comment-16197147
 ] 

ASF subversion and git services commented on SOLR-11440:


Commit 161c5e68d972e56fcd88eff85e116f342327675c in lucene-solr's branch 
refs/heads/branch_7x from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=161c5e6 ]

SOLR-11440: Potential fix for better handling of exceptions thrown during 
closing.


> TestLeaderElectionZkExpiry failures after autoscaling merges
> 
>
> Key: SOLR-11440
> URL: https://issues.apache.org/jira/browse/SOLR-11440
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>
> {code}
>  [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestLeaderElectionZkExpiry 
> -Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=936BBD073C4C1EE2 
> -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Sao_Tome 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   13.6s J11 | 
> TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
>[junit4]> Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=7154, 
> name=OverseerAutoScalingTriggerThread-98770164405436418-dummy.host.com:8984_solr-n_00,
>  state=RUNNABLE, group=Overseer autoscaling triggers]
>[junit4]> Caused by: org.apache.solr.common.SolrException: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([936BBD073C4C1EE2]:0)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:107)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.TriggerEventQueue.(TriggerEventQueue.java:44)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.(ScheduledTriggers.java:398)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers.add(ScheduledTriggers.java:149)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:220)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
>[junit4]> Caused by: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>[junit4]>  at 
> org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (SOLR-11440) TestLeaderElectionZkExpiry failures after autoscaling merges

2017-10-05 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192619#comment-16192619
 ] 

ASF subversion and git services commented on SOLR-11440:


Commit 77fc1885c7a35740fdc5f591ecd54e75702f1612 in lucene-solr's branch 
refs/heads/master from [~ab]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=77fc188 ]

SOLR-11440: Potential fix for better handling of exceptions thrown during 
closing.


> TestLeaderElectionZkExpiry failures after autoscaling merges
> 
>
> Key: SOLR-11440
> URL: https://issues.apache.org/jira/browse/SOLR-11440
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>
> {code}
>  [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestLeaderElectionZkExpiry 
> -Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=936BBD073C4C1EE2 
> -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Sao_Tome 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   13.6s J11 | 
> TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
>[junit4]> Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=7154, 
> name=OverseerAutoScalingTriggerThread-98770164405436418-dummy.host.com:8984_solr-n_00,
>  state=RUNNABLE, group=Overseer autoscaling triggers]
>[junit4]> Caused by: org.apache.solr.common.SolrException: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([936BBD073C4C1EE2]:0)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:107)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.TriggerEventQueue.(TriggerEventQueue.java:44)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.(ScheduledTriggers.java:398)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers.add(ScheduledTriggers.java:149)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:220)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
>[junit4]> Caused by: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>[junit4]>  at 
> org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (SOLR-11440) TestLeaderElectionZkExpiry failures after autoscaling merges

2017-10-04 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-11440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192501#comment-16192501
 ] 

ASF subversion and git services commented on SOLR-11440:


Commit 6b327fa4046bdae94210fb4faa76e66ebe133fb1 in lucene-solr's branch 
refs/heads/master from [~noble.paul]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6b327fa ]

SOLR-11440: Not a fix. Swallowing the exception for the time being.


> TestLeaderElectionZkExpiry failures after autoscaling merges
> 
>
> Key: SOLR-11440
> URL: https://issues.apache.org/jira/browse/SOLR-11440
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: Noble Paul
>
> {code}
>  [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=TestLeaderElectionZkExpiry 
> -Dtests.method=testLeaderElectionWithZkExpiry -Dtests.seed=936BBD073C4C1EE2 
> -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Africa/Sao_Tome 
> -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>[junit4] ERROR   13.6s J11 | 
> TestLeaderElectionZkExpiry.testLeaderElectionWithZkExpiry <<<
>[junit4]> Throwable #1: 
> com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
> uncaught exception in thread: Thread[id=7154, 
> name=OverseerAutoScalingTriggerThread-98770164405436418-dummy.host.com:8984_solr-n_00,
>  state=RUNNABLE, group=Overseer autoscaling triggers]
>[junit4]> Caused by: org.apache.solr.common.SolrException: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> __randomizedtesting.SeedInfo.seed([936BBD073C4C1EE2]:0)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:107)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.TriggerEventQueue.(TriggerEventQueue.java:44)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers$ScheduledTrigger.(ScheduledTriggers.java:398)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.ScheduledTriggers.add(ScheduledTriggers.java:149)
>[junit4]>  at 
> org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:220)
>[junit4]>  at java.lang.Thread.run(Thread.java:745)
>[junit4]> Caused by: 
> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode 
> = Session expired for /autoscaling/events/.auto_add_replicas
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
>[junit4]>  at 
> org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
>[junit4]>  at 
> org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
>[junit4]>  at 
> org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:93)
>[junit4]>  at 
> org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:78)
>[junit4]>  at 
> org.apache.solr.cloud.ZkDistributedQueue.(ZkDistributedQueue.java:105)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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