[jira] [Created] (FLINK-4596) Class not found exception when RESTART_STRATEGY is configured with fully qualified class name in the yaml

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-4596) Class not found exception when RESTART_STRATEGY is configured with fully qualified class name in the yaml

Shang Yuanchun (Jira)
Nagarjun Guraja created FLINK-4596:
--------------------------------------

             Summary: Class not found exception when RESTART_STRATEGY is configured with fully qualified class name in the yaml
                 Key: FLINK-4596
                 URL: https://issues.apache.org/jira/browse/FLINK-4596
             Project: Flink
          Issue Type: Bug
            Reporter: Nagarjun Guraja


CAUSE: createRestartStrategyFactory converts configured value of strategyname to lowercase and searches for class name using lowercased string.  

FIX: Do not lower case the strategy config value or just lowercase for the switch case alone



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