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

900900 Authentication failure occurs in high concurrency. Http Code is 500 #3369

Open
mxh10 opened this issue Jun 1, 2023 · 0 comments
Open

Comments

@mxh10
Copy link

mxh10 commented Jun 1, 2023

Description

We use the MGW 3.2.0/3.2.1, and recently found a problem that comes up with a lot of frequency.

When the number of concurrent requests reaches a certain level, http 500 will be returned to the request API, and the returned information is
{"fault":{"code":900900, "message":"Unclassified Authentication Failure", "description":"Unclassified Authentication Failure. Unclassified Authentication Failure"}}".

Please help me on this question. Thanks!

Steps to Reproduce

We changed the following configuration in micro-gw.conf, tokenCacheExpiryTime = 86400
[caching]
tokenCacheExpiryTime = 60
tokenCacheCapacity = 10000
tokenCacheEvictionFactor = 0.25

however, a 900900 error was still found in the test.

We tried refreshing the Access Token to avoid this exception, but it didn't work either. He still reappears, just less often.

Version

MGW 3.2.0/3.2.1

Environment Details (with versions)

docker

Relevant Log Output

No response

Related Issues

No response

Suggested Labels

No response

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

No branches or pull requests

1 participant