-
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.
72364: sql: destroy_tenant queues gc job r=JeffSwenson a=JeffSwenson Previously, destory_tenant marked the tenant as inactive. A seperate call to gc_tenant was required to trigger the deletion. Now, the gc is scheduled by the destroy_tenant command. The gc_tenant command will be deleted once this change is live in the Cockroach Cloud Serverless clusters and all inactive tenants are deleted. Release note: None 72380: Makefile: add proto & log dependencies to roachvet r=knz a=stevendanna `bin/roachvet` depends on `pkg/testutils/lint/passes/fmtsafe` which depends on `pkg/util/log/logpb` which requires that the protobufs are compiled. This could result in the following failure if you happened to run `make lint` after pulling in a protobuf update (but before any other target that would recompile the protos): ``` pkg/util/log/logpb/severity.go:19:10: undefined: Severity pkg/util/log/logpb/severity.go:20:16: undefined: Severity pkg/util/log/logpb/severity.go:29:15: undefined: Severity pkg/util/log/logpb/severity.go:36:9: undefined: Severity pkg/util/log/logpb/severity.go:36:46: undefined: Severity_UNKNOWN pkg/util/log/logpb/severity.go:39:9: undefined: Severity pkg/util/log/logpb/severity.go:42:10: undefined: Severity pkg/util/log/logpb/severity.go:48:32: undefined: Severity pkg/util/log/logpb/severity.go:63:10: undefined: Severity pkg/util/log/logpb/severity.go:72:9: undefined: Severity pkg/util/log/logpb/severity.go:36:46: too many errors make: *** [Makefile:1788: bin/roachvet] Error 2 make: *** Waiting for unfinished jobs.... ``` Release note: None Co-authored-by: Jeff <[email protected]> Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
6 changed files
with
19 additions
and
33 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
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