Skip to content

Commit

Permalink
Fixed bug causing test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Oct 30, 2014
1 parent f192f47 commit 78a4aaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class ReceiverTracker(ssc: StreamingContext) extends Logging {
sender ! true
case AddBlock(receivedBlockInfo) =>
addBlocks(receivedBlockInfo)
sender ! true
case ReportError(streamId, message, error) =>
reportError(streamId, message, error)
case DeregisterReceiver(streamId, message, error) =>
Expand Down

0 comments on commit 78a4aaa

Please sign in to comment.