jerqi commented on PR #59: URL: https://github.com/apache/incubator-uniffle/pull/59#issuecomment-1186188461
https://github.com/apache/incubator-uniffle/commit/4b5389f2b3a8b382a7409813d5c811985c9c0825 In this pr, we use method `stream` replace method `parallelStream`. It may be bad choice. Method `registerShuffleServer` use method `stream`, too. Is it possible to improve performance to use method `parallelStream` in method `registerShuffleServer`? Will it create too many forkjoinPool? -- 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]
