tikv / importer

tikv-importer is a front-end to help ingesting large number of KV pairs into a TiKV cluster
Apache License 2.0
20 stars 14 forks source link

kv_server: make the receive message size unlimited (#26) #27

Closed kennytm closed 4 years ago

kennytm commented 4 years ago

What have you changed? (mandatory)

Cherry-picks #26 to release-3.0.

What are the type of the changes? (mandatory)

How has this PR been tested? (mandatory)

-

Does this PR affect TiDB Lightning? (mandatory)

No

Refer to a related PR or issue link (optional)

Benchmark result if necessary (optional)

Add a few positive/negative examples (optional)

kennytm commented 4 years ago

/run-all-tests tikv=release-3.0 tidb=release-3.0 pd=release-3.0

ericsyh commented 4 years ago

@kennytm pls fix the ci.

kennytm commented 4 years ago

@ericsyh it is caused by lack of memory in the container. Currently being fixed by SRE team.

ericsyh commented 4 years ago

/run-all-tests tikv=release-3.0 tidb=release-3.0 pd=release-3.0

ericsyh commented 4 years ago

/run-all-tests tikv=release-3.0 tidb=release-3.0 pd=release-3.0

kennytm commented 4 years ago

PTAL @overvenus @5kbpers