From e138300fa4ed116669e8ca254a6fd1d7f1adf72e Mon Sep 17 00:00:00 2001 From: Gerrit User 6987 <6987@4a232e18-c5a9-48ee-94c0-e04e7cca6543> Date: Fri, 1 May 2015 23:28:07 +0000 Subject: [PATCH] Update patch set 2 Patch Set 2: Code-Review-1 (1 comment) Still don't fully understand this yet, but did catch a problem i wanted to let you know about. Patch-set: 2 Reviewer: Gerrit User 6987 <6987@4a232e18-c5a9-48ee-94c0-e04e7cca6543> Label: Code-Review=-1 --- dc60cad76904c7b95d2153e1f0e9ca88a5e1b478 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dc60cad76904c7b95d2153e1f0e9ca88a5e1b478 diff --git a/dc60cad76904c7b95d2153e1f0e9ca88a5e1b478 b/dc60cad76904c7b95d2153e1f0e9ca88a5e1b478 new file mode 100644 index 0000000..7513916 --- /dev/null +++ b/dc60cad76904c7b95d2153e1f0e9ca88a5e1b478 @@ -0,0 +1,21 @@ +{ + "comments": [ + { + "key": { + "uuid": "3acd31a7_ebb64089", + "filename": "src/main/java/hudson/plugins/gearman/MyGearmanWorkerImpl.java", + "patchSetId": 2 + }, + "lineNbr": 370, + "author": { + "id": 6987 + }, + "writtenOn": "2015-05-01T23:28:07Z", + "side": 1, + "message": "When I send a job to the server the taskMap is empty at this point which will set currentTask to null. I believe the session.driveSessionIO() just above may cause a session event and make the handleSessionEvent to empty out the taskMap. I think calling this before driveSessionIO may work.", + "revId": "dc60cad76904c7b95d2153e1f0e9ca88a5e1b478", + "serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543", + "unresolved": false + } + ] +} \ No newline at end of file