You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the issue in [#4435](https://github.com/pingcap/tidb-operator/pull/4435), when using TiDB Operator v1.3.0 or v1.3.0-beta.1, you must set the tmp_path field in TiFlash's config to use TiFlash v5.4.0 or later versions. It is recommended that you upgrade TiDB Operator to v1.3.1 or later versions before you deploy TiFlash.
File: /release-1.3/en/deploy-tiflash.md
Customer didn't notice that it's necessary to add 'tmp_path' parameter here in the tiflash.toml file by following the steps.
'''
tmp_path = "/tidb-data/tiflash-9000/tmp"
'''
Could you plz make it more obvious in the steps?
Thanks!
The text was updated successfully, but these errors were encountered: