weizhouapache commented on PR #8756: URL: https://github.com/apache/cloudstack/pull/8756#issuecomment-1999339069
now the only issue with simulator CI is caused by `Execute cmd: generateclusterdrsplan failed, due to: errorCode: 431, errorText:Class org.apache.cloudstack.api.response.ClusterDrsPlanMigrationResponse declares multiple JSON fields named 'jobid'; conflict is caused by fields org.apache.cloudstack.api.response.ClusterDrsPlanMigrationResponse#jobId and org.apache.cloudstack.api.BaseResponse#jobId"` https://github.com/apache/cloudstack/blob/bb244842fa14006cddd013401d2e87f758535cc0/api/src/main/java/org/apache/cloudstack/api/BaseResponse.java#L27-L33 https://github.com/apache/cloudstack/blob/bb244842fa14006cddd013401d2e87f758535cc0/api/src/main/java/org/apache/cloudstack/api/response/ClusterDrsPlanMigrationResponse.java#L53-L59 the two files have same name `jobId` and `jobStatus` but different type. @vishesh92 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
