You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nagarjun Guraja (JIRA)" <ji...@apache.org> on 2016/09/08 01:35:20 UTC

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

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)