ffly1985 / deep-in-flink

flink内核原理与设计的读者反馈
4 stars 1 forks source link

勘误反馈 #2

Open wangshaohan1989 opened 4 years ago

wangshaohan1989 commented 4 years ago

1、P58页 CheckpointedFunction虽然已经标记为废弃。----------我下载里面CheckpointedFunction类并没有标记为废弃,而是ListCheckpointed标记为废弃,不知道是否是我下的版本是之前的。 2、P60页 第五个小标题:5.RescalingPartitioner 没有这个类,应该是RescalePartitioner.下一行中的RescalingPartitioner也是一样的。

wangshaohan1989 commented 4 years ago

3、P108 ”MemoryManager主要通过内部接口MemoryPool来管理所有的MemorySegment“ 这里面的内部接口MemoryPool指的是MemoryManager类内部通过Map<Object, Set> 实现的吧?在源码里面并没有找到有MemoryPool这个类,有的只是MemorySegmentPool 接口。或者说这里说就是MemorySegmentPool接口。?

wangshaohan1989 commented 4 years ago

4、P219 图:12-8 里面OperatorChain下面的“OpeInputStreamOperator” 应该是“OneInputStreamOperator”

wangshaohan1989 commented 4 years ago

5、P220 12.3.3 跨网络的数据传递 第二行里面的“PartitionartitionRequestClient“ 应该是”PartitionReqeustClient“