Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2571)

Issue 269510043: Add updating node latency value to schedule tasks

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 6 months ago by bruce.yinhe.kth
Modified:
8 years, 6 months ago
Reviewers:
marcus.falgert, erneborg, robert.erneborg
CC:
bruce.yinhe.kth, fikri.firman, erneborg_kth.se, mfalgert_kth.se, byi_kth.se, kgve_kth.se, kirillb_kth.se, dmk_kth.se, karthik.venkatesan85, teowey
Visibility:
Public.

Description

Add updating node latency value to schedule tasks

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java View 3 chunks +7 lines, -0 lines 2 comments Download
M src/main/java/se/kth/crypt/server/util/CryptUtils.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
bruce.yinhe.kth
Add updating node latency value to schedule tasks
8 years, 6 months ago (2015-10-18 22:18:42 UTC) #1
robert.erneborg
https://codereview.appspot.com/269510043/diff/1/src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java File src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java (right): https://codereview.appspot.com/269510043/diff/1/src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java#newcode55 src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java:55: } overall looks great. I have two questions/suggestions though. ...
8 years, 6 months ago (2015-10-19 19:31:41 UTC) #2
byi_kth.se
Good advice. We can use the @Asynchronous <https://docs.oracle.com/javaee/6/tutorial/doc/gkkqg.html> annotation from javax.ejb.Asynchronous (that would require Java ...
8 years, 6 months ago (2015-10-19 22:00:38 UTC) #3
marcus.falgert
8 years, 6 months ago (2015-10-20 13:09:02 UTC) #4
https://codereview.appspot.com/269510043/diff/1/src/main/java/se/kth/crypt/se...
File src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java (right):

https://codereview.appspot.com/269510043/diff/1/src/main/java/se/kth/crypt/se...
src/main/java/se/kth/crypt/server/core/CryptScheduledTasks.java:51:
for(Map.Entry<String, CryptRabbitTemplate> entry :
remoteRabbitConnections.entrySet()) {
Looks good!
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b