sunchao commented on code in PR #3685: URL: https://github.com/apache/celeborn/pull/3685#discussion_r3245888356
########## docs/developers/slotsallocation.md: ########## @@ -44,7 +45,7 @@ Load-aware slots allocation will take following elements into consideration. - disk's used slot Slots allocator will find out all worker involved in this allocation and sort their disks by -`disk's average flushtime * flush time weight + disk's average fetch time * fetch time weight`. +`disk's average flushtime * flush time weight + disk's average fetch time * fetch time weight + disk's active slots * active slots weight`. Review Comment: Good point. I added a separate paragraph below to clarify this. Please take a look. -- 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]
