forked from StarRocks/starrocks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] add DiskRootPath as part of show tablet statement (Star…
…Rocks#50526) ## Why I'm doing: improve the maintainability of disk decommission feature, add diskrootpath information to validate the migration of tablet across disks ## What I'm doing: append diskrootpath information to show tablet statement to validate the migration of tablet across disks ``` MySQL [mydb]> show tablet from t1\G; *************************** 1. row *************************** TabletId: 10196 ReplicaId: 10197 BackendId: 10001 SchemaHash: 0 Version: 1 VersionHash: 0 LstSuccessVersion: 1 LstSuccessVersionHash: 0 LstFailedVersion: -1 LstFailedVersionHash: 0 LstFailedTime: NULL DataSize: 0B RowCount: 0 State: NORMAL LstConsistencyCheckTime: NULL CheckVersion: -1 CheckVersionHash: 0 VersionCount: 1 PathHash: -551373370090831691 MetaUrl: http://192.168.0.115:8040/api/meta/header/10196 CompactionStatus: http://192.168.0.115:8040/api/compaction/show?tablet_id=10196 DiskRootPath: /deploystarrocks/be/storage1 1 row in set (0.001 sec) ``` Fixes StarRocks#50525
- Loading branch information
1 parent
fb9f8a5
commit 1287b49
Showing
5 changed files
with
49 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters