Commit 998bf0a
authored
HADOOP-19864. Cut WritableRPCEngine (#8433)
WritableRPCEngine is no more; MR TaskUmbilicalProtocol now uses protobuf.
RpcWritable still exists, and ClientCache uses it, but those are vestigal uses.
This is not backwards compatible as Tez uses it for their heartbeat protocol
in all versions without TEZ-4708.
Contains content generated by GitHub Copilot
Contributed by Steve Loughran1 parent 66a2e99 commit 998bf0a
7 files changed
Lines changed: 30 additions & 662 deletions
File tree
- hadoop-common-project/hadoop-common/src/main
- java/org/apache/hadoop
- ipc
- util
- proto
- hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/security/token/block
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
221 | 222 | | |
222 | 223 | | |
223 | 224 | | |
224 | | - | |
225 | | - | |
226 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
69 | | - | |
| 76 | + | |
70 | 77 | | |
71 | 78 | | |
72 | 79 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2939 | 2939 | | |
2940 | 2940 | | |
2941 | 2941 | | |
| 2942 | + | |
| 2943 | + | |
| 2944 | + | |
| 2945 | + | |
| 2946 | + | |
| 2947 | + | |
| 2948 | + | |
2942 | 2949 | | |
2943 | 2950 | | |
2944 | 2951 | | |
| |||
3642 | 3649 | | |
3643 | 3650 | | |
3644 | 3651 | | |
| 3652 | + | |
| 3653 | + | |
3645 | 3654 | | |
3646 | 3655 | | |
3647 | 3656 | | |
| |||
3660 | 3669 | | |
3661 | 3670 | | |
3662 | 3671 | | |
3663 | | - | |
3664 | 3672 | | |
3665 | 3673 | | |
3666 | 3674 | | |
| |||
0 commit comments