NealSun96 opened a new issue #1133: URL: https://github.com/apache/helix/issues/1133
Currently, `getIdealAssignmentForWagedFullAuto()` gets its final resource assignment results from the partition state mapping of output, which is calculated within the best possible state calculation stage. However, the partition state mapping contains the N+1 cases, which isn't suitable for certain use cases. We would like to allow this function to return an assignment result that's based on the preference lists, which are closer to be the "calculation result" done by Waged. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
