You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use kong:cassandra this docker image,and use its default configuration.Then I add a POST method api and make 200 concurrent time post requests continuously.There are some error happend;
This api have 3000 tps when do not use kong, but only 200 now.
It seems that lua-resty-lock this module's problem, i turn up lua_shared_dict cache_locks 100k to 2m.
But still not work.
So,i dont know where the problem is.
Help please...
Summary
I use
kong:cassandra
this docker image,and use its default configuration.Then I add a POST method api and make 200 concurrent time post requests continuously.There are some error happend;This api have 3000 tps when do not use kong, but only 200 now.
It seems that lua-resty-lock this module's problem, i turn up lua_shared_dict cache_locks 100k to 2m.
But still not work.
So,i dont know where the problem is.
Help please...
Steps To Reproduce
error log:
BTW:i use jmeter to post request.
Additional Details & Logs
0.9.0.0
)1.10.3
kong:cassandra3
cassandra 2.2
The text was updated successfully, but these errors were encountered: