-
Notifications
You must be signed in to change notification settings - Fork 102
Commits on Apr 28, 2020
-
restore: add pipelined CreateTable.
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 0b07b64 - Browse repository at this point
Copy the full SHA 0b07b64View commit details -
restore: add pipelined ValidateFileRanges.
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 061b669 - Browse repository at this point
Copy the full SHA 061b669View commit details -
restore: pipelining restore process.
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d711ded - Browse repository at this point
Copy the full SHA d711dedView commit details -
restore, task: use batching when pipelining.
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for f258d99 - Browse repository at this point
Copy the full SHA f258d99View commit details -
restore: batcher split by range(instead of table).
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for cefb696 - Browse repository at this point
Copy the full SHA cefb696View commit details -
restore,task: new way to for polling errCh.
We use select instead of for range, so we can send error when context cancelled.
Hillium committedApr 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 7846324 - Browse repository at this point
Copy the full SHA 7846324View commit details
Commits on May 8, 2020
-
restore, task: pipelining checksum.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for c78a24b - Browse repository at this point
Copy the full SHA c78a24bView commit details -
restore, task: cancel parallel DDL request.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 93b5942 - Browse repository at this point
Copy the full SHA 93b5942View commit details -
restore: restore will now send batch periodly.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f3ec5ee - Browse repository at this point
Copy the full SHA f3ec5eeView commit details -
Hillium committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for bb31ec0 - Browse repository at this point
Copy the full SHA bb31ec0View commit details -
restore: add tests on batcher.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for d54b99c - Browse repository at this point
Copy the full SHA d54b99cView commit details -
restore, task: make linter happy.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 4c4a3d8 - Browse repository at this point
Copy the full SHA 4c4a3d8View commit details -
Hillium committed
May 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3cffa5d - Browse repository at this point
Copy the full SHA 3cffa5dView commit details -
Merge branch 'master' of https://github.com/pingcap/br into pipelined…
…-restore
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 965779a - Browse repository at this point
Copy the full SHA 965779aView commit details -
task: adjust to new function sig.
Hillium committedMay 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 59e33b0 - Browse repository at this point
Copy the full SHA 59e33b0View commit details
Commits on May 9, 2020
-
task, restore: close updateCh until all task finish.
Hillium committedMay 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 44d52be - Browse repository at this point
Copy the full SHA 44d52beView commit details -
task, restore: pipelined restore supports parition.
Hillium committedMay 9, 2020 Configuration menu - View commit details
-
Copy full SHA for a49e1f0 - Browse repository at this point
Copy the full SHA a49e1f0View commit details -
backup: always wait worker to finish.
Hillium committedMay 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 84e267c - Browse repository at this point
Copy the full SHA 84e267cView commit details -
backup, task: skip checksum when needed.
Hillium committedMay 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7fab3c3 - Browse repository at this point
Copy the full SHA 7fab3c3View commit details -
Merge branch 'master' of https://github.com/pingcap/br into pipelined…
…-restore
Hillium committedMay 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 39d2312 - Browse repository at this point
Copy the full SHA 39d2312View commit details -
Hillium committed
May 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ac6f5be - Browse repository at this point
Copy the full SHA ac6f5beView commit details
Commits on May 11, 2020
-
restore: move batcher test to restore_test package.
Hillium committedMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 25a9a3a - Browse repository at this point
Copy the full SHA 25a9a3aView commit details
Commits on May 12, 2020
-
Apply suggestions from code review
Co-authored-by: kennytm <kennytm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7f8251e - Browse repository at this point
Copy the full SHA 7f8251eView commit details -
restore, task: remove context on struct types.
Hillium committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 4bf507e - Browse repository at this point
Copy the full SHA 4bf507eView commit details -
restore: batcher auto commit can be disabled now.
Hillium committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c45c772 - Browse repository at this point
Copy the full SHA c45c772View commit details -
Hillium committed
May 12, 2020 Configuration menu - View commit details
-
Copy full SHA for afea125 - Browse repository at this point
Copy the full SHA afea125View commit details -
recover: fix a bug about removing tiflash.
Hillium committedMay 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 3c7530c - Browse repository at this point
Copy the full SHA 3c7530cView commit details
Commits on May 13, 2020
-
restore: MapTableToFiles issues Error log when key range not match.
Hillium committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for e164c4f - Browse repository at this point
Copy the full SHA e164c4fView commit details -
Hillium committed
May 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 2af022a - Browse repository at this point
Copy the full SHA 2af022aView commit details -
restore: fix test to match new change of master.
Hillium committedMay 13, 2020 Configuration menu - View commit details
-
Copy full SHA for 2bc34d9 - Browse repository at this point
Copy the full SHA 2bc34d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cee0fc3 - Browse repository at this point
Copy the full SHA cee0fc3View commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for acbb2fa - Browse repository at this point
Copy the full SHA acbb2faView commit details
Commits on May 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b96de5b - Browse repository at this point
Copy the full SHA b96de5bView commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8c9bf99 - Browse repository at this point
Copy the full SHA 8c9bf99View commit details
Commits on May 22, 2020
-
restore: merge two progresses.
Hillium committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for deb8848 - Browse repository at this point
Copy the full SHA deb8848View commit details -
Merge branch 'pipelined-restore' of https://github.com/YuJuncen/br in…
…to pipelined-restore
Hillium committedMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 879b553 - Browse repository at this point
Copy the full SHA 879b553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d22b4 - Browse repository at this point
Copy the full SHA 30d22b4View commit details
Commits on May 25, 2020
-
that is, when table is too big or batch size is too low, we will fail to restore the head part of this table.
Hillium committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 4060eec - Browse repository at this point
Copy the full SHA 4060eecView commit details -
Merge branch 'pipelined-restore' of https://github.com/YuJuncen/br in…
…to pipelined-restore
Hillium committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 1027d28 - Browse repository at this point
Copy the full SHA 1027d28View commit details -
restore: extract batcher to another file
Hillium committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for c1d2064 - Browse repository at this point
Copy the full SHA c1d2064View commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 557e4e9 - Browse repository at this point
Copy the full SHA 557e4e9View commit details -
task: don't return imediately when files is empty.
yujuncen committedMay 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b0dd355 - Browse repository at this point
Copy the full SHA b0dd355View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7bca7ad - Browse repository at this point
Copy the full SHA 7bca7adView commit details -
restore,task: do some refactor
We move `splitPrepareWork` into a struct named `ContextManager`, so that we can batchly set placement rules on online restore.
yujuncen committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for b53526e - Browse repository at this point
Copy the full SHA b53526eView commit details -
restore: fix a shaming bug... :|
yujuncen committedJun 2, 2020 Configuration menu - View commit details
-
Copy full SHA for dd6af60 - Browse repository at this point
Copy the full SHA dd6af60View commit details
Commits on Jun 5, 2020
-
Merge branch 'master' of https://github.com/pingcap/br into pipelined…
…-restore
Hillium committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f758994 - Browse repository at this point
Copy the full SHA f758994View commit details -
task,restore: panic on file broken
yujuncen committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 3303cef - Browse repository at this point
Copy the full SHA 3303cefView commit details -
restore: record tiflash count to disk when removed
yujuncen committedJun 5, 2020 Configuration menu - View commit details
-
Copy full SHA for a31e44c - Browse repository at this point
Copy the full SHA a31e44cView commit details
Commits on Jun 9, 2020
-
restore,task: simplify some code,
yujuncen committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 88c8117 - Browse repository at this point
Copy the full SHA 88c8117View commit details -
The bug causes, when a singal table is splt into multi part of batches, it sometimes fail to checksum.
yujuncen committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for cc43d9d - Browse repository at this point
Copy the full SHA cc43d9dView commit details -
1. make the batcher worker has two send style 2. make functions for debuging tables and ranges 3. rewrite a test case to adapt the new batcher
yujuncen committedJun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 312039d - Browse repository at this point
Copy the full SHA 312039dView commit details -
yujuncen committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for bbdbecd - Browse repository at this point
Copy the full SHA bbdbecdView commit details -
yujuncen committed
Jun 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 2c269dc - Browse repository at this point
Copy the full SHA 2c269dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cf64c - Browse repository at this point
Copy the full SHA 22cf64cView commit details
Commits on Jun 12, 2020
-
Merge branch 'master' of https://github.com/pingcap/br into pipelined…
…-restore
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 4705a55 - Browse repository at this point
Copy the full SHA 4705a55View commit details -
Apply suggestions from code review
Co-authored-by: 3pointer <qdlc2010@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55d22e4 - Browse repository at this point
Copy the full SHA 55d22e4View commit details -
restore: change some log levels
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for c94435d - Browse repository at this point
Copy the full SHA c94435dView commit details -
restore: merge joiner of sendWorker into messagebox
... and, some small changes: - don't send sending request if here is one. - the method of how a batcher is send move to log level debug
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for fe59bc1 - Browse repository at this point
Copy the full SHA fe59bc1View commit details -
restore,task: run RemoveRestoreLabels at restore post work
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d67e54 - Browse repository at this point
Copy the full SHA 4d67e54View commit details -
task: adapt the remove-tiflash flag
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for dc1d293 - Browse repository at this point
Copy the full SHA dc1d293View commit details -
restore,task: fetch new placement rules each time
yujuncen committedJun 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 5ac8cfe - Browse repository at this point
Copy the full SHA 5ac8cfeView commit details
Commits on Jun 15, 2020
-
Apply suggestions from code review
Co-authored-by: kennytm <kennytm@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4cbbff0 - Browse repository at this point
Copy the full SHA 4cbbff0View commit details -
restore,task: run Leave always, and modify some log level
yujuncen committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 460331f - Browse repository at this point
Copy the full SHA 460331fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b450532 - Browse repository at this point
Copy the full SHA b450532View commit details -
restore: fix a bug that may cause checksum time incorrect
yujuncen committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ee5223 - Browse repository at this point
Copy the full SHA 0ee5223View commit details -
Merge branch 'pipelined-restore' of https://github.com/Yujuncen/br in…
…to pipelined-restore
yujuncen committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 7437950 - Browse repository at this point
Copy the full SHA 7437950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f96c30 - Browse repository at this point
Copy the full SHA 8f96c30View commit details -
restore: don't Leave if never Enter
yujuncen committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 77ab77f - Browse repository at this point
Copy the full SHA 77ab77fView commit details -
Merge branch 'pipelined-restore' of https://github.com/Yujuncen/br in…
…to pipelined-restore
yujuncen committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ecbcd6 - Browse repository at this point
Copy the full SHA 0ecbcd6View commit details