zuston opened a new pull request, #411: URL: https://github.com/apache/incubator-uniffle/pull/411
### What changes were proposed in this pull request? Fix incorrect metrics of event_queue_size and total_write_handler ### Why are the changes needed? In current codebase, there are bugs on above metrics. 1. The metric of total_write_handler won't desc when exception happened on flushing to file 2. The metric of event_queue_size won't show the correct wait queue size. If all events are waiting to be operated, the flushQueue is always 0 and the metric value also will be 0. This is wrong. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Don't need. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
