2023-12-01から1ヶ月間の記事一覧
github.com 2023年12月30日にTiDBのコミットはありませんでした。 github.com 2023年12月30日にPDのコミットはありませんでした。 github.com 2023年12月30日にTiKVのコミットはありませんでした。 github.com 2023年12月30日にdocsのコミットはありませんで…
github.com disttask: do not retry meta initialization if context done by tangenta · Pull Request #49881 · pingcap/tidb · GitHub 不安定なTestIssue24210テストを修正しています。 statistics: remove useless code by hawkingrei · Pull Request #49…
github.com gomod: update pd client to fix follower selection by HuSharp · Pull Request #49860 · pingcap/tidb · GitHub 利用する github.com/tikv/pd/client のバージョンを更新しています。 table: refactor table pkg's warning and note generation…
github.com ddl: fix the optimization for the empty table(speed up) by zimulala · Pull Request #49629 · pingcap/tidb · GitHub 空のテーブルに対するDDLの高速化を図っています。 gcs: fix a deadlock in gs parallel writer by lance6716 · Pull Requ…
github.com planner: support creating universal bindings from historical plans by qw4990 · Pull Request #49765 · pingcap/tidb · GitHub 過去の実行計画からuniversal bindingsを作成可能にしています。 test: fix unstable `TestTiDBClusterInfo` tes…
github.com *: upgrade client-go by hawkingrei · Pull Request #49715 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。 br: skip when rewrite rule not found by Leavrth · Pull Request #49360 · pingca…
github.com 2023年12月24日にTiDBのコミットはありませんでした。 github.com 2023年12月24日にPDのコミットはありませんでした。 github.com 2023年12月24日にTiKVのコミットはありませんでした。 github.com 2023年12月24日にdocsのコミットはありませんで…
github.com session: fix wrong test logic of tidb_super_read_only by guo-shaoge · Pull Request #49660 · pingcap/tidb · GitHub tidb_super_read_onlyのテストを修正しています。 github.com 2023年12月23日にPDのコミットはありませんでした。 github.…
github.com expression: Add `json_contains_path` push down support for tiflash by SeaRise · Pull Request #49393 · pingcap/tidb · GitHub json_contains_path関数をTiFlashにpushdown可能にしています。 expression: fix datarace for `builtinIlikeSi…
github.com planner: fix the issue that the optimizer cannot convert OUTER JOIN to INNER JOIN with nested AND/OR in some cases by qw4990 · Pull Request #49625 · pingcap/tidb · GitHub AND条件とOR条件がネストした外部結合を内部結合に変換可能に…
github.com dockerfile: optimize dockerfile by purelind · Pull Request #49559 · pingcap/tidb · GitHub Dockerfileを更新しています。 global sort: bench new merge step by ywqzzy · Pull Request #49595 · pingcap/tidb · GitHub global sortのベンチ…
github.com build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 by dependabot[bot] · Pull Request #49489 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。 build(deps): bump golang.org/x/crypto from 0.…
github.com planner: try to match universal bindings when optimization by qw4990 · Pull Request #49475 · pingcap/tidb · GitHub システム変数tidb_opt_enable_universal_bindingを追加し、universal bindingを利用可否を設定可能にしています。 planne…
github.com expression: ignore `TypeNULL` in `HandleBinaryLiteral` by YangKeao · Pull Request #49527 · pingcap/tidb · GitHub HandleBinaryLiteralでTypeNULLを無視するようにしています。 github.com 2023年12月17日にPDのコミットはありませんでした…
github.com 2023年12月16日にTiDBのコミットはありませんでした。 github.com 2023年12月16日にPDのコミットはありませんでした。 github.com 2023年12月16日にTiKVのコミットはありませんでした。 github.com 2023年12月16日にdocsのコミットはありませんで…
github.com backup: more stable check liveness when store heartbeat behind too much by 3pointer · Pull Request #48403 · pingcap/tidb · GitHub Backupでstore heartbeatが2分以上遅れた際に発生する"the store last heartbeat is too far"エラーを修…
github.com session: reset CTEStorageMap before txn conflict and retry() by tiancaiamao · Pull Request #49399 · pingcap/tidb · GitHub doCommitWithRetry()の前にCTEStorageMapをリセットしています。 disttask: insert subtasks in batch by D3Hunte…
github.com br/storage: add scope to support service_account type of credential file & remove default GCS httpclient by D3Hunter · Pull Request #49363 · pingcap/tidb · GitHub BRでGoogle Cloud Serviceのhttpclientを必要な場合のみ利用するよう…
github.com OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #49350 · pingcap/tidb · GitHub OWNERS ファイルを更新しています。 br/storage: disable keep alive for GCS on default to speed up request by D3Hu…
github.com *: replace exp/maps with std/maps by hawkingrei · Pull Request #49315 · pingcap/tidb · GitHub golang.org/x/exp/mapsをstd/mapsに置き換えています。 errctx, types, sessionctx: avoid memory allocation in `HandleError` and reduce all…
github.com br: remove duplicate bind info after snapshot restore by Leavrth · Pull Request #48946 · pingcap/tidb · GitHub BRのリストアでbindが重複する事象を修正しています。 github.com 2023年12月10日にPDのコミットはありませんでした。 github…
github.com plugin: add lost rewatch sleep in plugin loop by lcwangchao · Pull Request #49292 · pingcap/tidb · GitHub flushWatcherのrefreshPluginState呼び出し回数を削減しています。 github.com 2023年12月9日にPDのコミットはありませんでした。 …
github.com planner: encapsulate binding operations behind 2 interfaces by qw4990 · Pull Request #49261 · pingcap/tidb · GitHub bindingのコードをリファクタリングしています。 br: refactor error handle mechanism to tolerant unexpect kv errors…
github.com *: upgrade go1.21.5 by hawkingrei · Pull Request #49213 · pingcap/tidb · GitHub Go 1.21.5を利用しています。 server: add test to keep `clientConn` from memory leak by YangKeao · Pull Request #49243 · pingcap/tidb · GitHub clientC…
github.com executor: fix deadlock in dml statement with cte when oom panic action was triggered by AilinKid · Pull Request #49192 · pingcap/tidb · GitHub OOM発生時にDMLがdeadlockする事象を修正しています。 errmsg: fix example s3 url in erro…
github.com *: Support idle transaction timeout by crazycs520 · Pull Request #48714 · pingcap/tidb · GitHub システム変数tidb_idle_transaction_timeoutを追加し、アイドルトランザクションをタイムアウト可能にしています。デフォルトは0(無効)です。…
github.com ddl/test: split realtikv addindex testutil by ywqzzy · Pull Request #49120 · pingcap/tidb · GitHub realtikvとaddindexを分割しています。 disttask: add IsRetryableError interface for taskExecutor by ywqzzy · Pull Request #49097 · …
github.com build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 by dependabot[bot] · Pull Request #49082 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。 github.com 2023年12月3日にPDのコミットはあり…
github.com server: make `clientConn()` thread-safe by bb7133 · Pull Request #49073 · pingcap/tidb · GitHub clientConn()をスレッドセーフにしています。 parser: Sort keywords by dveeden · Pull Request #48851 · pingcap/tidb · GitHub parse.y 中…
github.com util/memory: use atomic.Pointer instead of atomic.Value for byteLimits by siddontang · Pull Request #49072 · pingcap/tidb · GitHub byteLimitsでatomic.Valueの代わりにatomic.Pointerを利用しています。 statistics: fix panic in the R…