[
https://issues.apache.org/jira/browse/AURORA-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16302469#comment-16302469
]
Stephan Erb commented on AURORA-1962:
-------------------------------------
Workaround for our packaging scripts https://reviews.apache.org/r/64824
> 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)