Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ISSUE-244] Fix flaky test of CoordinatorGrpcTest.rpcMetricsTest (#256)
### What changes were proposed in this pull request? [ISSUE-244] Fix flaky test of CoordinatorGrpcTest.rpcMetricsTest ### Why are the changes needed? 1. The gauge metric of `HEARTBEAT_METHOD` is hard to meansure due to async sending at background. So remove it 2. The gauge metric of `GET_SHUFFLE_ASSIGNMENTS_METHOD` may be not called `descCounter` when rpc finished, so remove it ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Dont need
- Loading branch information