lance6716
lance6716
You can check downstream TiDB cluster's grafana / SHOW PROCESSLIST to see what's going on. I guess DM is creating table in downstream and this action is a bit slow...
/cc @amyangfei @gozssky
@Defined2014 @xiongjiwei ptal
> Is this added to every TCP connection? Will it be too heavy to add atomic variables here which have a big impact on performance? It should be an option...
As my plan, it's used by lightning to import data to tikv. We want to know the network IO of this import task
> input the csv-file and encode the values to the key-value This is done at lightning side. Lightning is a golang program and uses the encoding functionality of TiDB which...
@liujp If you already have KV pairs, yes lightning is not suitable for this use case. I think you can directly implement the RPC client of service ImportSST https://github.com/pingcap/kvproto/blob/ecdbf1f8c130089392a9bb5f86f7577deddfbed5/proto/import_sstpb.proto#L34C1-L34C18 And...
> I have the same problem. I think it's the macOS version cause it. My macOS is 12.3.1. I'm using 13.2.1
> @lance6716 After an accidental test, the problem was solved after disabling the following settings. System Settings -> Keyboard -> Text Input -> Edit... -> All Input Sources -> Turn...