开发者

Web app integrity under mysql heavy load

开发者 https://www.devze.com 2023-03-16 21:05 出处:网络
We have a machine where with a heavy cpu load on myqsl process on Serve开发者_JS百科r 1. Our webapp on server 2 suddenly seemed to bypass rights logic and expose some data as if no check were done on

We have a machine where with a heavy cpu load on myqsl process on Serve开发者_JS百科r 1. Our webapp on server 2 suddenly seemed to bypass rights logic and expose some data as if no check were done on the db side.

Can an app miss some SQL queries because the DB server is under heavy load ? Can MySQL loose consistency ?


Probably not. More likely, your application detected an error with the database(maybe a timeout), but is not handling the error properly. I would check the application exception handling logic carefully.

0

精彩评论

暂无评论...
验证码 换一张
取 消