Kimahriman / hdfs-native

Apache License 2.0
33 stars 12 forks source link

Offload reading packets to separate task #104

Closed Kimahriman closed 6 months ago

Kimahriman commented 6 months ago

Create a separate task for reading packets from a DataNode to allow packet buffering and potential throughput increases.

Also actually adds resiliency to reads and picking the next DataNode upon failure