----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20007/ -----------------------------------------------------------
Review request for cloudstack and prashant mishra. Bugs: CLOUDSTACK-2697 https://issues.apache.org/jira/browse/CLOUDSTACK-2697 Repository: cloudstack-git Description ------- CLOUDSTACK-2697 - cluster id in alert message is null {alertType:: 1 // dataCenterId:: 1 // podId:: 1 // clusterId:: null } The Cluster ID is getting populated as null in the logs for the alert messages. In the code base the ClusterId has been hardcoded as null for the log messages. I have modified to code to provide the actual cluster ID. Diffs ----- server/src/com/cloud/alert/AlertManagerImpl.java 2a343d5 Diff: https://reviews.apache.org/r/20007/diff/ Testing ------- Tested on the 4.3 platform. Thanks, Girish Chaudhari