FMX commented on PR #3523: URL: https://github.com/apache/celeborn/pull/3523#issuecomment-3483661410
@AmandeepSingh285 As you can see that the disks are split into groups evenly, why do you still want to add disk count weight? ``` int groupSizeSize = (int) Math.ceil(usableDisks.size() / (double) diskGroupCount); ``` -- 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]
