yashmayya opened a new pull request, #17276: URL: https://github.com/apache/pinot/pull/17276
- When `enforce.pool.based.assignment` is set to `true` in the controller config, new table creation is failed if the table config doesn't have `instanceAssignmentConfigMap` configured and if any of the configured instance partitions within the map doesn't have instance pools and replica groups enabled. - However, this check shouldn't be applied to dimension tables (since pools and replica groups don't make sense for them). - This check also currently fails for tables set up for colocated joins using `instancePartitionsMap`. - This patch fixes both of the above issues. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
