forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
101012: kvserver: deflake `TestLeaseRenewer` r=erikgrinaker a=erikgrinaker **kvserver: fix lease renewal registration of expired leases** The store lease renewer begins tracking an system range's expiration-based lease for renewal when it's first applied. However, it only did this if the lease was still valid when first applied. It was possible for the node to apply a lease after it's lapsed, but then to retain and extend the lease, and in this case it would not be registered with the lease renewer. Epic: none Release note: None **kvserver: deflake `TestLeaseRenewer`** Resolves cockroachdb#100689. Epic: none Release note: None 101226: ui: fix filter for database r=maryliag a=maryliag A recent change made the format of the databases change on the UI and the filter no longer work. This commit changes the display, to use the format: `db1, db2, db3`, instead of `["db1", "db2", "db3"]`. It also fixes the filter for database, now checking for both cases (database as a single value in a string and when is an array in a string form). Before https://www.loom.com/share/885465d973d647cd8e66040899ab38b0 After https://www.loom.com/share/b04bd95fa82c4e5d93ae34e76b9f0fc1 Epic: None Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: maryliag <[email protected]>
- Loading branch information
Showing
4 changed files
with
43 additions
and
12 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