Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add array-size check to get methods #85

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add array-size check to get methods #85

wants to merge 5 commits into from

Conversation

Geanik
Copy link

@Geanik Geanik commented Oct 2, 2019

solves #84

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 <tigran.mkrtchyan@desy.de>
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 <tigran.mkrtchyan@desy.de>
@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.

None yet

3 participants