Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 执行tiup cluster display --uptime后tiflash的since什为”-“
[TiDB Usage Environment] Production Environment / Testing / PoC
Production Environment
[TiDB Version]
v6.5.0
[Reproduction Path] What operations were performed when the issue occurred
After deploying a new cluster, executing tiup cluster display --uptime
shows “-” for tiflash’s “since”
[Encountered Issue: Problem Phenomenon and Impact]
After executing tiup cluster display --uptime
, tiflash’s “since” shows “-”
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]
After destroying the cluster and redeploying, it remains the same.
I tested 6.5.0 and it’s the same. It seems that the TiFlash component is not displayed. You can go to the suggestion feedback area to report it.
Let’s wait for the official response.
The next release will support it.
pingcap:master
← srstack:cluster-support-display-tiflash-uptime
opened 08:42AM - 08 Dec 22 UTC
<!--
Thank you for contributing to TiUP! Please read TiUP's [CONTRIBUTING](http… s://github.com/pingcap/community/blob/master/contributors/README.md) document **BEFORE** filing this PR.
-->
### What problem does this PR solve?
#2093
### What is changed and how it works?
![image](https://user-images.githubusercontent.com/39378935/206399625-51f38e2d-ec0c-41a5-aedc-6eabd40ccdc6.png)
### Check List
Tests
- Unit test
- Integration test
- Manual test (add detailed scripts or steps below)
- No code
Code changes
- Has exported function/method change
- Has exported variable/fields change
- Has interface methods change
- Has persistent data change
Side effects
- Possible performance regression
- Increased code complexity
- Breaking backward compatibility
Related changes
- Need to cherry-pick to the release branch
- Need to update the documentation
Release notes:
<!--
If no, just leave the release note block below as is.
If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
Please refer to [Release Notes Language Style Guide](https://github.com/pingcap/tiup/blob/master/doc/dev/release-note-guide.md) before writing the release note.
-->
```release-note
NONE
```
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.