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:37:12 UTC

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

Boris Dushanov created RAMPART-423:
--------------------------------------

             Summary: 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


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