-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Description
In the current codebase, client-go provides several ways to spawn background or asynchronous tasks:
- builtin
go kvstore.Go(func())KVTxn.spawnWithStorePool
Using multiple approaches simultaneously may lead to issues such as data races (as seen in pingcap/tidb#57213).
We should standardize on a single approach to minimize risks and maintain code simplicity.
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.