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

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

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

SOLR-13279: Clarify ScheduledTrigger's "every parameter missing" error response.


> clarify ScheduledTrigger's "every parameter missing" error response
> -------------------------------------------------------------------
>
>                 Key: SOLR-13279
>                 URL: https://issues.apache.org/jira/browse/SOLR-13279
>             Project: Solr
>          Issue Type: Improvement
>          Components: AutoScaling
>            Reporter: Christine Poerschke
>            Assignee: Christine Poerschke
>            Priority: Minor
>         Attachments: SOLR-13279.patch
>
>
> current behaviour:
> {code}
> "Error validating trigger config scheduled_event_trigger: 
> org.apache.solr.common.SolrException: Invalid Date Math 
> String:'2019-02-27T20:20:20.202Znull'"
> {code}
> proposed behaviour:
> {code}
> "Error validating trigger config scheduled_event_trigger: 
> TriggerValidationException{name=scheduled_event_trigger, 
> details='{every=missing required property}'}"
> {code}
> one-line (proposed) patch summary:
> * in the {{ScheduledTrigger}} constructor move {{"every"}} from the 
> {{TriggerUtils.validProperties}} to the {{TriggerUtils.requiredProperties}} 
> line/list



--
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

Reply via email to