Skip to content
Snippets Groups Projects
Commit 6ef17e91 authored by Mosharaf Chowdhury's avatar Mosharaf Chowdhury
Browse files

Fixed logging. Again.

parent f47fb444
No related branches found
No related tags found
No related merge requests found
......@@ -187,11 +187,11 @@ extends Shuffle[K, V, C] with Logging {
// Turn the timer OFF, if the sender responds before timeout
timeOutTimer.cancel()
val readStartTime = System.currentTimeMillis
logInfo("BEGIN READ: http://%s:%d/shuffle/%s".format(hostAddress, listenPort, requestPath))
// Receive the file
if (requestedFileLen != -1) {
val readStartTime = System.currentTimeMillis
logInfo("BEGIN READ: http://%s:%d/shuffle/%s".format(hostAddress, listenPort, requestPath))
// Add this to combiners
val inputStream = new ObjectInputStream(isSource)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment