turboFei commented on code in PR #2994:
URL: https://github.com/apache/celeborn/pull/2994#discussion_r1883062266


##########
docs/migration.md:
##########
@@ -29,6 +29,8 @@ license: |
 
 - Since 0.6.0, Celeborn changed the default value of 
`celeborn.client.spark.fetch.throwsFetchFailure` from `false` to `true`, which 
means Celeborn will enable spark stage rerun at default.
 
+- Since 0.6.0, Celeborn changed the default value of 
`celeborn.<module>.io.mode` from `NIO` to whether epoll mode is available, 
which means Celeborn will regard `EPOLL` as the default IO mode for the 
available epoll mode.

Review Comment:
   ```
   - Since 0.6.0, Celeborn changed the default value of 
`celeborn.<module>.io.mode` from `NIO` to EPOLL if epoll mode is available, 
otherwise, it will fall back to NIO.
   ```
   



-- 
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]

Reply via email to