You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2017/12/14 01:24:00 UTC

[jira] [Created] (AURORA-1962) Incorrect parsing of empty strings into list command line options

Bill Farner created AURORA-1962:
-----------------------------------

             Summary: Incorrect parsing of empty strings into list command line options
                 Key: AURORA-1962
                 URL: https://issues.apache.org/jira/browse/AURORA-1962
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
    Affects Versions: 0.19.0
            Reporter: Bill Farner


When the scheduler parses a command line option like {{-thermos_executor_resources=}}, which maps to {{List<String>}}, the result is equivalent to {{[""]}} (list of size 1 containing an empty string), while we would expect {{[]}} (an empty list).



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