-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
95868: ui: set overview page node list data with stale tag if node is dead r=iAaronBuck a=iAaronBuck 71618: ui: set overview page node list data with stale tag if node is dead ![Screen Shot 2023-01-25 at 4 25 17 PM](https://user-images.githubusercontent.com/73749490/214694475-b946ec5b-0834-4cf0-86a2-cbe28ab529a7.png) Issue: [#71618](#71618) Epic: None Release note (ui change): Currently, the stale node metrics displayed to a user in the Cluster Overview Nodes Table may mislead users in to thinking that they are current values when in fact they are stale. This change rectifies that and adds a stale tag to metrics displayed to the user. This allows for users to be informed about the staleness of the data displayed to them regarding dead nodes. 96446: go.mod: bump Pebble to e9d3bb388ad6 r=RaduBerinde a=jbowens ``` e9d3bb38 vfs: handle concurrent directory Syncs in disk-health checking 917d3f3e db: add Options.WithFSDefaults 9fc4a208 db: flushable ingested sstable implementation 4a453f64 Revert "db: unflake TestArchiveCleaner" 31c33365 db: unflake TestArchiveCleaner 6f3bed0d pebble: minor cleanup around obsolete tables 35c90436 objstorage: add link-or-copy functionality d443ab31 objstorage: use provider in table cache 0ff0f5d4 pebble: add a test for fatal message when table cache hits "no such file" 2367e8d7 sstable: introduce objstorage interface 59603de1 vfs: move Prefetch to vfs.File 654253a6 sstable: sort user-added range keys by suffix descending ``` Epic: None Release note: None Close #96414. Close #96422. Informs #96420. Informs #96421. Co-authored-by: Aaron Buck <[email protected]> Co-authored-by: Jackson Owens <[email protected]>
- Loading branch information
Showing
5 changed files
with
31 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1505,10 +1505,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "10635b775b3be21b36e4a2594db1026246dacb826f9717e38450f110faca593f", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230131225459-7540fdf23780", | ||
sha256 = "2ec90dd7f152417825d77ee6f4221060a04be5f9573fd4588e8ccc5394d91e56", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20230202171745-e9d3bb388ad6", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230131225459-7540fdf23780.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20230202171745-e9d3bb388ad6.zip", | ||
], | ||
) | ||
go_repository( | ||
|
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