3pointer

Results 43 issues of 3pointer

## Feature Request ### Describe your feature request related problem: Part of #325, After https://github.com/pingcap/ticdc/issues/768 TiCDC support external storage. BR then has the ability to decode the log data to...

type/feature-request

## Feature Request ### Describe your feature request related problem: When backup lots of tables(60k+), the default checksum-concurrency(4) might cost too much CPU resources. When backup a big table, the...

type/feature-request

### What problem does this PR solve? when auto_increment id reached max.Int64, it can backs up success. but failed when restore. we should handle this situation. ### What is changed...

component/restore
type/bug-fix
size/L

1. What did you do? Perform restore with dataset 2T size, restore progress bar is inaccurate, after check the [code](https://github.com/pingcap/br/blob/6268cde45e6a05b5e46d1208b31ea18a1770b8ba/pkg/restore/split.go#L137) found that progress has increase more than `len(keys)` when split...

type/bug
difficulty/3-hard
priority/P2
severity/moderate

## Feature Request ### Describe your feature request related problem: problem is like #797 When the table already has some data before we do a full restore job and the...

type/feature-request
difficulty/1-easy
component/restore

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. restore data and check the empty region...

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...

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

## Feature Request ### Describe your feature request related problem: Currently, we had some incompatible issues with some feature enabled. for example (`clustered index`, `new collation`). When backup with `clustered...

type/compatibility
type/enhancement

1. What did you do? If possible, provide a recipe for reproducing the error. restore met error ``` [ERROR] [restore.go:24] ["failed to restore"] [error="[tikv:9010]TiKV server reports stale command"] [errorVerbose="[tikv:9010]TiKV server...

type/bug
severity/moderate

## Feature Request ### Describe your feature request related problem: Part of #325, After https://github.com/pingcap/ticdc/issues/768 TiCDC support external storage. we have the ability to generate lots of log backup with...

type/feature-request
difficulty/2-medium
Priority/P1