Description
org/apache/gearpump/cluster/main/AppSubmitter.scala:62
System.setProperty(Constants.APPLICATION_EXECUTOR_NUMBER, config.getInt("executors").toString)
replaces the value set by system properties (gear.conf) by the default value(1) even when no value is passed at as an argument. The expected behaviour is to only override the value when a value is given explicitly.
Attachments
Issue Links
- links to