-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
138369: pkg/cli: add some node specific table dumps to zip upload r=aa-joshi a=arjunmahishi This commits adds all the plain text, node specific table dumps to the zip upload process. Part of: CC-28886 Epic: CC-28996 Release note: None Co-authored-by: Arjun Mahishi <[email protected]>
- Loading branch information
Showing
7 changed files
with
156 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# format: | ||
# | ||
# <table dump name> | ||
# <column>\t<encoded value> | ||
# ... | ||
# ---- | ||
# <decoded value> | ||
# ... | ||
# claim_session_id NULL | ||
# claim_session_id \x010180b3c8d31b42174175aeca685a7b0ac5e5 | ||
|
||
crdb_internal.system_jobs.txt | ||
progress \x10bdb9a5929b9f8a03aa0200 | ||
progress \x10f5d5f4949b9f8a03b2010c0a0a08c098af8786ec838818 | ||
progress \x10effdc3929b9f8a030d0000803fa8019984a0c1e09cd9e3486a0d1204000000002a010032003a00 | ||
---- | ||
{"Progress":null,"modified_micros":1733902763383997,"Details":{"table_metadata_cache":{}},"trace_id":0} | ||
{"Progress":null,"modified_micros":1733902768876277,"Details":{"AutoSpanConfigReconciliation":{"checkpoint":{"wall_time":1733902763154984000}}},"trace_id":0} | ||
{"Progress":{"fraction_completed":1},"modified_micros":1733902763884271,"Details":{"import":{"read_progress":[0],"span_progress":null,"resume_pos":[0],"sequence_details":[{}],"summary":{}}},"trace_id":5244271230238327321} | ||
|
||
|
||
system.tenants.txt | ||
info \x080110001a0020002a004200 | ||
---- | ||
{"deprecated_id":1,"deprecated_data_state":0,"dropped_name":"","physical_replication_consumer_job_id":0,"capabilities":{},"last_revert_tenant_timestamp":{}} |
7 changes: 7 additions & 0 deletions
7
pkg/cli/testdata/table_dumps/nodes/1/crdb_internal.node_metrics.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
store_id name value | ||
NULL gossip.connections.incoming 0 | ||
NULL jobs.row_level_ttl.select_duration-p99.9 0 | ||
NULL sql.restart_savepoint.rollback.count.internal 0 | ||
1 leases.transfers.success 0 | ||
1 storage.iterator.category-pebble-ingest.block-load.latency-sum 0 | ||
1 range.snapshots.upreplication.sent-bytes 0 |
6 changes: 6 additions & 0 deletions
6
pkg/cli/testdata/table_dumps/nodes/2/crdb_internal.leases.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
node_id table_id name parent_id expiration deleted | ||
1 3 descriptor 1 2024-12-11 07:44:44.824583 f | ||
1 53 external_connections 1 2024-12-11 07:44:49.537097 f | ||
1 36 statement_diagnostics 1 2024-12-11 07:44:24.205086 f | ||
1 6 settings 1 2024-12-11 07:44:31.289861 f | ||
1 108 rides 104 2024-12-11 07:44:27.222137 f |
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