celeborn/common
Mridul Muralidharan b7fa30622e [CELEBORN-1354][FOLLOWUP] Split rpc_app into rpc_app_lifecyclemanager and rpc_app_client
### 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

Closes #2471 from mridulm/support-app-auto-ssl-followup.

Lead-authored-by: Mridul Muralidharan <mridul@gmail.com>
Co-authored-by: Mridul Muralidharan <mridulatgmail.com>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
2024-04-22 19:57:10 +08:00
..
benchmarks
src [CELEBORN-1354][FOLLOWUP] Split rpc_app into rpc_app_lifecyclemanager and rpc_app_client 2024-04-22 19:57:10 +08:00
pom.xml [CELEBORN-1346] Add build changes and test resources for ssl support 2024-03-26 21:50:54 +08:00