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
20240109080520.768: [StateMachine] bvar is busy at sampling for 2 seconds!
20240109084356.783: [StateMachine] GlobalUpdate is too busy!
20240109084453.686: [StateMachine] UpdateDerivedVars is too Busy!
I restarted the server after a few seconds.
The log was never seen before, what does that mean?
ls there too many update queries?
The text was updated successfully, but these errors were encountered:
20240109080520.768: [StateMachine] bvar is busy at sampling for 2 seconds!
20240109084356.783: [StateMachine] GlobalUpdate is too busy!
20240109084453.686: [StateMachine] UpdateDerivedVars is too Busy!
I restarted the server after a few seconds. The log was never seen before, what does that mean? ls there too many update queries?
You can see the similar issue in brpc. These logs mean that the machine resources are too tight, causing the related threads of bvar::detail::SamplerCollector to be unable to obtain the cpu. So you can choose a machine with more resources.
You can see the similar apache/brpc#1239 in brpc. These logs mean that the machine resources are too tight, causing the related threads of bvar::detail::SamplerCollector to be unable to obtain the cpu. So you can choose a machine with more resources.
Thanks for your help.
I just restarted the docker containter with command docker restart containter_name.
There were some resource-intensive programs running on the machine at that time, I will pay attention to them.
Environment:
Describe the bug
I restarted the server after a few seconds.
The log was never seen before, what does that mean?
ls there too many update queries?
The text was updated successfully, but these errors were encountered: