While looking at #servers-381 I noticed that there is a lot of Request objects:
Looking at finish() method it seems that you remove objects from requests collections but never from sentSubrequests one (line 146: sentSubrequests.get(request.getId());)?
While looking at #servers-381 I noticed that there is a lot of
Requestobjects:Looking at
finish()method it seems that you remove objects fromrequestscollections but never fromsentSubrequestsone (line 146:sentSubrequests.get(request.getId());)?