Deprecation Follow-up Work for v22.0 Code Freeze #17734
Labels
Component: General
Changes throughout the code base
Release Blocker: release-22.0
This item blocks the release of v22
Type: Internal Cleanup
Milestone
Here's a list of deprecation related follow-up work that has not yet happened and which should be done in v22 before the code freeze:
Add session flag for stream execute grpc api #14046 (
--grpc-send-session-in-streaming
)go/vt/vtgate/grpcvtgateservice/server.go: fs.BoolVar(&sendSessionInStreaming, "grpc-send-session-in-streaming", false, "If set, will send the session as last packet in streaming api to support transactions in streaming")
Deprecate old reparent metrics and replace with new ones #16031
Deprecate old metrics in VTOrc and replace with new ones #15994
deprecate queryserver-enable-settings-pool flag #16280
Deprecate vttablet metrics QueryCacheXX and rename to QueryPlanCacheXX #16289
The text was updated successfully, but these errors were encountered: