You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/16 16:49:01 UTC

[jira] [Commented] (SOLR-13366) AutoScalingConfig 'Invalid stage name' warnings after upgrade

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

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

Commit e88a307eba4eaf94c482bedb19f8b0c304131a21 in lucene-solr's branch refs/heads/branch_7_7 from Christine Poerschke
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=e88a307 ]

SOLR-13366: Clarify 'Invalid stage name' warning logging in AutoScalingConfig

(Cherry picked from cae323629e437c47855c4c8578f76310fd2b7b84)


> AutoScalingConfig 'Invalid stage name' warnings after upgrade
> -------------------------------------------------------------
>
>                 Key: SOLR-13366
>                 URL: https://issues.apache.org/jira/browse/SOLR-13366
>             Project: Solr
>          Issue Type: Bug
>          Components: AutoScaling
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>             Fix For: 7.7.2, 8.1, master (9.0)
>
>         Attachments: SOLR-13366.patch, SOLR-13366.patch
>
>
> I noticed WARNings like this in some of our logs:
> {code:java}
> ... OverseerAutoScalingTriggerThread ... o.a.s.c.s.c.a.AutoScalingConfig Invalid stage name '.auto_add_replicas.system' in listener config, skipping: {beforeAction=[], afterAction=[], trigger=.auto_add_replicas, stage=[WAITING, STARTED, ABORTED, SUCCEEDED, FAILED, BEFORE_ACTION, AFTER_ACTION], class=org.apache.solr.cloud.autoscaling.SystemLogListener}
> {code}
> After some detective work I think I've tracked this down to 7.1.0 [TriggerEventProcessorStage|https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.1.0/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/TriggerEventProcessorStage.java] having a {{WAITING}} stage and that stage having been removed in 7.2.0 [TriggerEventProcessorStage|https://github.com/apache/lucene-solr/blob/releases/lucene-solr/7.2.0/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/TriggerEventProcessorStage.java] via the SOLR-11320 changes. Haven't tried to reproduce it but my theory is that the listener got auto-created (with the {{WAITING}} stage) when the cloud was running pre-7.2.0 code and then after upgrading the warnings start to appear.



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

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