-
*: Truncate partition with global index improvement by mjonss · Pull Request #55831 · pingcap/tidb · GitHub Global index付きのパーティション表をtruncateするときに、insertがblockされる事象を修正しています。
-
executor: fix nil pointer for query on tikv_region_status with non-exist table id by tiancaiamao · Pull Request #57534 · pingcap/tidb · GitHub 存在しないtable idで
tikv_region_status
を検索すると発生するERROR 1105 (HY000): runtime error: invalid memory address or nil pointer dereference
エラーを修正しています。 *: bump client-go with some regression tests by you06 · Pull Request #57282 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
Dumpling: GCS always retry. by OliverS929 · Pull Request #57513 · pingcap/tidb · GitHub Dumplingで Google Cloud Storageへのアップロードをリトライするようにしています。
statstics: fix wrong stats health metrics by hawkingrei · Pull Request #57555 · pingcap/tidb · GitHub
Stats Healthy Distribution
のメトリクスを修正しています。dxf: reduce indent of scheduleTask and some log refactor by D3Hunter · Pull Request #57501 · pingcap/tidb · GitHub コードのインデントを変更しています。
expression: fix tikv crash when `bool like cast(bit as char)` by lcwangchao · Pull Request #57484 · pingcap/tidb · GitHub
bool like cast(bit as char)
がpanicする事象を修正しています。planner: fix `count(*)` return wrong value for `information_schema.tables` by joechenrh · Pull Request #57506 · pingcap/tidb · GitHub
information_schema.tables
の結果が正しくない事象を修正しています。external_storage: implement locking by YuJuncen · Pull Request #56597 · pingcap/tidb · GitHub 外部ストレージ用にput-and-verifyのlockを追加しています。
planner: Fix the issue where any(nil) is not considered equal to nil by King-Dylan · Pull Request #57428 · pingcap/tidb · GitHub
any(nil)
をnilと一致させるようにしています。Revert "util: fix codec for negative zero (#57343)" | tidb-test=pr/2432 by wshwsh12 · Pull Request #57525 · pingcap/tidb · GitHub util: fix codec for negative zero | tidb-test=pr/2427 by wshwsh12 · Pull Request #57343 · pingcap/tidb · GitHub をrevertしています。
executor: fix data race in hash join v2 spill by windtalker · Pull Request #57519 · pingcap/tidb · GitHub hash join v2でのdisk spillで発生するレースコンディションを修正しています。
executor, session: fix ExecStmt.OriginText to use the actual original text by b6g · Pull Request #57393 · pingcap/tidb · GitHub
ExecStmt.OriginText
をutf8以外の文字コードに対応しています。Restore: implement restorer for compacted SST/Snapshot/log files by 3pointer · Pull Request #57208 · pingcap/tidb · GitHub 圧縮されたSSTファイル、snapshotなどへの統一されたrestorerを追加しています。
- syncer: exit watch leader immediately by rleungx · Pull Request #8824 · tikv/pd · GitHub syncerでwatch leaderを即時に終了させています。
lock_manager: Skip updating lock wait info for non-fair-locking requests (#17500) by MyonKeminta · Pull Request #17870 · tikv/tikv · GitHub lock競合が多発する場合にメモリ使用量が増える事象を修正しています。
raftstore: Increase the default raft_client_queue_size and raft_msg_max_batch_size. by hhwyt · Pull Request #17821 · tikv/tikv · GitHub
raft_client_queue_size
とraft_msg_max_batch_size
のデフォルトサイズを変更しています。
- Add mintso config parameters by xzhangxian1008 · Pull Request #19452 · pingcap/docs · GitHub
task_scheduler_thread_soft_limit
,task_scheduler_thread_soft_limit
,task_scheduler_thread_soft_limit
の説明を追加しています。
2024年11月20日にTiDB Operatorのコミットはありませんでした。
- *: upgrade tidb to include fix by D3Hunter · Pull Request #11776 · pingcap/tiflow · GitHub 利用するTiDBのバージョンを更新しています。
*: Fix build and readme in llvm17 by breezewish · Pull Request #9656 · pingcap/tiflash · GitHub README.md を更新しています。
Abort uploading checkpoint if s3 lock client is not initialized by CalvinNeo · Pull Request #9655 · pingcap/tiflash · GitHub S3LocalLockManagerの初期化方法を変更しています。
2024年11月20日にTiProxyのコミットはありませんでした。