Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1517#discussion_r61145609 --- Diff: engine/schema/src/com/cloud/upgrade/dao/Upgrade410to420.java --- @@ -1297,7 +1297,7 @@ private void addHostDetailsIndex(Connection conn) { s_logger.debug("Index already exists on host_details - not adding new one"); --- End diff -- @wido the index is not added, if you look at the code above ^^ the if statement to check if index already exists with given key name and it only adds the index if it does not exist otherwise skips.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---