We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer these questions before submitting your issue. Thanks!
pool, _ := NewSPMCPool[int, int, ConstArgs, any, pooltask.NilContext]("TestPool", 10, rmutil.UNKNOWN) pool.ReleaseAndWait() var err error pool, err = NewSPMCPool[int, int, ConstArgs, any, pooltask.NilContext]("TestPool", 10, rmutil.UNKNOWN)
err is nil
err
error is pool is already exist
pool is already exist
Release Version: v6.6.0-alpha-210-gaef752a40 Edition: Community Git Commit Hash: aef752a407aca3cd379f9941cd51f475abea9bcb Git Branch: master
The text was updated successfully, but these errors were encountered:
resourcemanager, util: add resourcemanager.Unregister when closing sp…
9a917c8
…mcpool (#40547) close #40546
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
err
is nil3. What did you see instead (Required)
error is
pool is already exist
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: