issues
search
snuspl
/
nemo
Nemo: A flexible data processing system
https://snuspl.github.io/nemo/
Apache License 2.0
22
stars
6
forks
source link
[NEMO-787] Pack Block Location Request Messaging
#789
Closed
sanha
closed
6 years ago
sanha
commented
6 years ago
This PR:
collects the request messages for a single block in driver and handle them with a single block id string instance.
shares the
Future
of a block location response in executor if a request for the same block is already pending.
Resolves #787.
This PR:
Future
of a block location response in executor if a request for the same block is already pending.Resolves #787.