tiup icon indicating copy to clipboard operation
tiup copied to clipboard

`tiup cluster replay` doesn't work for `cluster reload` , because `cluster reload` doesn't generate audit record.

Open Jingyuma opened this issue 3 years ago • 1 comments

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?

tiup cluster display tidb-test tiup cluster reload tidb-test -R tikv cirl -C tiup cluster audit

  1. What did you expect to see? ID Time Command -- ---- ------- xxxxxxxxxxxx 2021-08-13T02:42:08Z /root/.tiup/components/cluster/v1.5.2/tiup-cluster reload tidb-test -R tikv fGPJGGtP4sH 2021-08-13T02:42:08Z /root/.tiup/components/cluster/v1.5.2/tiup-cluster display tidb-test

  2. What did you see instead? ID Time Command -- ---- ------- fGPJGGtP4sH 2021-08-13T02:42:08Z /root/.tiup/components/cluster/v1.5.2/tiup-cluster display tidb-test

  3. What version of TiUP are you using (tiup --version)? v1.5.2

Jingyuma avatar Aug 13 '21 02:08 Jingyuma

I can't reproduce this issue, could you provide a more specific procedure how you reproduce it? Did you notice any error message after the reload process indicates that "Write audit log file failed"?

AstroProfundis avatar Aug 16 '21 03:08 AstroProfundis