You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
start 3master & 3worker and a task:
work normally works at first try
stop downstream and after some time worker output unnormal log.
What did you expect to see?
more friendly log(and seems work can't work anymore)
What did you see instead?
worker aggressively output the log(cpu take near 200%)
#18048 memory leak is caused by global variable reference.
If pd is closed, it maybe related to pingcap/tidb#18336
Or the store has been closed, and the background DDL goroutine still using the store and retry on error forever, so there is the endless log.
#18048 memory leak is caused by global variable reference.
If pd is closed, it maybe related to pingcap/tidb#18336
Or the store has been closed, and the background DDL goroutine still using the store and retry on error forever, so there is the endless log.
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
start 3master & 3worker and a task:
work normally works at first try
stop downstream and after some time worker output unnormal log.
What did you expect to see?
more friendly log(and seems work can't work anymore)
What did you see instead?
worker aggressively output the log(cpu take near 200%)
Versions of the cluster
DM version (run
dmctl -V
ordm-worker -V
ordm-master -V
):Release Version: v2.0.0-beta.2-10-g48ff774a
Git Commit Hash: 48ff774
Git Branch: master
UTC Build Time: 2020-07-06 03:39:14
Go Version: go version go1.14 darwin/amd64
The text was updated successfully, but these errors were encountered: