Details
Description
Per HDFS-2060, it would make it easier to piecemeal switch to protocol buffer based data structures in the wire protocol if we could intermix the two. The IPC framework currently provides the concept of "engines" for RPC, but that doesn't easily allow mixed types within the same framework for ease of transition.
I'd like to add the cases to ObjectWritable to be handle subclasses of Message, the superclass of codegenned protobufs.
Attachments
Attachments
Issue Links
- blocks
-
HDFS-2060 DFS client RPCs using protobufs
- Resolved