Skip to content
#

tidb

Here are 105 public repositories matching this topic...

ran-huang
ran-huang commented Apr 20, 2020

Error 报告

This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.

Please answer the following questions before submitting your issue. Thanks!

help wanted good first issue Hacktoberfest
itinycheng
itinycheng commented Apr 19, 2022

The flink-tidb-connector doesn't work as expected when I use upsert mode to sink data to TiDB, the reason for this is as in title, flink version: 1.13.x. Is there any reason for making unique key as part of the primary?

Code block:

private String[] getKeyFields(Context context, ReadableConfig config, String databaseName,
      String tableName) {
    // check write mode
    TiDBWr
type/enhancement good first issue
tisonkun
tisonkun commented Jul 17, 2021

The best practices of reporting errors:

  1. The error message should be more user-friendly. Bad case: The table 101 exceeds table size. Good case: The table tbl exceeds table size.
  2. Provide workarounds if necessary. Bad case: The table tbl exceeds table size. Good case: The table tbl exceeds table size. Please try to turn up the value of the system variable tmp_table_size.
  3. Define
help wanted good first issue
3pointer
3pointer commented Oct 15, 2020

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.
    we didn't record store id when download/ingest sst failed.

  2. What did you expect to see?
    the error log with store id.

  3. What did you see instead?
    only the error.

  4. What version of BR and TiDB/TiKV/PD are you using?

all version.

type/bug good first issue difficulty/1-easy severity/minor

Improve this page

Add a description, image, and links to the tidb topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tidb topic, visit your repo's landing page and select "manage topics."

Learn more