-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14119/
-----------------------------------------------------------
Review request for cloudstack and Alex Huang.
Repository: cloudstack-git
Description
-------
If your ConfigKey has a default value, the second start of the mgmt server will
result in a NPE when comparing if the persisted default should be updated
java.lang.NullPointerException
at
org.apache.cloudstack.framework.config.impl.ConfigDepotImpl.populateConfigurations(ConfigDepotImpl.java:103)
at
com.cloud.server.ConfigurationServerImpl.persistDefaultValues(ConfigurationServerImpl.java:294)
at
com.cloud.server.ConfigurationServerImpl.configure(ConfigurationServerImpl.java:147)
Diffs
-----
framework/config/src/org/apache/cloudstack/framework/config/impl/ConfigDepotImpl.java
b516596
Diff: https://reviews.apache.org/r/14119/diff/
Testing
-------
Thanks,
Darren Shepherd