-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
[2021-07-01T12:10:49.320Z] FAIL: sysvar_test.go:468: testSysVarSuite.TestInstanceScopedVars
[2021-07-01T12:10:49.320Z]
[2021-07-01T12:10:49.320Z] sysvar_test.go:514:
[2021-07-01T12:10:49.320Z] c.Assert(val, Equals, config.HideConfig(string(j)))
[2021-07-01T12:10:49.320Z] ... obtained string = "" +
[2021-07-01T12:10:49.320Z] ... "{\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"host\": \"0.0.0.0\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"advertise-address\": \"\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"port\": 4000,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"cors\": \"\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"store\": \"unistore\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"path\": \"/tmp/tidb\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"socket\": \"\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"lease\": \"45s\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"run-ddl\": true,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"split-table\": true,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"token-limit\": 1000,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"oom-use-tmp-storage\": true,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"tmp-storage-path\": \"/tmp/1000_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"oom-action\": \"cancel\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"mem-quota-query\": 1073741824,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"tmp-storage-quota\": -1,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"enable-streaming\": false,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"enable-batch-dml\": false,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"lower-case-table-names\": 2,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"server-version\": \"\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\"log\": {\n" +
[2021-07-01T12:10:49.320Z] ... "\t\t\"level\": \"info\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\t\"format\": \"text\",\n" +
[2021-07-01T12:10:49.320Z] ... "\t\t\"disable-timestamp\": null,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\t\"enable-timestamp\": null,\n" +
[2021-07-01T12:10:49.320Z] ... "\t\t\"disable-error-stack\": null,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"enable-error-stack\": null,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"file\": {\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\t\"filename\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\t\"max-size\": 300,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\t\"max-days\": 0,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\t\"max-backups\": 0\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"enable-slow-log\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"slow-query-file\": \"tidb-slow.log\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"slow-threshold\": 300,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"expensive-threshold\": 10000,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"query-log-max-len\": 4096,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"record-plan-in-slow-log\": 1\n" +
[2021-07-01T12:10:49.321Z] ... "\t},\n" +
[2021-07-01T12:10:49.321Z] ... "\t\"security\": {\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"skip-grant-table\": false,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"ssl-ca\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"ssl-cert\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"ssl-key\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"require-secure-transport\": false,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"cluster-ssl-ca\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"cluster-ssl-cert\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"cluster-ssl-key\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"cluster-verify-cn\": null,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"spilled-file-encryption-method\": \"plaintext\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"enable-sem\": false\n" +
[2021-07-01T12:10:49.321Z] ... "\t},\n" +
[2021-07-01T12:10:49.321Z] ... "\t\"status\": {\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"status-host\": \"0.0.0.0\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"metrics-addr\": \"\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"status-port\": 10080,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"metrics-interval\": 15,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"report-status\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"record-db-qps\": false\n" +
[2021-07-01T12:10:49.321Z] ... "\t},\n" +
[2021-07-01T12:10:49.321Z] ... "\t\"performance\": {\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"max-procs\": 0,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"max-memory\": 0,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"server-memory-quota\": 0,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"memory-usage-alarm-ratio\": 0.8,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"stats-lease\": \"3s\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"stmt-count-limit\": 5000,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"feedback-probability\": 0,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"query-feedback-limit\": 512,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"pseudo-estimate-ratio\": 0.8,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"force-priority\": \"NO_PRIORITY\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"bind-info-lease\": \"3s\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"txn-entry-size-limit\": 6291456,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"txn-total-size-limit\": 104857600,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"tcp-keep-alive\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"tcp-no-delay\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"cross-join\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"run-auto-analyze\": true,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"distinct-agg-push-down\": false,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"committer-concurrency\": 128,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"max-txn-ttl\": 3600000,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"mem-profile-interval\": \"1m\",\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"gogc\": 100,\n" +
[2021-07-01T12:10:49.321Z] ... "\t\t\"enforce-mpp\": false\n" +
[2021-07-01T12:10:49.321Z] ... "\t},\n" +
[2021-07-01T12:10:49.321Z] ... "\t\"prepared-plan-cache\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"enabled\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"capacity\": 100,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"memory-guard-ratio\": 0.1\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"opentracing\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"enable\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"rpc-metrics\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"sampler\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"type\": \"const\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"param\": 1,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"sampling-server-url\": \"\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"max-operations\": 0,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"sampling-refresh-interval\": 0\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"reporter\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"queue-size\": 0,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"buffer-flush-interval\": 0,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"log-spans\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"local-agent-host-port\": \"\"\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t}\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"proxy-protocol\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"networks\": \"\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"header-timeout\": 5\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"pd-client\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"pd-server-timeout\": 3\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"tikv-client\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"grpc-connection-count\": 4,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"grpc-keepalive-time\": 10,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"grpc-keepalive-timeout\": 3,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"grpc-compression-type\": \"none\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"commit-timeout\": \"41s\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"async-commit\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"keys-limit\": 256,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"total-key-size-limit\": 4096,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"safe-window\": 2000000000,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"allowed-clock-drift\": 500000000\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"max-batch-size\": 128,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"overload-threshold\": 200,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"max-batch-wait-time\": 0,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"batch-wait-size\": 8,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"enable-chunk-rpc\": true,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"region-cache-ttl\": 600,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"store-limit\": 0,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"store-liveness-timeout\": \"1s\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"copr-cache\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\t\"capacity-mb\": 1000\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"ttl-refreshed-txn-size\": 33554432\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"binlog\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"enable\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"ignore-error\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"write-timeout\": \"15s\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"binlog-socket\": \"\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"strategy\": \"range\"\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"compatible-kill-query\": false,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"plugin\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"dir\": \"\",\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"load\": \"\"\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.322Z] ... "\t\"pessimistic-txn\": {\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"max-retry-count\": 256,\n" +
[2021-07-01T12:10:49.322Z] ... "\t\t\"deadlock-history-capacity\": 10\n" +
[2021-07-01T12:10:49.322Z] ... "\t},\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"check-mb4-value-in-utf8\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"max-index-length\": 3072,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"index-limit\": 64,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"table-column-count-limit\": 1017,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"graceful-wait-before-shutdown\": 0,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"alter-primary-key\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"treat-old-version-utf8-as-utf8mb4\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-table-lock\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"delay-clean-table-lock\": 0,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"split-region-max-num\": 1000,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"stmt-summary\": {\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"enable\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"enable-internal-query\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"max-stmt-count\": 3000,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"max-sql-length\": 4096,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"refresh-interval\": 1800,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"history-size\": 24\n" +
[2021-07-01T12:10:49.323Z] ... "\t},\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"repair-mode\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"repair-table-list\": [],\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"isolation-read\": {\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"engines\": [\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\t\"tikv\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\t\"tiflash\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\t\"tidb\"\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t]\n" +
[2021-07-01T12:10:49.323Z] ... "\t},\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"max-server-connections\": 0,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"new_collations_enabled_on_first_bootstrap\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"experimental\": {\n" +
[2021-07-01T12:10:49.323Z] ... "\t\t\"allow-expression-index\": false\n" +
[2021-07-01T12:10:49.323Z] ... "\t},\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-collect-execution-info\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"skip-register-to-dashboard\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-telemetry\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"labels\": {},\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-global-index\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"deprecate-integer-display-length\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-enum-length-limit\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"stores-refresh-interval\": 60,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-tcp4-only\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-forwarding\": false\n" +
[2021-07-01T12:10:49.323Z] ... "}"
[2021-07-01T12:10:49.323Z] ... expected string = "" +
[2021-07-01T12:10:49.323Z] ... "{\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"host\": \"0.0.0.0\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"advertise-address\": \"\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"port\": 4000,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"cors\": \"\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"store\": \"unistore\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"path\": \"/tmp/tidb\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"socket\": \"\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"lease\": \"45s\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"run-ddl\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"split-table\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"token-limit\": 1000,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"oom-use-tmp-storage\": true,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"tmp-storage-path\": \"/tmp/1000_tidb/MC4wLjAuMDo0MDAwLzAuMC4wLjA6MTAwODA=/tmp-storage\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"oom-action\": \"cancel\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"mem-quota-query\": 1073741824,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"tmp-storage-quota\": -1,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-streaming\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"enable-batch-dml\": false,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"lower-case-table-names\": 2,\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"server-version\": \"\",\n" +
[2021-07-01T12:10:49.323Z] ... "\t\"log\": {\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"level\": \"info\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"format\": \"text\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"disable-timestamp\": null,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"enable-timestamp\": null,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"disable-error-stack\": null,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"enable-error-stack\": null,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"file\": {\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\t\"filename\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\t\"max-size\": 300,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\t\"max-days\": 0,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\t\"max-backups\": 0\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"enable-slow-log\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"slow-query-file\": \"tidb-slow.log\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"slow-threshold\": 300,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"expensive-threshold\": 10000,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"query-log-max-len\": 4096,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"record-plan-in-slow-log\": 1\n" +
[2021-07-01T12:10:49.324Z] ... "\t},\n" +
[2021-07-01T12:10:49.324Z] ... "\t\"security\": {\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"skip-grant-table\": false,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"ssl-ca\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"ssl-cert\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"ssl-key\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"require-secure-transport\": false,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"cluster-ssl-ca\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"cluster-ssl-cert\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"cluster-ssl-key\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"cluster-verify-cn\": null,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"spilled-file-encryption-method\": \"plaintext\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"enable-sem\": false\n" +
[2021-07-01T12:10:49.324Z] ... "\t},\n" +
[2021-07-01T12:10:49.324Z] ... "\t\"status\": {\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"status-host\": \"0.0.0.0\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"metrics-addr\": \"\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"status-port\": 10080,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"metrics-interval\": 15,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"report-status\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"record-db-qps\": false\n" +
[2021-07-01T12:10:49.324Z] ... "\t},\n" +
[2021-07-01T12:10:49.324Z] ... "\t\"performance\": {\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"max-procs\": 0,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"max-memory\": 0,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"server-memory-quota\": 0,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"memory-usage-alarm-ratio\": 0.8,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"stats-lease\": \"3s\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"stmt-count-limit\": 5000,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"feedback-probability\": 0,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"query-feedback-limit\": 512,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"pseudo-estimate-ratio\": 0.8,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"force-priority\": \"NO_PRIORITY\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"bind-info-lease\": \"3s\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"txn-entry-size-limit\": 6291456,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"txn-total-size-limit\": 104857600,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"tcp-keep-alive\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"tcp-no-delay\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"cross-join\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"run-auto-analyze\": true,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"distinct-agg-push-down\": false,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"committer-concurrency\": 128,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"max-txn-ttl\": 3600000,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"mem-profile-interval\": \"1m\",\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"gogc\": 100,\n" +
[2021-07-01T12:10:49.324Z] ... "\t\t\"enforce-mpp\": false\n" +
[2021-07-01T12:10:49.324Z] ... "\t},\n" +
[2021-07-01T12:10:49.324Z] ... "\t\"prepared-plan-cache\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"enabled\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"capacity\": 100,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"memory-guard-ratio\": 0.1\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"opentracing\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"enable\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"rpc-metrics\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"sampler\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"type\": \"const\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"param\": 1,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"sampling-server-url\": \"\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"max-operations\": 0,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"sampling-refresh-interval\": 0\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"reporter\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"queue-size\": 0,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"buffer-flush-interval\": 0,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"log-spans\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"local-agent-host-port\": \"\"\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t}\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"proxy-protocol\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"networks\": \"\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"header-timeout\": 5\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"pd-client\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"pd-server-timeout\": 3\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"tikv-client\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"grpc-connection-count\": 4,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"grpc-keepalive-time\": 10,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"grpc-keepalive-timeout\": 3,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"grpc-compression-type\": \"none\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"commit-timeout\": \"41s\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"async-commit\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"keys-limit\": 256,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"total-key-size-limit\": 4096,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"safe-window\": 2000000000,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"allowed-clock-drift\": 500000000\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"max-batch-size\": 128,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"overload-threshold\": 200,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"max-batch-wait-time\": 0,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"batch-wait-size\": 8,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"enable-chunk-rpc\": true,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"region-cache-ttl\": 600,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"store-limit\": 0,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"store-liveness-timeout\": \"1s\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"copr-cache\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\t\"capacity-mb\": 1000\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"ttl-refreshed-txn-size\": 33554432\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"binlog\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"enable\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"ignore-error\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"write-timeout\": \"15s\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"binlog-socket\": \"\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"strategy\": \"range\"\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"compatible-kill-query\": false,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"plugin\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"dir\": \"\",\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"load\": \"\"\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"pessimistic-txn\": {\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"max-retry-count\": 256,\n" +
[2021-07-01T12:10:49.325Z] ... "\t\t\"deadlock-history-capacity\": 10\n" +
[2021-07-01T12:10:49.325Z] ... "\t},\n" +
[2021-07-01T12:10:49.325Z] ... "\t\"check-mb4-value-in-utf8\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"max-index-length\": 3072,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"index-limit\": 64,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"table-column-count-limit\": 1017,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"graceful-wait-before-shutdown\": 0,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"alter-primary-key\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"treat-old-version-utf8-as-utf8mb4\": true,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-table-lock\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"delay-clean-table-lock\": 0,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"split-region-max-num\": 1000,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"stmt-summary\": {\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"enable\": true,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"enable-internal-query\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"max-stmt-count\": 3000,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"max-sql-length\": 4096,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"refresh-interval\": 1800,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"history-size\": 24\n" +
[2021-07-01T12:10:49.326Z] ... "\t},\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"repair-mode\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"repair-table-list\": [],\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"isolation-read\": {\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"engines\": [\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\t\"tikv\",\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\t\"tiflash\",\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\t\"tidb\"\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t]\n" +
[2021-07-01T12:10:49.326Z] ... "\t},\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"max-server-connections\": 0,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"new_collations_enabled_on_first_bootstrap\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"experimental\": {\n" +
[2021-07-01T12:10:49.326Z] ... "\t\t\"allow-expression-index\": false\n" +
[2021-07-01T12:10:49.326Z] ... "\t},\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-collect-execution-info\": true,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"skip-register-to-dashboard\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-telemetry\": true,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"labels\": {},\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-global-index\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"deprecate-integer-display-length\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-enum-length-limit\": true,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"stores-refresh-interval\": 60,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-tcp4-only\": false,\n" +
[2021-07-01T12:10:49.326Z] ... "\t\"enable-forwarding\": false\n" +
[2021-07-01T12:10:49.326Z] ... "}"
[2021-07-01T12:10:49.326Z]
[2021-07-01T12:10:49.326Z]
[2021-07-01T12:10:49.326Z] -----------
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.