Kolbe Kegel
Kolbe Kegel
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` create table t1 (id int unsigned not null auto_increment primary key);...
Occasionally, I encounter a problem like this: ``` python3[433]: WARNING:zeroconf:Exception occurred: python3[433]: Traceback (most recent call last): python3[433]: File "/home/pi/.local/lib/python3.5/site-packages/zeroconf.py", line 2245, in send python3[433]: bytes_sent = s.sendto(packet, 0, (addr,...
## Feature Request **Is your feature request related to a problem? Please describe:** A large restore today can appear to get "stuck" in some phases, especially "post-processing", where it's possible...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** I edited the TidbCluster resource of a deployed cluster to add the...
## Feature Request **Is your feature request related to a problem? Please describe:** If I have applied a malformed TidbMonitor CRD to the cluster, tidb-controller-manager does not handle it very...
## Feature Request **Is your feature request related to a problem? Please describe:** When maintaining a cluster, it might be possible to lose some important configuration history or other information...
## Feature Request **Is your feature request related to a problem? Please describe:** It's often difficult to diagnose issues with schedulers and maintain their activation and configuration. This requires the...
The documentation for dumpling at https://docs.pingcap.com/tidb/stable/dumpling-overview notes "Support automatic adjustment of TiDB GC time for TiDB v4.0.0 and above". But there is some important nuance here that is not explained....
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? ``` Darwin kkegel-0BXML85.dyn.pinadmin.com 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:08:47 PST...
I'd like to see a graph for TiDB that shows per-query memory usage (avg, p90, p99, etc.). I think it would be very helpful to know if there are a...