github.com/pingcap/tidb-lightning@v5.0.0-rc.0.20210428090220-84b649866577+incompatible/.github/ISSUE_TEMPLATE/bug-report.md (about) 1 --- 2 name: "\U0001F41B Bug Report" 3 labels: "bug" 4 about: Something isn't working as expected 5 6 --- 7 8 ## Bug Report 9 10 Please answer these questions before submitting your issue. Thanks! 11 12 1. What did you do? If possible, provide a recipe for reproducing the error. 13 14 2. What did you expect to see? 15 16 3. What did you see instead? 17 18 4. Versions of the cluster 19 20 - TiDB-Lightning version (run `tidb-lightning -V`): 21 22 ``` 23 (paste TiDB-Lightning version here) 24 ``` 25 26 - TiKV-Importer version (run `tikv-importer -V`) 27 28 ``` 29 (paste TiKV-Importer version here) 30 ``` 31 32 - TiKV version (run `tikv-server -V`): 33 34 ``` 35 (paste TiKV version here) 36 ``` 37 38 - TiDB cluster version (execute `SELECT tidb_version();` in a MySQL client): 39 40 ``` 41 (paste TiDB cluster version here) 42 ``` 43 44 - Other interesting information (system version, hardware config, etc): 45 46 > 47 > 48 49 5. Operation logs 50 - Please upload `tidb-lightning.log` for TiDB-Lightning if possible 51 - Please upload `tikv-importer.log` from TiKV-Importer if possible 52 - Other interesting logs 53 54 6. Configuration of the cluster and the task 55 - `tidb-lightning.toml` for TiDB-Lightning if possible 56 - `tikv-importer.toml` for TiKV-Importer if possible 57 - `inventory.ini` if deployed by Ansible 58 59 7. Screenshot/exported-PDF of Grafana dashboard or metrics' graph in Prometheus for TiDB-Lightning if possible