mpp_establish_conn
related metrics is broken when enable async grpc server
#6197
Labels
affects-6.0
affects-6.1
affects-6.2
affects-6.3
component/compute
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
When enable async grpc server,
mpp_establish_conn
related metrics(mpp_establish_conn_duration, mpp_establish_conn_count) is broken because intiflash/dbms/src/Flash/FlashService.cpp
Lines 256 to 260 in 731482e
it is assumed that when
AsyncFlashService::establishMPPConnectionAsync
finishes, the establish connection also finishes. It is not true for async grpc server.2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: