pan3793 commented on code in PR #3518: URL: https://github.com/apache/celeborn/pull/3518#discussion_r2468410531
########## docs/migration.md: ########## @@ -23,8 +23,9 @@ license: | # Upgrading from 0.6 to 0.7 -- Since 0.7.0, Celeborn removed `ReleaseSlots`. -- Since 0.7.0, Celeborn removed `WorkerRemove`. +- Since 0.7.0, Celeborn removed `ReleaseSlots`, `WorkerRemove`. + +- Since 0.7.0, Celeborn changed the default value of `celeborn.<module>.io.mode` from `NIO` to `EPOLL` if epoll mode is available, from `NIO` to `KQUEUE` if kqueue mode is available, falling back to `NIO` otherwise. Review Comment: I don't think we changed behavior for Linux EPOLL mode, this should only affect macOS/BSD platform? -- 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]
