[ 
https://issues.apache.org/jira/browse/STORM-2857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated STORM-2857:
----------------------------------
    Labels: pull-request-available  (was: )

> Loosen some constraints on validation to support running topologies of older 
> version
> ------------------------------------------------------------------------------------
>
>                 Key: STORM-2857
>                 URL: https://issues.apache.org/jira/browse/STORM-2857
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Ethan Li
>            Assignee: Ethan Li
>            Priority: Minor
>              Labels: pull-request-available
>
> We want to be able to have topologies of older version (for example 0.10) to 
> run on 2.x cluster. User might submit topologies with 0.10 configs which 
> includes "backtype.storm". It will fail the validation process on the nimbus 
> because the "backtype.storm.XXX" class not found. For now it's really just 
> about TOPOLOGY_SCHEDULER_STRATEGY config. We might want to loosen the 
> constraints for @isImplementationOfClass so that if "backtype.storm.XXX" is 
> not found, we try with "org.apache.storm.XXX and if it passed, we let it pass 
> the validation. 



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

Reply via email to