-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Bug] Incorrect storage write fail metric #1252
Comments
summaryzb
added a commit
to summaryzb/incubator-uniffle
that referenced
this issue
Oct 22, 2023
summaryzb
added a commit
to summaryzb/incubator-uniffle
that referenced
this issue
Oct 22, 2023
It's just a thread safety problem |
smallzhongfeng
pushed a commit
that referenced
this issue
Oct 25, 2023
xianjingfeng
pushed a commit
that referenced
this issue
Oct 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the bug
Metric in
incStorageFailedCounter
may updates wrong, while using the wrong storageHost.The storage under the event may have already changed, if
incStorageFailedCounter
is called aftereventHandler.handle(event)
, since the event will be processed in another thread to do storage selection work.Affects Version(s)
0.8
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: