jerqi commented on issue #955: URL: https://github.com/apache/incubator-uniffle/issues/955#issuecomment-1593269162
> > We will assign 5 shuffle nodes to the first shuffle. We will assign another 10 shuffle nodes to the second shuffle > > oh i see, is this to reduce the spread of the data? does the rss server merge partitions coming from different mappers? No, we don't merge reduce1, reduce 2.Although they can be sent to the same shuffle node, we still use different memory buffer to store them now. > > > We should according to the partition number of shuffle server > > is this configurable? is this the same as `rss.coordinator.shuffle.nodes.max` ? No config option. It's just experience formula from me now. -- 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]
