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
Request
objects:Looking at
finish()
method it seems that you remove objects fromrequests
collections but never fromsentSubrequests
one (line 146:sentSubrequests.get(request.getId());
)?