mridulm opened a new pull request, #2471:
URL: https://github.com/apache/celeborn/pull/2471

   ### What changes were proposed in this pull request?
   
   Based on [review feedback 
here](https://github.com/apache/celeborn/pull/2469#discussion_r1573228448), 
split `rpc_app` module into two internal transport modules - 
`rpc_app_lifecyclemanager` and `rpc_app_client`.
   These are not directly configured by users - but internally allow us to 
differentiate between lifecycle manager and executor
   
   ### Why are the changes needed?
   
   auto ssl is to be configured only at lifecycle manager - doing it at 
executors is beneign, but not very useful (it results in creation of local 
files, etc).
   Avoid this by handling it specifically only for lifecyclemanager.
   
   This is based on [review 
feedback](https://github.com/apache/celeborn/pull/2469#discussion_r1573228448).
   
   
   ### Does this PR introduce _any_ user-facing change?
   No, the modules are all internal and not user visible.
   
   
   ### How was this patch tested?
   Unit tests were updated
   


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