Skip to content

Conversation

Geanik
Copy link

@Geanik Geanik commented Oct 2, 2019

solves #84

kofemann added 4 commits July 19, 2019 10:33
Motivation:
The are many reasons why we should sign our artifacts. The main two are:

  - allow library users to verify who have release the jars
  - maven central accepts only signed artifacts (and this is the goal)

Modification:
Add profile that will be activated by maven release plugin or manually
with `-P sign-artifacts` option.

Result:
produced artifacts will be released.

Acked-by: Jürgen Starek
Target: master, 3.1
(cherry picked from commit 6cd0cab)
Signed-off-by: Tigran Mkrtchyan <[email protected]>
Motivation:
ReplyQueue uses ScheduledThreadPoolExecutor to collect expired request.
However, non expired requests (those that get reply) not removed from
the scheduler's queue.

Modification:
Configure ScheduledThreadPoolExecutor to remove canceled tasks. Add test
to demonstrate this 'leak' pattern as  well as improve overall test
coverage.

Result:
Avoid potential memory leak for high number of requests with bit timeout
values.

Acked-by: Marina Sahakyan
Target: master, 3.1
(cherry picked from commit 9328681)
Signed-off-by: Tigran Mkrtchyan <[email protected]>
@dcache-ci
Copy link

Can one of the admins verify this patch?

@kofemann
Copy link
Member

kofemann commented Oct 2, 2019

ok to test

@kofemann
Copy link
Member

kofemann commented Oct 2, 2019

Thanks for the fix!

Can you please add Signed-off-by as described at

https://github.com/dCache/oncrpc4j#how-to-contribute

@kofemann kofemann added the bug label Oct 2, 2019
@kofemann
Copy link
Member

kofemann commented Oct 4, 2019

ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants