You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Boris Dushanov (JIRA)" <ji...@apache.org> on 2015/02/10 16:42:11 UTC

[jira] [Updated] (RAMPART-423) STS implementation may lead to performance reduction

     [ https://issues.apache.org/jira/browse/RAMPART-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Dushanov updated RAMPART-423:
-----------------------------------
    Attachment: rampart-423_patch.txt

For 2) from the description, I'm attaching a patch that optimizes the work of the STS by reducing the number of iterations.

> STS implementation may lead to performance reduction
> ----------------------------------------------------
>
>                 Key: RAMPART-423
>                 URL: https://issues.apache.org/jira/browse/RAMPART-423
>             Project: Rampart
>          Issue Type: Bug
>          Components: rampart-trust
>    Affects Versions: 1.6.2
>            Reporter: Boris Dushanov
>         Attachments: rampart-423_patch.txt
>
>
> Recently we come up to a case in which a system was declining in response time when working for a few hours. In the end the system stops responding.
> It turned out that two tokens are inserted in the STS per second.Because of :
> 1) the lack of retention policy of the store i.e. the EXPIRED tokens are not cleaned up and are constantly iterated(RAMPART-337)
> 2) the number of iterations, which could actually be reduced
> the system may either stop responding or throws OOM exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org