cloud-fan commented on a change in pull request #23510: [SPARK-26590][CORE]
make fetch-block-to-disk backward compatible
URL: https://github.com/apache/spark/pull/23510#discussion_r247461427
##########
File path:
common/network-common/src/main/java/org/apache/spark/network/client/TransportResponseHandler.java
##########
@@ -81,6 +77,17 @@ public void removeFetchRequest(StreamChunkId streamChunkId)
{
outstandingFetches.remove(streamChunkId);
}
+ public void addFetchAsStreamRequest(
+ StreamChunkId streamChunkId,
+ StreamCallback callback) {
+ updateTimeOfLastRequest();
Review comment:
ah missed this one!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]