-
Notifications
You must be signed in to change notification settings - Fork 24
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
cdc,tests: integration test flow_control
case is flaky
#383
Labels
type/bug
Something isn't working
Comments
Tikv-servers seemed to be all down. |
flow_control
case is flakyflow_control
case is flaky
Heap profile (see here) showed that the function using most memory was
So it seems to be not an issue of memory leak or flow controlling. As we use |
pingyu
added a commit
that referenced
this issue
Mar 4, 2024
…eam` (#392) * collect pprof heap Signed-off-by: Ping Yu <[email protected]> * unlimit retry for pd connection Signed-off-by: Ping Yu <[email protected]> * reduce record size Signed-off-by: Ping Yu <[email protected]> * log level: info Signed-off-by: Ping Yu <[email protected]> * reduce data size; add grafana panel Signed-off-by: Ping Yu <[email protected]> * fix encoder size Signed-off-by: Ping Yu <[email protected]> * fix Signed-off-by: Ping Yu <[email protected]> * MQMessage pool Signed-off-by: Ping Yu <[email protected]> * fix release Signed-off-by: Ping Yu <[email protected]> * wip Signed-off-by: Ping Yu <[email protected]> * fix flaky ut Signed-off-by: Ping Yu <[email protected]> * logging Signed-off-by: Ping Yu <[email protected]> * fix ut Signed-off-by: Ping Yu <[email protected]> * adjust memory release parameter Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> * polish Signed-off-by: Ping Yu <[email protected]> --------- Signed-off-by: Ping Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
1. Describe the bug
See https://do.pingcap.net/jenkins/blue/organizations/jenkins/tikv%2Fmigration%2Fpull_unit_test/detail/pull_unit_test/11/pipeline/
2. Minimal reproduce step (Required)
Run integration tests in CI.
3. What did you see instead (Required)
Test failed.
4. What did you expect to see? (Required)
Test succeed.
5. What is your migration tool and TiKV version? (Required)
The text was updated successfully, but these errors were encountered: