Skip to content

Commit

Permalink
[SPARK-26604][CORE][BACKPORT-2.4] remove channel registration in Tran…
Browse files Browse the repository at this point in the history
…sportRequestHandler
  • Loading branch information
Alessandro Bellina committed Mar 7, 2019
1 parent 10b38ab commit a1709a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ private void processFetchRequest(final ChunkFetchRequest req) {
ManagedBuffer buf;
try {
streamManager.checkAuthorization(reverseClient, req.streamChunkId.streamId);
streamManager.registerChannel(channel, req.streamChunkId.streamId);
buf = streamManager.getChunk(req.streamChunkId.streamId, req.streamChunkId.chunkIndex);
} catch (Exception e) {
logger.error(String.format("Error opening block %s for request from %s",
Expand Down

0 comments on commit a1709a6

Please sign in to comment.