celeborn/client-flink
zky.zhoukeyong 6b82ecdfa0 [CELEBORN-712] Make appUniqueId a member of ShuffleClientImpl and refactor code
### What changes were proposed in this pull request?
Make appUniqueId a member of ShuffleClientImpl and remove applicationId from RPC messages across client side, so it won't cause compatibility issues.

### Why are the changes needed?
Currently Celeborn Client is bound to a single application id, so there's no need to pass applicationId around in many RPC messages in client side.

### Does this PR introduce _any_ user-facing change?
In some logs the application id will not be printed, which should not be a problem.

### How was this patch tested?
UTs.

Closes #1621 from waitinfuture/appid.

Authored-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
Signed-off-by: zky.zhoukeyong <zky.zhoukeyong@alibaba-inc.com>
2023-06-25 21:37:16 +08:00
..
common [CELEBORN-712] Make appUniqueId a member of ShuffleClientImpl and refactor code 2023-06-25 21:37:16 +08:00
flink-1.14 [CELEBORN-712] Make appUniqueId a member of ShuffleClientImpl and refactor code 2023-06-25 21:37:16 +08:00
flink-1.14-shaded [CELEBORN-310] include roaringbitmap in flink plugin (#1245) 2023-02-17 15:26:23 +08:00
flink-1.15 [CELEBORN-712] Make appUniqueId a member of ShuffleClientImpl and refactor code 2023-06-25 21:37:16 +08:00
flink-1.15-shaded [CELEBORN-548][FLINK] Support flink 1.15. (#1463) 2023-05-04 15:23:59 +08:00
flink-1.17 [CELEBORN-712] Make appUniqueId a member of ShuffleClientImpl and refactor code 2023-06-25 21:37:16 +08:00
flink-1.17-shaded [CELEBORN-548][FLINK] Support flink 1.17. (#1472) 2023-05-05 23:00:49 +08:00